-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsystem-pwc.txt
More file actions
36 lines (29 loc) · 928 Bytes
/
system-pwc.txt
File metadata and controls
36 lines (29 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#-------------#
# Parameters #
#-------------#
#
# System parameter
#name value lower upper units editable grouping
# bound bound
<P> kelf 1.0 eps inf 1/time yes System
<P> kels 0.01 eps inf 1/time yes System
<P> Cth 10 eps inf conc yes System
<P> Tf 10 eps inf time yes System
#dynamic secondary parameters
<Ad> kel = 0.0
<IF:kel:COND> SIMINT_AND[SIMINT_LT[SIMINT_TIME][Tf]][SIMINT_GT[Cp][Cth ]]; kelf
<IF:kel:ELSE> kels
#--------------------#
# Dosing information #
#--------------------#
#
# Bolus Events
# times/events state values scale units
<B:times>; [ 0 ]; 1; sys_time
<B:events>; Cp; [100 ]; 1; conc
# ODEs
<ODE:Cp> -kel*Cp
# Outputs that begin with QC will not be displayed in the GUI
#
<O> Serum = Cp
<TS:sys_time> 1.0