repo.or.cz
/
ShipHydroSIG.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git]
/
src
/
navalFoamVariant2
/
alphaMules.H
blob
505c8a6ba787efe481453ea2275463551cd93a43
1
{
2
surfaceScalarField phialpha1 =
3
fvc::flux
4
(
5
phi,
6
alpha1,
7
alphaScheme
8
)
9
+ fvc::flux
10
(
11
-fvc::flux(-phir, scalar(1) - alpha1, alpharScheme),
12
alpha1,
13
alpharScheme
14
);
15
16
MULES::explicitSolve(alpha1, phi, phialpha1, 1, 0);
17
}