INT: org integration

1) rPolynomial Eq of State
2) externalForce and softWall in rigidBodyDynamics

INT: Several minor bug fixes plus
This commit is contained in:
sergio
2019-12-04 11:13:45 -08:00
committed by Andrew Heather
parent 5c74b709b1
commit 6e8f0dbe76
42 changed files with 1146 additions and 68 deletions

View File

@ -69,7 +69,7 @@ int main(int argc, char *argv[])
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fileName vtkPath(runTime.path()/"VTK");
const fileName vtkPath(runTime.rootPath()/runTime.globalCaseName()/"VTK");
mkDir(vtkPath);
Info<< "Scanning times to determine track data for cloud " << cloudName