Created
January 31, 2018 02:16
-
-
Save Foadsf/be40fec6872eb6a351ac0012bd61e983 to your computer and use it in GitHub Desktop.
OpenFOAM, thermophysicalProperties, sonicFoam, butane
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// OpenFOAM, thermophysicalProperties, sonicFoam, butane --> OP: https://www.researchgate.net/post/Do_you_know_what_are_the_best_thermophysical_settings_for_sonicFoam_solver_to_simulate_a_process_with_butane_gas | |
FoamFile | |
{ | |
version 2.0; | |
format ascii; | |
class dictionary; | |
location "constant"; | |
object thermophysicalProperties; | |
} | |
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // | |
thermoType | |
{ | |
type hePsiThermo; | |
mixture pureMixture; | |
transport const; | |
thermo hConst; | |
equationOfState perfectGas; | |
specie specie; | |
energy sensibleInternalEnergy; | |
} | |
mixture | |
{ | |
specie | |
{ | |
nMoles 1; | |
molWeight 58.12; | |
} | |
thermodynamics | |
{ | |
Cp 1005; | |
Hf 0; | |
} | |
transport | |
{ | |
mu 0; | |
Pr 0.7; | |
} | |
} | |
// ************************************************************************* // |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
relevant question:
https://www.cfd-online.com/Forums/openfoam-pre-processing/197749-janaf-coeff-butane-gas.html#post678195