38 int main(
int argc,
char *argv[])
47 #include "createFields.H" 51 Info<<
"\nCalculating temperature distribution\n" <<
endl;
57 while (
simple.correctNonOrthogonal())
73 Info<<
"ExecutionTime = " <<
runTime.elapsedCpuTime() <<
" s" 74 <<
" ClockTime = " <<
runTime.elapsedClockTime() <<
" s"
fvMatrix< scalar > fvScalarMatrix
Ostream & endl(Ostream &os)
Add newline and flush stream.
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
fvScalarMatrix TEqn(fvm::ddt(T)+fvm::div(phi, T) - fvm::laplacian(alphaEff, T)==radiation->ST(rhoCpRef, T)+fvOptions(T))
simpleControl simple(mesh)