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
main.f90
Go to the documentation of this file.
1
8
9
13
program
hahtf
14
use
tests
, only
: loadparameters,eqcond,eqcond_por
15
use
ioutils
, only
: newunit
16
use
constants
, only
: mfi
17
implicit none
18
write
(*,*)
'Welcome in hahtf'
19
open
(newunit(mfi),file=
'hahtf.out'
)
20
write
(mfi,*)
'Welcome in hahtf'
21
call
loadparameters
22
call
eqcond(1)
23
! call eqcond_por
24
! call eqcond_dcell
25
! call eqcond_strut
26
write
(*,*)
'Program exited normally'
27
write
(mfi,*)
'Program exited normally'
28
close
(mfi)
29
end program
hahtf
program hahtf
Calls the appropriate subroutine, depending on what we want to simulate.
Definition:
main.f90:13
applications
PUfoam
MoDeNaModels
foamConductivity
src
src
main.f90
Generated on Fri Jan 13 2017 16:47:17 for MoDeNa by
1.8.13