/* There are a total of 0 entries in the algebraic variable array. There are a total of 0 entries in each of the rate and state variable arrays. There are a total of 4 entries in the constant variable array. */ /* * CONSTANTS[0] is Rc in component ParaWestkessel (UnitR). * CONSTANTS[1] is Cv in component ParaWestkessel (UnitC). * CONSTANTS[2] is Rv in component ParaWestkessel (UnitR). * CONSTANTS[3] is P0v in component ParaWestkessel (UnitP). * There are a total of 0 condition variables. */ void initConsts(double* CONSTANTS, double* RATES, double *STATES) { CONSTANTS[0] = 0.005; CONSTANTS[1] = 2.6; CONSTANTS[2] = 0.65; CONSTANTS[3] = 0.; } void computeResiduals(double VOI, double* CONSTANTS, double* RATES, double* OLDRATES, double* STATES, double* OLDSTATES, double* ALGEBRAIC, double* CONDVARS) { } void computeVariables(double VOI, double* CONSTANTS, double* RATES, double* STATES, double* ALGEBRAIC) { } void computeEssentialVariables(double VOI, double* CONSTANTS, double* RATES, double* STATES, double* ALGEBRAIC) { } void getStateInformation(double* SI) { } void computeRoots(double VOI, double* CONSTANTS, double* RATES, double* OLDRATES, double* STATES, double* OLDSTATES, double* ALGEBRAIC, double* CONDVARS) { }