TPCCLIB
Loading...
Searching...
No Matches
ICMPARC Struct Reference

#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 ICMPARCmetabolite
struct ICMPARCparent
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

Detailed Description

Parameters of input CM for a single compound (parent or metabolite).

See also
icmparcInit, icmparcAddMetabolites, icmparcAllocateTACs, icmparcFree

Definition at line 189 of file tpccm.h.

Field Documentation

◆ c_BA

double* ICMPARC::c_BA

Optional storage for BA TAC.

Definition at line 229 of file tpccm.h.

Referenced by icmparcAllocateTACs(), icmparcFree(), icmparcInit(), and simBTAC().

◆ c_BV

double* ICMPARC::c_BV

Optional storage for BV TAC.

Definition at line 231 of file tpccm.h.

Referenced by icmparcAllocateTACs(), icmparcFree(), icmparcInit(), and simBTAC().

◆ c_TF

double* ICMPARC::c_TF

Optional storage for TF TAC.

Definition at line 235 of file tpccm.h.

Referenced by icmparcAllocateTACs(), icmparcFree(), icmparcInit(), and simBTAC().

◆ c_TS

double* ICMPARC::c_TS

Optional storage for TS TAC.

Definition at line 233 of file tpccm.h.

Referenced by icmparcAllocateTACs(), icmparcFree(), icmparcInit(), and simBTAC().

◆ ic_BV

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().

◆ ic_TF

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().

◆ ic_TS

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().

◆ Irate

double ICMPARC::Irate

Compound infusion rate (step function height).

Definition at line 197 of file tpccm.h.

Referenced by icmparcInit(), and simBTAC().

◆ k_BA_TF

double ICMPARC::k_BA_TF

Rate constant from BA to TF.

Definition at line 203 of file tpccm.h.

Referenced by icmparcInit(), and simBTAC().

◆ k_BA_TS

double ICMPARC::k_BA_TS

Rate constant from BA to TS.

Definition at line 205 of file tpccm.h.

Referenced by icmparcInit(), and simBTAC().

◆ k_BA_U

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().

◆ k_BV_BA

double ICMPARC::k_BV_BA

Rate constant from BV to BA.

Definition at line 199 of file tpccm.h.

Referenced by icmparcInit(), and simBTAC().

◆ k_TF_BV

double ICMPARC::k_TF_BV

Rate constant from TF to BV.

Definition at line 207 of file tpccm.h.

Referenced by icmparcInit(), and simBTAC().

◆ k_TS_BV

double ICMPARC::k_TS_BV

Rate constant from TS to BV.

Definition at line 209 of file tpccm.h.

Referenced by icmparcInit(), and simBTAC().

◆ kp_BV

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().

◆ kp_TF

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().

◆ kp_TS

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().

◆ metabolite

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().

◆ mNr

unsigned int ICMPARC::mNr

Number of metabolites.

Definition at line 211 of file tpccm.h.

Referenced by icmparcAddMetabolites(), icmparcAllocateTACs(), icmparcFree(), icmparcInit(), and simBTAC().

◆ name

char ICMPARC::name[256]

Compound name.

Definition at line 191 of file tpccm.h.

Referenced by icmparcInit().

◆ parent

struct ICMPARC* ICMPARC::parent

Pointer to parent compound.

Definition at line 215 of file tpccm.h.

Referenced by icmparcAddMetabolites(), icmparcInit(), and simBTAC().

◆ Tdur

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().

◆ Ti

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().


The documentation for this struct was generated from the following file: