BUG: AMI - areaNormalisationMode now written to boundary file. Fixes #2949
This commit is contained in:
parent
1fc9313c97
commit
bd5021e31c
@ -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_]
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user