surfaceFilmModels: Removed dependency on the deprecated SLGThermo

SLGThermo has been moved to lagrangian, which still depends on it, pending
complete removal and replacement with a more rational interface to the carrier
phase thermodynamics.
This commit is contained in:
Henry Weller
2021-03-16 16:47:07 +00:00
parent 84103902ac
commit 96f07b0137
68 changed files with 418 additions and 183 deletions

View File

@ -19,15 +19,45 @@ surfaceFilmModel thermoSingleLayer;
regionName plateRegion;
phase liquid;
thermophysicalProperties
{
type liquid;
liquid liquid;
mixture
{
liquid
{
type H2O;
useReferenceValues yes;
pRef 1e5;
TRef 300;
// Set Cp constant and the corresponding linear function for h for
// compatibility with the current hard-coded thermodynamics model in
// surfaceFilm
Cp
{
a 4200;
b 0;
c 0;
d 0;
e 0;
f 0;
}
h
{
a -1252230; // -Cp*TRef where TRef = 298.15
b 4200;
c 0;
d 0;
e 0;
f 0;
}
}
}
useReferenceValues no;
}
viscosity

View File

@ -23,7 +23,7 @@ thermoType
energy sensibleInternalEnergy;
}
"(mixture|liquids)"
mixture
{
liquid
{