mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: orientedFields - refectored and simplified usage
This commit is contained in:
@ -109,8 +109,8 @@ Foam::phaseModel::phaseModel
|
||||
dimensionedScalar("0", dimensionSet(1, 0, -1, 0, 0), 0)
|
||||
)
|
||||
{
|
||||
alphaPhi_.oriented().oriented() = true;
|
||||
alphaRhoPhi_.oriented().oriented() = true;
|
||||
alphaPhi_.setOriented();
|
||||
alphaRhoPhi_.setOriented();
|
||||
|
||||
thermo_->validate("phaseModel " + name_, "h", "e");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user