FreeFOAM The Cross-Platform CFD Toolkit
createRadiationModel.H
Go to the documentation of this file.
1  autoPtr<radiation::radiationModel> radiation
2  (
3  radiation::radiationModel::New(thermo.T())
4  );