copied from preCICE tutorials
This commit is contained in:
parent
46a7e98752
commit
3f1b1a6d0f
68 changed files with 156449 additions and 0 deletions
37
fluid-openfoam/constant/thermophysicalProperties
Normal file
37
fluid-openfoam/constant/thermophysicalProperties
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object thermophysicalProperties;
|
||||
}
|
||||
|
||||
thermoType
|
||||
{
|
||||
type heRhoThermo;
|
||||
mixture pureMixture;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
}
|
||||
|
||||
mixture
|
||||
{
|
||||
specie
|
||||
{
|
||||
molWeight 24.0999;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Cp 5000.0;
|
||||
Hf 0;
|
||||
}
|
||||
transport
|
||||
{
|
||||
mu 0.0002;
|
||||
Pr 0.01;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue