Skip to content
Snippets Groups Projects
Commit 0b42024c authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: turbulentDFSEMInlet - ensure different procs initialise the random number...

ENH: turbulentDFSEMInlet - ensure different procs initialise the random number generator with a different seed
parent 7f0cc004
Branches
Tags
No related merge requests found
......@@ -746,7 +746,7 @@ turbulentDFSEMInletFvPatchVectorField
nCellPerEddy_(5),
patchNormal_(vector::zero),
v0_(0),
rndGen_(),
rndGen_(Pstream::myProcNo()),
sigmax_(size(), 0),
maxSigmaX_(0),
nEddy_(0),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment