mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Gitlab issue 442. Resetting allLambda for phases in the alphaEqns.H for interMixingFoam
This commit is contained in:
@ -108,6 +108,11 @@
|
||||
);
|
||||
}
|
||||
|
||||
alphaPhi1 = alphaPhi1BD + lambda*alphaPhi1;
|
||||
|
||||
// Reset allLambda to 1.0
|
||||
allLambda = 1.0;
|
||||
|
||||
// Create the complete flux for alpha2
|
||||
surfaceScalarField alphaPhi2
|
||||
(
|
||||
@ -172,7 +177,6 @@
|
||||
}
|
||||
|
||||
// Construct the limited fluxes
|
||||
alphaPhi1 = alphaPhi1BD + lambda*alphaPhi1;
|
||||
alphaPhi2 = alphaPhi2BD + lambda*alphaPhi2;
|
||||
|
||||
// Solve for alpha1
|
||||
|
||||
Reference in New Issue
Block a user