This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/multiphase/compressibleInterFoam/depthCharge2D/0/p.org
Philippose Rajan 8bf86955be Fix tutorials: compressibleInterFoam tutorials depthCharge2D and depthCharge3D should work now.
* 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
2010-10-17 15:51:25 +02:00

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; } }

/ * /