Location: get-library @ c59ca8c72ff6 / units / units-map.xml

Author:
Test Author <testing@staging.physiomeproject.org>
Date:
2017-02-02 11:31:14+13:00
Desc:
Testing OpenCOR's new PMR Workspaces widget with a trivial change to the CellML model.
Permanent Source URI:
https://models.physiomeproject.org/workspace/19f/rawfile/c59ca8c72ff6a2b57632cc270cafc33ac1e80865/units/units-map.xml

<?xml version="1.0"?>
<model xmlns="http://www.cellml.org/cellml/1.1#" name="model"
	xmlns:cellml="http://www.cellml.org/cellml/1.1#" xmlns:cmeta="http://www.cellml.org/metadata/2.0#"
	cmeta:id="model" xmlns:xlink="http://www.w3.org/1999/xlink">

	<!-- map the actual units that we want to use in this work -->
	<import xlink:href="units.xml">
		<units name="potential" units_ref="mV" />
		<units name="concentration" units_ref="mM" />
		<units name="soluteFlux" units_ref="mM_per_s" />
		<units name="permeability" units_ref="cm_per_ms" />
		<units name="current" units_ref="uA_per_cmsq" />
		<units name="membraneAreaFraction" units_ref="cmsq_per_cmsq" />
		<units name="cellVolumeFraction" units_ref="cmcu_per_cmsq" />
		<units name="hydraulicConductance" units_ref="cmcu_per_dyne_per_s" />
		<units name="gas_constant" units_ref="gas_constant" />
		<units name="faradays_constant" units_ref="faradays_constant" />
		<units name="temperature" units_ref="K" />
		<units name="time" units_ref="s"/>
	</import>
</model>