mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge remote-tracking branch 'origin/master' into develop
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
|
// Create the complete flux for alpha2
|
||||||
surfaceScalarField alphaPhi2
|
surfaceScalarField alphaPhi2
|
||||||
(
|
(
|
||||||
@ -172,7 +177,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Construct the limited fluxes
|
// Construct the limited fluxes
|
||||||
alphaPhi1 = alphaPhi1BD + lambda*alphaPhi1;
|
|
||||||
alphaPhi2 = alphaPhi2BD + lambda*alphaPhi2;
|
alphaPhi2 = alphaPhi2BD + lambda*alphaPhi2;
|
||||||
|
|
||||||
// Solve for alpha1
|
// Solve for alpha1
|
||||||
|
|||||||
@ -472,7 +472,7 @@ public:
|
|||||||
// \sa addProfiling
|
// \sa addProfiling
|
||||||
// \sa endProfiling
|
// \sa endProfiling
|
||||||
#define addProfiling0(name) \
|
#define addProfiling0(name) \
|
||||||
::Foam::Profiling::Trigger profilingTriggerFor##name(#name)
|
::Foam::profiling::Trigger profilingTriggerFor##name(#name)
|
||||||
|
|
||||||
//- Define profiling with specified name and description correspond to the
|
//- Define profiling with specified name and description correspond to the
|
||||||
// compiler-defined function name string:
|
// compiler-defined function name string:
|
||||||
|
|||||||
Reference in New Issue
Block a user