Skip to content
Snippets Groups Projects

CONFIG: add settings for Cray compiler and cray mpich

Merged Mark OLESEN requested to merge feature-config-cray into develop
Viewing commit f3c647b9
Show latest version
1 file
+ 6
2
Preferences
Compare changes
@@ -65,7 +65,9 @@ swirlFlowRateInletVelocityFvPatchVectorField
dict.lookupOrDefault
(
"origin",
gSum(patch().Cf()*patch().magSf())/gSum(patch().magSf())
patch().size()
? gSum(patch().Cf()*patch().magSf())/gSum(patch().magSf())
: Zero
)
),
axis_
@@ -73,7 +75,9 @@ swirlFlowRateInletVelocityFvPatchVectorField
dict.lookupOrDefault
(
"axis",
-gSum(patch().Sf())/gSum(patch().magSf())
patch().size()
? -gSum(patch().Sf())/gSum(patch().magSf())
: Zero
)
),
flowRate_(Function1<scalar>::New("flowRate", dict)),