BUG: Correcting solidThermo constructor

This commit is contained in:
sergio
2018-06-25 16:38:54 -07:00
parent edcb649212
commit e30ca79924

View File

@ -57,20 +57,7 @@ Foam::solidThermo::solidThermo
const word& phaseName
)
:
rhoThermo(mesh, phaseName)
// rho_
// (
// IOobject
// (
// phasePropertyName("thermo:rho"),
// mesh.time().timeName(),
// mesh,
// IOobject::NO_READ,
// IOobject::NO_WRITE
// ),
// mesh,
// dimDensity
// )
rhoThermo(mesh, dict, phaseName)
{}