Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
22c63e4d
Commit
22c63e4d
authored
Apr 07, 2017
by
mark
Browse files
Merge remote-tracking branch 'origin/master' into develop
parents
c400b108
7e16d36a
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/solvers/multiphase/interFoam/interMixingFoam/alphaEqns.H
View file @
22c63e4d
...
...
@@ -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
...
...
src/OpenFOAM/global/profiling/profiling.H
View file @
22c63e4d
...
...
@@ -472,7 +472,7 @@ public:
// \sa addProfiling
// \sa endProfiling
#define addProfiling0(name) \
::Foam::
P
rofiling::Trigger profilingTriggerFor##name(#name)
::Foam::
p
rofiling::Trigger profilingTriggerFor##name(#name)
//- Define profiling with specified name and description correspond to the
// compiler-defined function name string:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment