72 int main(
int argc,
char *argv[])
74 timeSelector::addOptions();
82 runTime.setTime(timeDirs[timeI], timeI);
83 Info<<
"Time = " << runTime.timeName() <<
endl;
91 const surfaceScalarField::GeometricBoundaryField& patchHeatFlux =
94 Info<<
"\nWall heat fluxes [W]" <<
endl;
125 wallHeatFlux.boundaryField()[
patchi] = patchHeatFlux[
patchi];
128 wallHeatFlux.write();