/* File automatically created by ../scripts/text2Ccode.pl*/ const char * disciplines_vams = "" "/*\n" " * RCS Info\n" " * $Id: disciplines.vams 505 2007-01-23 11:17:43Z r29173 $\n" " *\n" " * Log\n" " * $Log: disciplines.vams,v $\n" " * Revision 1.3 2005/05/10 09:14:24 r29173\n" " * updated contents\n" " *\n" " *\n" "*/\n" "\n" "nature Current\n" " access=I;\n" " units=\"A\";\n" " abstol=1e-12;\n" "endnature\n" "\n" "nature Voltage\n" " access=V;\n" " units=\"V\";\n" " abstol=1e-6;\n" "endnature\n" "\n" "discipline electrical\n" " potential Voltage;\n" " flow Current;\n" "enddiscipline\n" "\n" "nature Temperature\n" " access=Temp;\n" " units=\"C\";\n" " abstol=1e-4;\n" "endnature\n" "\n" "nature Power\n" " access=Pwr;\n" " units=\"W\";\n" " abstol=1e-9;\n" "endnature\n" "\n" "discipline thermal\n" " potential Temperature;\n" " flow Power;\n" "enddiscipline\n" ;