mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Use dictionary copy instead of reference
This commit is contained in:
@ -288,7 +288,7 @@ protected:
|
|||||||
typename ParcelType::constantProperties constProps_;
|
typename ParcelType::constantProperties constProps_;
|
||||||
|
|
||||||
//- Sub-models dictionary
|
//- Sub-models dictionary
|
||||||
const dictionary& subModelProperties_;
|
const dictionary subModelProperties_;
|
||||||
|
|
||||||
//- Random number generator - used by some injection routines
|
//- Random number generator - used by some injection routines
|
||||||
cachedRandom rndGen_;
|
cachedRandom rndGen_;
|
||||||
|
|||||||
@ -70,7 +70,7 @@ class particleForces
|
|||||||
const fvMesh& mesh_;
|
const fvMesh& mesh_;
|
||||||
|
|
||||||
//- The particleForces dictionary
|
//- The particleForces dictionary
|
||||||
const dictionary& dict_;
|
const dictionary dict_;
|
||||||
|
|
||||||
//- Gravity
|
//- Gravity
|
||||||
const vector g_;
|
const vector g_;
|
||||||
|
|||||||
Reference in New Issue
Block a user