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
gasprop.f90
Go to the documentation of this file.
1
7
module
gasprop
8
use
constants
9
implicit none
10
private
11
public
abscoeffgas
12
contains
13
!********************************BEGINNING*************************************
15
real(dp)
function
abscoeffgas(lambda)
16
use
interpolation
17
real(dp)
,
intent(in)
:: lambda
18
integer
:: ni=1
!number of points, where we want to interpolate
19
real(dp)
:: xi(1)
!x-values of points, where we want to interpolate
20
real(dp)
:: yi(1)
!interpolated y-values
21
xi(1)=lambda
22
call
pwl_interp_1d (
size
(lambdagas), lambdagas, acgas, ni, xi, yi )
23
abscoeffgas=yi(1)
24
end function
abscoeffgas
25
!***********************************END****************************************
26
end module
gasprop
applications
PUfoam
MoDeNaModels
foamConductivity
src
src
gasprop.f90
Generated on Fri Jan 13 2017 16:47:18 for MoDeNa by
1.8.13