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:
@ -25,7 +25,6 @@ boundaryField
|
||||
{
|
||||
type waveTransmissive;
|
||||
field p;
|
||||
psi thermo:psi;
|
||||
gamma 1.4;
|
||||
fieldInf $pOut;
|
||||
lInf 5;
|
||||
|
||||
@ -29,7 +29,6 @@ boundaryField
|
||||
{
|
||||
type waveTransmissive;
|
||||
field p;
|
||||
psi thermo:psi;
|
||||
gamma 1.4;
|
||||
fieldInf 1;
|
||||
lInf 3;
|
||||
|
||||
@ -28,7 +28,6 @@ boundaryField
|
||||
{
|
||||
type waveTransmissive;
|
||||
field p;
|
||||
psi thermo:psi;
|
||||
gamma 1.3;
|
||||
fieldInf 100000;
|
||||
lInf 1;
|
||||
|
||||
@ -27,7 +27,6 @@ boundaryField
|
||||
outlet
|
||||
{
|
||||
type waveTransmissive;
|
||||
psi thermo:psi;
|
||||
gamma 1.3;
|
||||
fieldInf 1e5;
|
||||
lInf 0.3;
|
||||
|
||||
@ -29,7 +29,6 @@ boundaryField
|
||||
{
|
||||
type waveTransmissive;
|
||||
field p;
|
||||
psi thermo:psi;
|
||||
gamma 1.3;
|
||||
fieldInf 100000;
|
||||
lInf 1;
|
||||
|
||||
Reference in New Issue
Block a user