Database Reference
In-Depth Information
INFLOWS:
GetPox 3
=
Incubation 3/Incubation Time
{
people breaking out in chicken pox
per day
}
OUTFLOWS:
Contagious 3
=
Infective 3*V
{
people contagious per day
}
Infective 4(t)
=
Infective 4(t
dt)
+
(GetPox 4
Contagious 4) * dt
INIT Infective 4
=
1
{
people
}
INFLOWS:
GetPox 4
=
Incubation 4/Incubation Time
{
people breaking out in chicken pox
per day
}
OUTFLOWS:
Contagious 4
=
Infective 4*V
{
people contagious per day
}
Infective 5(t)
=
Infective 5(t
dt)
+
(GetPox 5
Contagious 5) * dt
INIT Infective 5
=
0
{
people
}
INFLOWS:
GetPox 5
=
Incubation 5/Incubation Time
{
people breaking out in chicken pox
per day
}
OUTFLOWS:
Contagious 5
=
Infective 5*V
{
people contagious per day
}
Infective 6(t)
=
Infective 6(t
dt)
+
(GetPox 6
Contagious 6) * dt
INIT Infective 6
=
0
{
people
}
INFLOWS:
GetPox 6
=
Incubation 6/Incubation Time
{
people breaking out in chicken pox
per day
}
OUTFLOWS:
Contagious 6
=
Infective 6*V
{
people contagious per day
}
Shingles(t)
=
Shingles(t
dt)
+
(Get Shingles
S Recover) * dt
INIT Shingles
=
0
{
people
}
INFLOWS:
Get Shingles
=
Immune 6*Shingle Rate/S Aging Time
{
people getting shingles
per day
}
OUTFLOWS:
S Recover
=
Shingles/S Rec Time
{
people per day
}
Sick 1(t)
=
Sick 1(t
dt)
+
(Contagious 1
Recover 1) * dt
INIT Sick 1
=
0
{
people
}
INFLOWS:
Contagious 1
=
Infective 1*V
{
people contagious per day
}
OUTFLOWS:
Recover 1
=
Sick 1/Rec Time
{
people recovered per day
}
Sick 2(t)
=
Sick 2(t
dt)
+
(Contagious 2
Recover 2) * dt
INIT Sick 2
=
0
{
people
}
 
Search WWH ::




Custom Search