|
TPCCLIB
|
#include <tpccm.h>
Data Fields | |
| char | name [256] |
| double | Ti |
| double | Tdur |
| double | Irate |
| double | k_BV_BA |
| double | k_BA_U |
| double | k_BA_TF |
| double | k_BA_TS |
| double | k_TF_BV |
| double | k_TS_BV |
| unsigned int | mNr |
| struct ICMPARC * | metabolite |
| struct ICMPARC * | parent |
| double | kp_BV |
| double | kp_TF |
| double | kp_TS |
| double * | ic_BV |
| double * | ic_TS |
| double * | ic_TF |
| double * | c_BA |
| double * | c_BV |
| double * | c_TS |
| double * | c_TF |
Parameters of input CM for a single compound (parent or metabolite).
| double* ICMPARC::c_BA |
Optional storage for BA TAC.
Definition at line 229 of file tpccm.h.
Referenced by icmparcAllocateTACs(), icmparcFree(), icmparcInit(), and simBTAC().
| double* ICMPARC::c_BV |
Optional storage for BV TAC.
Definition at line 231 of file tpccm.h.
Referenced by icmparcAllocateTACs(), icmparcFree(), icmparcInit(), and simBTAC().
| double* ICMPARC::c_TF |
Optional storage for TF TAC.
Definition at line 235 of file tpccm.h.
Referenced by icmparcAllocateTACs(), icmparcFree(), icmparcInit(), and simBTAC().
| double* ICMPARC::c_TS |
Optional storage for TS TAC.
Definition at line 233 of file tpccm.h.
Referenced by icmparcAllocateTACs(), icmparcFree(), icmparcInit(), and simBTAC().
| double* ICMPARC::ic_BV |
Optional storage for BV TAC integral.
Definition at line 223 of file tpccm.h.
Referenced by icmparcAllocateTACs(), icmparcFree(), icmparcInit(), and simBTAC().
| double* ICMPARC::ic_TF |
Optional storage for TF TAC integral.
Definition at line 227 of file tpccm.h.
Referenced by icmparcAllocateTACs(), icmparcFree(), icmparcInit(), and simBTAC().
| double* ICMPARC::ic_TS |
Optional storage for TS TAC integral.
Definition at line 225 of file tpccm.h.
Referenced by icmparcAllocateTACs(), icmparcFree(), icmparcInit(), and simBTAC().
| double ICMPARC::Irate |
Compound infusion rate (step function height).
Definition at line 197 of file tpccm.h.
Referenced by icmparcInit(), and simBTAC().
| double ICMPARC::k_BA_TF |
Rate constant from BA to TF.
Definition at line 203 of file tpccm.h.
Referenced by icmparcInit(), and simBTAC().
| double ICMPARC::k_BA_TS |
Rate constant from BA to TS.
Definition at line 205 of file tpccm.h.
Referenced by icmparcInit(), and simBTAC().
| double ICMPARC::k_BA_U |
Rate constant for extraction from BA to U (out of system).
Definition at line 201 of file tpccm.h.
Referenced by icmparcInit(), and simBTAC().
| double ICMPARC::k_BV_BA |
Rate constant from BV to BA.
Definition at line 199 of file tpccm.h.
Referenced by icmparcInit(), and simBTAC().
| double ICMPARC::k_TF_BV |
Rate constant from TF to BV.
Definition at line 207 of file tpccm.h.
Referenced by icmparcInit(), and simBTAC().
| double ICMPARC::k_TS_BV |
Rate constant from TS to BV.
Definition at line 209 of file tpccm.h.
Referenced by icmparcInit(), and simBTAC().
| double ICMPARC::kp_BV |
Rate constant of formation from parent in BV.
Definition at line 217 of file tpccm.h.
Referenced by icmparcInit(), and simBTAC().
| double ICMPARC::kp_TF |
Rate constant of formation from parent in TF.
Definition at line 219 of file tpccm.h.
Referenced by icmparcInit(), and simBTAC().
| double ICMPARC::kp_TS |
Rate constant of formation from parent in TS.
Definition at line 221 of file tpccm.h.
Referenced by icmparcInit(), and simBTAC().
| struct ICMPARC* ICMPARC::metabolite |
Pointer to list of metabolites, with list length mNr.
Definition at line 213 of file tpccm.h.
Referenced by icmparcAddMetabolites(), icmparcAllocateTACs(), icmparcFree(), icmparcInit(), and simBTAC().
| unsigned int ICMPARC::mNr |
Number of metabolites.
Definition at line 211 of file tpccm.h.
Referenced by icmparcAddMetabolites(), icmparcAllocateTACs(), icmparcFree(), icmparcInit(), and simBTAC().
| char ICMPARC::name[256] |
| struct ICMPARC* ICMPARC::parent |
Pointer to parent compound.
Definition at line 215 of file tpccm.h.
Referenced by icmparcAddMetabolites(), icmparcInit(), and simBTAC().
| double ICMPARC::Tdur |
Compound infusion duration, from outside of system to BV.
Definition at line 195 of file tpccm.h.
Referenced by icmparcInit(), and simBTAC().
| double ICMPARC::Ti |
Compound infusion start time, from outside of system to BV.
Definition at line 193 of file tpccm.h.
Referenced by icmparcInit(), and simBTAC().