mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cloudFunctions sub-dictionary made optional
This commit is contained in:
@ -324,11 +324,7 @@ Foam::KinematicCloud<CloudType>::KinematicCloud
|
|||||||
functions_
|
functions_
|
||||||
(
|
(
|
||||||
*this,
|
*this,
|
||||||
particleProperties_.subOrEmptyDict
|
particleProperties_.subOrEmptyDict("cloudFunctions"),
|
||||||
(
|
|
||||||
"cloudFunctions",
|
|
||||||
solution_.active()
|
|
||||||
),
|
|
||||||
solution_.active()
|
solution_.active()
|
||||||
),
|
),
|
||||||
dispersionModel_(NULL),
|
dispersionModel_(NULL),
|
||||||
|
|||||||
Reference in New Issue
Block a user