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
spdeclarations.h
1
/*
2
****************************************************************
3
4
Funktionsdeklarationen
5
6
****************************************************************
7
*/
8
9
//Anlegen Listen und Dateien
10
void
make_project(
void
);
11
int
read_param(
void
);
12
int
set_coordinates(
void
);
13
int
list_structure(
void
);
14
15
//Algorithmus
16
int
packing_loop(
void
);
17
int
stepon(
void
);
18
int
interaction(
void
);
19
void
force_part(
int
ipart_p,
double
Rcut);
20
void
force_all(
int
ipart_p);
21
void
motion(
void
);
22
23
//Ausgabe
24
void
result(
int
nr);
25
void
write_sphere_data(
void
);
26
27
//Aufr�umen
28
void
end_run(
void
);
29
30
//Hilfsfunktionen
31
void
sort(
void
);
32
int
dblcmp(
const
void
*,
const
void
*);
33
void
date_time(FILE * pfile_p,
long
* time_p);
34
int
fehlerAusgabe(
char
*funktion,
int
fehlerNummer);
35
36
//Verteilungen
37
void
setDistribution(
int
,
double
*);
38
39
40
41
42
43
applications
PUfoam
MoDeNaModels
FoamElasticModulus
src
spdeclarations.h
Generated on Fri Jan 13 2017 16:47:18 for MoDeNa by
1.8.13