test/interfaceComposition: Changed liquid to rhoConst equation of state

This commit is contained in:
Will Bainbridge
2018-10-23 16:17:53 +01:00
parent 139d75be31
commit cdebd70d9a
2 changed files with 5 additions and 6 deletions

View File

@ -21,7 +21,7 @@ thermoType
mixture multiComponentMixture;
transport const;
thermo hConst;
equationOfState perfectFluid;
equationOfState rhoConst;
specie specie;
energy sensibleInternalEnergy;
}
@ -42,8 +42,7 @@ H2O
}
equationOfState
{
R 3000;
rho0 1027;
rho 1027;
}
thermodynamics
{
@ -67,6 +66,7 @@ C3H8O
{
R 3000;
rho0 786;
rho 786;
}
thermodynamics
{

View File

@ -21,7 +21,7 @@ thermoType
mixture pureMixture;
transport const;
thermo hConst;
equationOfState perfectFluid;
equationOfState rhoConst;
specie specie;
energy sensibleInternalEnergy;
}
@ -34,8 +34,7 @@ mixture
}
equationOfState
{
R 3000;
rho0 1027;
rho 1027;
}
thermodynamics
{