mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
phi instead of psi
This commit is contained in:
@ -188,7 +188,7 @@ void Foam::totalTemperatureFvPatchScalarField::write(Ostream& os) const
|
|||||||
{
|
{
|
||||||
os.writeKeyword("phi") << phiName_ << token::END_STATEMENT << nl;
|
os.writeKeyword("phi") << phiName_ << token::END_STATEMENT << nl;
|
||||||
}
|
}
|
||||||
if (phiName_ != "psi")
|
if (psiName_ != "psi")
|
||||||
{
|
{
|
||||||
os.writeKeyword("psi") << psiName_ << token::END_STATEMENT << nl;
|
os.writeKeyword("psi") << psiName_ << token::END_STATEMENT << nl;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user