mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Correcting solidThermo constructor
This commit is contained in:
@ -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)
|
||||
{}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user