Re: GNU MCSim simulation questions
fredomatic <[email protected]> Tue, 16 May 2017 20:13:08 +0200
| Newsgroups | gmane.comp.gnu.mcsim |
|---|---|
| Message-ID | <[email protected]> |
Yes, all the differential and algebraic equations defined in the Dynamics section and the algebraic equations defined in the CalcOutputs section are solved simultaneously. The output will contain the solutions only at the times you specify with a Print or PrintStep statement in a simulation specification file. For differential equations the actual integration time step may be much smaller (and variable); That is hidden from you and get results only at the times you specify (otherwise you would probably be swamped with outputs) Hope that helps F. Bois On 16/05/17 16:27, Edgar Whyte wrote: > To whom it may concern > > Is the GNU MCSim software able to solve equations simultaneously? > > I am also unclear about how the output file looks like. I am doing time > based simulation, will the output file contain time steps with a > constant interval and the solved variables at every time step? > > Regards Edgar > > > _______________________________________________ > Help-mcsim mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/help-mcsim >