pecos / tps

Torch Plasma Simulator
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

ArgonTransport: artificial multipliers #173

Closed dreamer2368 closed 2 years ago

dreamer2368 commented 2 years ago

ArgonMinimalTransport and ArgonMixtureTransport have a capability to bump up transport properties with artificial multipliers. Artificial multiplier can be enabled via the following input options:

[plasma_models/transport_model]
artificial_multiplier/enabled = True
artificial_multiplier/viscosity = 1.223e1
artificial_multiplier/bulk_viscosity = 3.984
artificial_multiplier/heavy_thermal_conductivity = 2.713
artificial_multiplier/electron_thermal_conductivity = 5.918
artificial_multiplier/diffusivity = 2.0
artificial_multiplier/mobility = 3.0
artificial_multiplier/momentum_transfer_frequency = 1.5
trevilo commented 2 years ago

Looks good to me. Once #172 is in, I think this can be merged right away.