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_
|
||||
(
|
||||
*this,
|
||||
particleProperties_.subOrEmptyDict
|
||||
(
|
||||
"cloudFunctions",
|
||||
solution_.active()
|
||||
),
|
||||
particleProperties_.subOrEmptyDict("cloudFunctions"),
|
||||
solution_.active()
|
||||
),
|
||||
dispersionModel_(NULL),
|
||||
|
||||
Reference in New Issue
Block a user