mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
potentialFoam: Changed the sub-dict in fvSolution from SIMPLE to potentialFlow
This commit is contained in:
@ -47,4 +47,10 @@
|
||||
|
||||
label pRefCell = 0;
|
||||
scalar pRefValue = 0.0;
|
||||
setRefCell(p, mesh.solutionDict().subDict("SIMPLE"), pRefCell, pRefValue);
|
||||
setRefCell
|
||||
(
|
||||
p,
|
||||
potentialFlow,
|
||||
pRefCell,
|
||||
pRefValue
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user