Go to the documentation of this file.
66 int main(
int argc,
char *argv[])
70 "Passive scalar transport finiteArea equation solver."
76 #include "createFaMesh.H"
77 #include "createFaFields.H"
78 #include "createVolFields.H"
80 Info<<
"Total mass of surfactant: "
83 Info<<
"\nStarting time loop\n" <<
endl;
100 vsm.mapToVolume(
Cs,
Cvf.boundaryFieldRef());
105 Info<<
"Total mass of surfactant: "
Ostream & endl(Ostream &os)
Template specialisation for scalar faMatrix.
tmp< GeometricField< Type, faPatchField, areaMesh > > div(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
volSurfaceMapping vsm(aMesh)
tmp< GeometricField< Type, faPatchField, areaMesh > > ddt(const dimensioned< Type > dt, const faMesh &mesh)
dimensioned< Type > sum(const DimensionedField< Type, GeoMesh > &df)
tmp< GeometricField< Type, faPatchField, areaMesh > > laplacian(const GeometricField< Type, faPatchField, areaMesh > &vf, const word &name)
volScalarField Cvf(IOobject("Cvf", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar(dimless/dimLength, Zero))
edgeScalarField phis(IOobject("phis", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), linearEdgeInterpolate(Us) &aMesh.Le())