Location: Prototype reset rules @ 8e8086eb003a / cell-division.xml

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2016-11-15 15:04:15+13:00
Desc:
rename file
Permanent Source URI:
https://models.physiomeproject.org/workspace/351/rawfile/8e8086eb003ae31292cf0739526b47a9b73b3ec0/cell-division.xml

<?xml version="1.0" encoding="iso-8859-1"?>
<model name="reset" cmeta:id="reset" xmlns="http://www.cellml.org/cellml/2.0#"
	xmlns:cellml="http://www.cellml.org/cellml/2.0#">
	<component name="main" id="main">
		<variable name="time" units="dimensionless" />
		<variable name="mass" initial_value="initial_mass" units="dimensionless"
			interface="public" />
		<variable name="initial_mass" units="dimensionless"
			interface="public" />
		<variable name="threshold" units="dimensionless" interface="public" />
		<variable name="growth_rate" units="dimenionsless" interface="public" />
		<math xmlns="http://www.w3.org/1998/Math/MathML" id="eq1">
			<apply id="time_rate">
				<eq />
				<apply>
					<diff />
					<ci>mass</ci>
					<bvar>
						<ci>time</ci>
					</bvar>
				</apply>
				<ci>growth_rate</ci>
			</apply>
			<apply>
				<csymbol definitionURL="http://www.cellml.org/cellml/reset" />
				<apply>
					<eq />
					<ci>mass</ci>
					<apply>
						<divide />
						<apply>
							<csymbol definitionURL="http://www.cellml.org/cellml/infinitesimal-delay" />
							<ci>mass</ci>
						</apply>
						<cn cellml:units="dimensionless">2</cn>
					</apply>
				</apply>
				<apply>
					<geq />
					<ci>mass</ci>
					<ci>threshold</ci>
				</apply>
			</apply>
		</math>
	</component>
</model>