Loading [MathJax]/extensions/TeX/AMSsymbols.js
MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
Main Page
Related Pages
Modules
+
Packages
Packages
+
Package Functions
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
y
Functions/Subroutines
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
y
+
Data Types List
Data Types List
Data Types
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
e
f
g
i
l
m
n
o
p
s
t
u
v
w
+
Functions/Subroutines
_
a
b
c
e
f
g
i
l
m
n
o
p
t
u
v
w
Variables
+
Files
File List
+
Globals
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
+
Functions/Subroutines
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
+
Variables
a
b
c
d
e
i
k
l
m
n
o
p
r
s
t
w
x
Typedefs
Macros
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Macros
Modules
Pages
checkGellingPoint.H
Go to the documentation of this file.
1
12
scalar foamCellCounter = 0.0;
14
scalar gelCellCounter = 0.0;
15
16
forAll(mesh.C(), celli)
17
{
18
if
(alpha2[celli] > 0.5)
19
{
20
foamCellCounter += 1;
21
}
22
if
(XOH[celli] >= XOH_Gel)
23
{
24
gelCellCounter += 1;
25
}
26
}
27
if
((gelCellCounter/foamCellCounter) > 0.5)
28
{
29
gellingPoint =
true
;
30
}
31
else
32
{
33
gellingPoint =
false
;
34
}
35
///@endcond
applications
PUfoam
MoDeNaModels
CFD_tool_3D
src
checkGellingPoint.H
Generated on Fri Jan 13 2017 16:47:18 for MoDeNa by
1.8.13