model-description-format-old / switched_rlc_circuit.json
Rimjhim Mittal
updated script
2c8d587
{
"SwitchedRLC_Circuit": {
"format": "ModECI MDF v0.4",
"generating_application": "Python modeci-mdf v0.4.10",
"metadata": {
"preferred_duration": 2,
"preferred_dt": 0.001
},
"graphs": {
"SwitchedRLC_Circuit": {
"nodes": {
"V": {
"parameters": {
"Vs": {
"value":"0.5"
},
"R": {
"metadata": {
"description": "Resistance in Ohms"
},
"value": 100
},
"L": {
"metadata": {
"description": "Inductance in Henrys"
},
"value": 1
},
"C": {
"metadata": {
"description": "Capacitance in Farads"
},
"value": 0.001
},
"time": {
"default_initial_value": 0,
"time_derivative": "1"
},
"V": {
"metadata": {
"description": "Voltage across the circuit",
"plot":"True"
},
"default_initial_value": 0,
"time_derivative": "i_C /C"
},
"i_R": {
"metadata": {
"description": "Current through the resistor",
"plot":"True"
},
"value": "V / R"
},
"i_L": {
"metadata": {
"description": "Current through the inductor",
"plot":"True"
},
"default_initial_value": 0,
"time_derivative": "(Vs - V)/L"
},
"i_C": {
"metadata": {
"description": "Current through the capacitor",
"plot":"True"
},
"value": "i_L-i_R"
}
},
"output_ports": {
"V_out": {
"value": "V"
},
"i_L_out": {
"value": "i_L"
},
"i_R_out": {
"value": "i_R"
},
"i_C_out": {
"value": "i_C"
}
}
}
}
}
}
}
}