8bf86955be
* Note: depthCharge3D has a mesh size of over 1 Million cells, and it was not possible to run it on my system --> SOMEONE PLEASE CHECK IT
1 KiB
1 KiB
/*——————————–- C++ -———————————-*\
======= |
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
\\ / O peration | Version: dev |
\\ / A nd | Web: http://www.OpenFOAM.org |
\\/ M anipulation |
\*—————————————————————————*/ FoamFile { version 2.0; format ascii; class volScalarField; object p; } / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
dimensions [1 -1 -2 0 0 0 0];
internalField uniform 0;
boundaryField { walls { type zeroGradient; }
defaultFaces { type empty; } }
/ * /