mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Using icoTabulated EoS and non-Newtonian laminar model
This commit is contained in:
@ -29,7 +29,7 @@ boundaryField
|
||||
{
|
||||
type inletOutlet;
|
||||
inletValue uniform 1;
|
||||
value uniform 0;
|
||||
value uniform 1;
|
||||
}
|
||||
|
||||
left
|
||||
|
||||
@ -20,7 +20,7 @@ thermoType
|
||||
mixture pureMixture;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState rhoConst;
|
||||
equationOfState icoTabulated;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
}
|
||||
@ -34,7 +34,12 @@ mixture
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rho 13529;
|
||||
rho
|
||||
(
|
||||
(200 13525)
|
||||
(350 13529)
|
||||
(400 13520)
|
||||
);
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
|
||||
@ -20,7 +20,7 @@ thermoType
|
||||
mixture pureMixture;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState rhoConst;
|
||||
equationOfState icoTabulated;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
}
|
||||
@ -34,7 +34,12 @@ mixture
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rho 500;
|
||||
rho
|
||||
(
|
||||
(200 1010)
|
||||
(350 1000)
|
||||
(400 980)
|
||||
);
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
|
||||
@ -17,12 +17,15 @@ FoamFile
|
||||
|
||||
simulationType laminar;
|
||||
|
||||
RAS
|
||||
laminar
|
||||
{
|
||||
RASModel kEpsilon;
|
||||
model generalizedNewtonian;
|
||||
|
||||
turbulence on;
|
||||
printCoeffs on;
|
||||
viscosityModel powerLaw;
|
||||
nuMin 1e-06;
|
||||
nuMax 1;
|
||||
k 0.02;
|
||||
n 0.4;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user