Recent content by Lotos

  1. Lotos

    Engineering Open Modelica, work with an RLC-circuit

    Modified the code a little to match the calculations and variables. model Lab5 extends Modelica.Icons.Example; type Voltage=Real(unit="V"); type Current=Real(unit="A"); type Resistance=Real(unit="Ohm"); type Capacitance=Real(unit="F"); type Inductance =Real(unit="H"); parameter...
  2. Lotos

    Engineering Open Modelica, work with an RLC-circuit

    Good day. I am studying Open Modelica and building RLC. I was given the following task: From the initial network make one (sample graphics on Scilab but needs in Open Modelica) As you can see in the graph that is presented in scilab, the graphs start from different points. Here is a list of...
  3. Lotos

    What Are Oleg's Interests in Programming and Mathematics?

    Hello all! My name is Oleg. I'm from Russia. The beginning programmer,student bachelor and my interests an electrician chanes,digital signals treatment,mathemathic and math modeling. My favourite programming languages C++,Python,Perl,C#,Delphi
Back
Top