mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -55,7 +55,7 @@ inline Foam::ReactingParcel<ParcelType>::constantProperties::constantProperties
|
|||||||
:
|
:
|
||||||
ParcelType::constantProperties(parentDict),
|
ParcelType::constantProperties(parentDict),
|
||||||
pMin_(this->dict_, "pMin", 1000.0),
|
pMin_(this->dict_, "pMin", 1000.0),
|
||||||
constantVolume_(this->dict_, "constantVolume")
|
constantVolume_(this->dict_, word("constantVolume"))
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user