I'd like to change some material properties mid-simulation, and I feel the best way to do this is through conditional statements that depend on time.
Is there a way to add a complex conditional statement, for example:
(if t>some number AND temp at some time was > some number)
Basically can I use the temperature of an element at certain times during the simulation in conditional statements?
Is there a way to add a complex conditional statement, for example:
(if t>some number AND temp at some time was > some number)
Basically can I use the temperature of an element at certain times during the simulation in conditional statements?