mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: binModel: make decomposePatchValues entry optional (#2530)
DOC: forceCoeffs: correct the header file content (#2530)
This commit is contained in:
@ -180,7 +180,7 @@ bool Foam::binModel::read(const dictionary& dict)
|
||||
cellZoneIDs_.transfer(zoneIDs);
|
||||
}
|
||||
|
||||
decomposePatchValues_ = dict.get<bool>("decomposePatchValues");
|
||||
decomposePatchValues_ = dict.getOrDefault("decomposePatchValues", false);
|
||||
|
||||
filePtrs_.setSize(fieldNames_.size());
|
||||
forAll(filePtrs_, i)
|
||||
|
||||
Reference in New Issue
Block a user