Skip to content

Instantly share code, notes, and snippets.

@Foadsf
Created January 31, 2018 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Foadsf/be40fec6872eb6a351ac0012bd61e983 to your computer and use it in GitHub Desktop.
Save Foadsf/be40fec6872eb6a351ac0012bd61e983 to your computer and use it in GitHub Desktop.
OpenFOAM, thermophysicalProperties, sonicFoam, butane
// 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