mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: AMI - areaNormalisationMode now written to boundary file. Fixes #2949
This commit is contained in:
@ -614,6 +614,12 @@ void Foam::advancingFrontAMI::write(Ostream& os) const
|
||||
faceAreaIntersect::triangulationModeNames_[faceAreaIntersect::tmMesh],
|
||||
faceAreaIntersect::triangulationModeNames_[triMode_]
|
||||
);
|
||||
os.writeEntryIfDifferent<word>
|
||||
(
|
||||
"areaNormalisationMode",
|
||||
areaNormalisationModeNames_[areaNormalisationMode::project],
|
||||
areaNormalisationModeNames_[areaNormalisationMode_]
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user