Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
boids
boids4
Commits
15874cd3
Commit
15874cd3
authored
Oct 29, 2015
by
Cassio Kirch
Browse files
Beta ajusted.
parent
80c4da58
Changes
1
Hide whitespace changes
Inline
Side-by-side
define.h
View file @
15874cd3
...
...
@@ -7,29 +7,29 @@
#define GAMMA_FILE
#define ENDOPROP 0.25
#define N
64
00
#define N
32
00
#define RANGE 240.0
#define PROP 0.35
#define SEED 13049
/* Must be unsigned int. */
#define DIMENSIONS 2
#define BOXES
225
00
#define BOXES_IN_EDGE 1
5
0
#define BOXES
324
00
#define BOXES_IN_EDGE 1
8
0
#define NEIGHBOR_DISTANCE 1.32
/* r0 */
#define CORE_RADIUS 0.4
/* rc */
#define CORE_RADIUS 0.4
/* rc */
#define ELASTIC_DISTANCE 1.0
/* re */
#define INFINITE_FORCE 10000.0
#define ETA 1.0
#define V0 0.
1
#define V0 0.
007
#define ALPHA11 0.01
#define ALPHA12 0.01
#define ALPHA22 0.01
#define BETA11
3.8
3
#define BETA12
2.53
#define BETA22
2.50
#define BETA11
0.
3
#define BETA12
0.16
#define BETA22
0.15
#define DT 1.0
#define DATE_SIZE 36
/* Size of string */
#define FILENAME_SIZE 128
/* Size of string */
#define STEPS
1
0000000
#define STEPS
25
0000000
#define EXIT_INTERVAL 1000
#define NUM_THREADS 8
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment