Skip to content
Snippets Groups Projects
Commit e30ca799 authored by sergio's avatar sergio
Browse files

BUG: Correcting solidThermo constructor

parent edcb6492
Branches
Tags
No related merge requests found
......@@ -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)
{}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment