openfoam/tutorials/finiteArea/sphereSurfactantFoam/sphereTransport/0/Cs

29 lines
966 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class areaScalarField;
location "0";
object Cs;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -2 0 0 0 0 0];
internalField uniform 0;
referenceLevel 0;
boundaryField
{
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //