mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Improved output message
This commit is contained in:
@ -11,10 +11,10 @@
|
||||
Info<< "*** Reading solid mesh thermophysical properties for region "
|
||||
<< solidRegions[i].name() << nl << endl;
|
||||
|
||||
Info<< " Adding to thermos\n" << endl;
|
||||
Info<< " Adding to thermo models\n" << endl;
|
||||
thermos.set(i, solidThermo::New(solidRegions[i]));
|
||||
|
||||
Info<< " Adding to radiations\n" << endl;
|
||||
Info<< " Adding to radiation models\n" << endl;
|
||||
radiations.set(i, radiation::radiationModel::New(thermos[i].T()));
|
||||
|
||||
Info<< " Adding fvOptions\n" << endl;
|
||||
|
||||
Reference in New Issue
Block a user