fof_bcm.h
Go to the documentation of this file.
1 //
2 // $Id$
3 //
4 /*{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}
5 * Name: fof_bcm.h Burnup Consumed Manager
6 * Desc: Defines
7 *
8 {*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}*/
9 
10 /*.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- */
11 /* Down Wood 1 Hr Moisture adjustment */
12 #define e_DW1hr_Adj 0.02 /* NOTE - before changing check all usage */
13 #define e_DW100hr_Adj 0.02 /* READ the NOTE below */
14 
15 /* NOTE --> this define has to be the larger of the two above defines */
16 /* (they happen to be the same now) this gets used to check */
17 /* moistures before running burnup */
18 #define e_DWChk 0.02
19 
20 #define e_DW1000hr_AdjRot 2.5
21 
22 
23 /*.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- */
24 int WINAPI BCM_Mngr (d_CI *a_CI, d_CO *a_CO, char cr_ErrMes[]);
25 void BCM_SetInputs (d_CI *a_CI);
26 int BCM_Get (char cr_BOV_Cat[], float f_Load, float *af_Con);
27 float BCM_Get3 (char cr_BOV_Cat[], int i_3InId, float f_Load);
28 float BCM_DW10M_Adj (char cr_DWHr[], float f_Moist);
29 float BCM_DW1k_MoiRot (float f_Moist);
30 
31 int BCM_Check (d_CI *a_CI, char cr_ErrMes[]);
32 int _Limit (float f_Load, char cr_ErrMes[], char cr[]);
33 int _Pc_DufCon (float f_Pc, char cr_ErrMes[]);
34 int _ChkDuff (d_CI *a_CI, char cr_ErrMes[]);
float BCM_DW1k_MoiRot(float f_Moist)
Definition: fof_bcm.c:364
Definition: fof_ci.h:37
float BCM_Get3(char cr_BOV_Cat[], int i_3InId, float f_Load)
Definition: fof_bcm.c:387
int _Pc_DufCon(float f_Pc, char cr_ErrMes[])
Definition: fof_bcm.c:621
int WINAPI BCM_Mngr(d_CI *a_CI, d_CO *a_CO, char cr_ErrMes[])
Definition: fof_bcm.c:50
void BCM_SetInputs(d_CI *a_CI)
Definition: fof_bcm.c:227
int BCM_Get(char cr_BOV_Cat[], float f_Load, float *af_Con)
Definition: fof_bcm.c:413
Definition: fof_co.h:11
float BCM_DW10M_Adj(char cr_DWHr[], float f_Moist)
Definition: fof_bcm.c:342
int BCM_Check(d_CI *a_CI, char cr_ErrMes[])
Definition: fof_bcm.c:518
int _Limit(float f_Load, char cr_ErrMes[], char cr[])
Definition: fof_bcm.c:573
int _ChkDuff(d_CI *a_CI, char cr_ErrMes[])
Definition: fof_bcm.c:588