ENH: switch: move to OptimisationSwitches. See #3215
This commit is contained in:
parent
782f22feb8
commit
a9cc444b79
@ -223,6 +223,11 @@ OptimisationSwitches
|
||||
//- Enable enforced consistency of constraint bcs after 'local' operations.
|
||||
// Default is on. Set to 0/false to revert to <v2306 behaviour
|
||||
//localConsistency 0;
|
||||
|
||||
//- Since v2412 wall distance is calculated on a combined patch, created
|
||||
// from all the individual wall patches. Set to 0/false to revert to
|
||||
// <v2412 behaviour
|
||||
//useCombinedWallPatch 0;
|
||||
}
|
||||
|
||||
|
||||
|
@ -41,7 +41,7 @@ defineTypeNameAndDebug(cellDistFuncs, 0);
|
||||
|
||||
bool Foam::cellDistFuncs::useCombinedWallPatch = true;
|
||||
|
||||
registerInfoSwitch
|
||||
registerOptSwitch
|
||||
(
|
||||
"useCombinedWallPatch",
|
||||
bool,
|
||||
|
Loading…
Reference in New Issue
Block a user