mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
twoPhaseEulerFoam: make residualSlip optional
This commit is contained in:
@ -198,9 +198,13 @@
|
||||
|
||||
dimensionedScalar residualSlip
|
||||
(
|
||||
"residualSlip",
|
||||
dimVelocity,
|
||||
interfacialProperties.lookup("residualSlip")
|
||||
dimensionedScalar::lookupOrDefault
|
||||
(
|
||||
"residualSlip",
|
||||
interfacialProperties,
|
||||
0,
|
||||
dimVelocity
|
||||
)
|
||||
);
|
||||
|
||||
Info << "dragPhase is " << dragPhase << endl;
|
||||
|
||||
Reference in New Issue
Block a user