Commit ea17556c authored by shunbo's avatar shunbo
Browse files

Initial commit

parents
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
const volScalarField& psi = thermo.psi();
This diff is collapsed.
if (composition.contains("ft"))
{
volScalarField& ft = composition.Y("ft");
solve
(
betav*fvm::ddt(rho, ft)
+ mvConvection->fvmDiv(phi, ft)
- fvm::laplacian(Db, ft)
);
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment