Skip to content
Snippets Groups Projects
Commit bd5021e3 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: AMI - areaNormalisationMode now written to boundary file. Fixes #2949

parent 1fc9313c
No related branches found
No related tags found
No related merge requests found
...@@ -614,6 +614,12 @@ void Foam::advancingFrontAMI::write(Ostream& os) const ...@@ -614,6 +614,12 @@ void Foam::advancingFrontAMI::write(Ostream& os) const
faceAreaIntersect::triangulationModeNames_[faceAreaIntersect::tmMesh], faceAreaIntersect::triangulationModeNames_[faceAreaIntersect::tmMesh],
faceAreaIntersect::triangulationModeNames_[triMode_] faceAreaIntersect::triangulationModeNames_[triMode_]
); );
os.writeEntryIfDifferent<word>
(
"areaNormalisationMode",
areaNormalisationModeNames_[areaNormalisationMode::project],
areaNormalisationModeNames_[areaNormalisationMode_]
);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment