potentialFoam: Changed the sub-dict in fvSolution from SIMPLE to potentialFlow

This commit is contained in:
Henry
2011-04-05 14:54:14 +01:00
parent a76953302a
commit a54afe65c3
10 changed files with 108 additions and 102 deletions

View File

@ -47,4 +47,10 @@
label pRefCell = 0;
scalar pRefValue = 0.0;
setRefCell(p, mesh.solutionDict().subDict("SIMPLE"), pRefCell, pRefValue);
setRefCell
(
p,
potentialFlow,
pRefCell,
pRefValue
);

View File

@ -42,8 +42,8 @@ int main(int argc, char *argv[])
#include "setRootCase.H"
#include "createTime.H"
#include "createMesh.H"
#include "readControls.H"
#include "createFields.H"
#include "readSIMPLEControls.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //