basicThermo: Renamed thermo:psi -> psi, thermo:mu -> mu and thermo:kappa -> kappa

The basic thermophysical properties are now considered fundamental and complex
models like kineticTheoryModel using these names for some other purpose must
disambiguate using typedName to prepend the model name to the field name.

This change standardises, rationalises and simplifies the specification of
fvSchemes and boundary conditions.

thermo:rho will also be renamed rho in a subsequent commit to complete this
rationalisation.
This commit is contained in:
Henry Weller
2022-10-27 20:27:56 +01:00
parent 6b2748887a
commit 87a0b8a515
47 changed files with 110 additions and 105 deletions

View File

@ -25,7 +25,6 @@ boundaryField
{
type waveTransmissive;
field p;
psi thermo:psi;
gamma 1.4;
fieldInf $pOut;
lInf 5;

View File

@ -29,7 +29,6 @@ boundaryField
{
type waveTransmissive;
field p;
psi thermo:psi;
gamma 1.4;
fieldInf 1;
lInf 3;

View File

@ -28,7 +28,6 @@ boundaryField
{
type waveTransmissive;
field p;
psi thermo:psi;
gamma 1.3;
fieldInf 100000;
lInf 1;

View File

@ -27,7 +27,6 @@ boundaryField
outlet
{
type waveTransmissive;
psi thermo:psi;
gamma 1.3;
fieldInf 1e5;
lInf 0.3;

View File

@ -29,7 +29,6 @@ boundaryField
{
type waveTransmissive;
field p;
psi thermo:psi;
gamma 1.3;
fieldInf 100000;
lInf 1;