X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop.h;h=dc4b9546b28c56dcf73af7738b4235a4e306e9e3;hp=bb3307f931a214bf01ef2019b9ef476301472c59;hb=HEAD;hpb=c37428b4496d4854ee7bd43b45be36238625c965 diff --git a/nlsop.h b/nlsop.h index bb3307f..dc4b954 100644 --- a/nlsop.h +++ b/nlsop.h @@ -8,51 +8,54 @@ #ifndef NLSOP_H #define NLSOP_H +#ifndef _U32 +#define _U32 typedef unsigned int u32; +#endif typedef struct __info { - int cc,steps,range,diff_rate,cpi; - double a_el,b_el,a_cd,b_cd,a_ap,b_ap,a_cp,dr_ac,dr_cc; - char z_diff,c_diff; + int cc,steps,range,diff_rate,cpi,s_rate,save_rate; + double s,b,c,dr_ac; } info; #define AMORPH 1 -#define A_EL 1. -#define B_EL .0 +#define _X 64 +#define _Y 64 +#define _Z 233 -#define X 64 -#define Y 64 -#define Z 100 - -#define STEPS 30000000 +#define STEPS 158671500 #define RANGE 5 #define REFRESH 100000 -#define RESAVE 1000000 - -#define A_CD 1. -#define B_CD .0 +#define RESAVE 20000000 #define CC 0 -#define DR_AC .5 -#define DR_CC .2 -#define DIFF_RATE 100 - -#define A_AP .003 -#define B_AP .0 +#define DR_AC .05 +#define DIFF_RATE 1000000 -#define A_CP .0001 +#define S_D .0001 +#define B_D .01 +#define C_D .001 #define MAX_CHARS 128 -#define MAX_TXT 32 +#define MAX_TXT 40 #define MAX_ARGV 27 #define IMP_PROFILE "imp-profile.txt" +#define NEL_PROFILE "nel-profile.txt" + #define CELL_LENGTH 3 /* nm */ -#define CPI 20 +#define CPI 100 + +#define S_RATE ((2*3*STEPS)/100) +#define SI_PER_VOLUME (168*8) + +#define A_START 0.23 +#define AC_START 0.89 +#define A_END 0.84 #define FFT_HEIGHT 64