implemented saturation value of carbon in amorph cells
[physik/nlsop.git] / nlsop.h
diff --git a/nlsop.h b/nlsop.h
index 10d2a43..80ce82b 100644 (file)
--- a/nlsop.h
+++ b/nlsop.h
@@ -12,7 +12,7 @@ typedef unsigned int u32;
 
 typedef struct __info
 {
- int cc,steps,range,diff_rate,cpi;
+ int cc,steps,range,diff_rate,cpi,c_sat;
  double a_el,b_el,a_cd,b_cd,a_ap,b_ap,a_cp,dr_ac,dr_cc;
  char z_diff,c_diff;
 } info;
@@ -24,7 +24,7 @@ typedef struct __info
 
 #define X 64
 #define Y 64
-#define Z 100
+#define Z 233
 
 #define STEPS 100000000
 #define RANGE 5
@@ -50,10 +50,14 @@ typedef struct __info
 #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 C_SAT (6*6*6)
+
 #define FFT_HEIGHT 64
 
 #endif /* NLSOP_H */