- Index
- » Users
- » blah
- » Profile
Posts
Posts
Page Start Prev 1 Next End
Jun-11-14 12:53:03
Result of a variable as a start value in the next simulation.
Category:
Programming
Forum:
Modelica Language
By writing your equation using the droplet temperature variable, the simulator will keep taking the most current value. You have to free your mind from the classic programming model. In Modelica, you write down the equations, provide initial values and let the compiler do the rest for you, free of charge :-)
It appears that START has been evaluated to zero, causing your if else expression to evaluate to zero and cause the divide by zero.
Page Start Prev 1 Next End
- Index
- » Users
- » blah
- » Profile