C C There are a total of 0 entries in the algebraic variable array. C There are a total of 0 entries in each of the rate and state variable arrays. C There are a total of 3 entries in the constant variable array. C C C CONSTS(1) is Cwk in component ParaWindKessel (UnitC). C CONSTS(2) is Rwk in component ParaWindKessel (UnitR). C CONSTS(3) is P0 in component ParaWindKessel (UnitP). C SUBROUTINE initConsts(CONSTS, RATES, STATES) REAL CONSTS(*), RATES(*), STATES(*) CONSTS(1) = 2.8 CONSTS(2) = 0.55 CONSTS(3) = 0. RETURN END SUBROUTINE computeRates(VOI, CONSTS, RATES, STATES, ALGBRC) REAL VOI, CONSTS(*), RATES(*), STATES(*), ALGBRC(*) RETURN END SUBROUTINE computeVariables(VOI, CONSTS, RATES, STATES, ALGBRC) REAL VOI, CONSTS(*), RATES(*), STATES(*), ALGBRC(*) RETURN END