ftEqn.H
Go to the documentation of this file.
1 if (composition.contains("ft"))
2 {
3  volScalarField& ft = composition.Y("ft");
4 
5  solve
6  (
7  betav*fvm::ddt(rho, ft)
8  + mvConvection->fvmDiv(phi, ft)
9  - fvm::laplacian(Db, ft)
10  );
11 }
surfaceScalarField & phi
basicMultiComponentMixture & composition
tmp< fv::convectionScheme< scalar > > mvConvection(fv::convectionScheme< scalar >::New(mesh, fields, phi, mesh.divScheme("div(phi,ft_b_ha_hau)")))
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
Definition: fvcLaplacian.C:45
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
Definition: fvcDdt.C:45
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:52
const volScalarField & betav
rhoEqn solve()
volScalarField Db("Db", turbulence->muEff())