Input of dimensionedScalars: update read-construction of dimensionedScalar in applications
so that the specification of the name and dimensions are optional in property dictionaries. Update tutorials so that the name of the dimensionedScalar property is no longer duplicated but optional dimensions are still provided and are checked on read.
This commit is contained in:
@ -18,22 +18,22 @@ phases (water vapour);
|
||||
|
||||
phaseChangeTwoPhaseMixture SchnerrSauer;
|
||||
|
||||
pSat pSat [1 -1 -2 0 0] 2300; // saturation pressure
|
||||
pSat [1 -1 -2 0 0 0 0] 2300; // Saturation pressure
|
||||
|
||||
sigma sigma [1 0 -2 0 0 0 0] 0.07;
|
||||
sigma [1 0 -2 0 0 0 0] 0.07;
|
||||
|
||||
water
|
||||
{
|
||||
transportModel Newtonian;
|
||||
nu nu [0 2 -1 0 0 0 0] 9e-07;
|
||||
rho rho [1 -3 0 0 0 0 0] 1000;
|
||||
nu [0 2 -1 0 0 0 0] 9e-07;
|
||||
rho [1 -3 0 0 0 0 0] 1000;
|
||||
}
|
||||
|
||||
vapour
|
||||
{
|
||||
transportModel Newtonian;
|
||||
nu nu [0 2 -1 0 0 0 0] 4.273e-04;
|
||||
rho rho [1 -3 0 0 0 0 0] 0.02308;
|
||||
nu [0 2 -1 0 0 0 0] 4.273e-04;
|
||||
rho [1 -3 0 0 0 0 0] 0.02308;
|
||||
}
|
||||
|
||||
KunzCoeffs
|
||||
|
||||
Reference in New Issue
Block a user