Piecewise Continuous Boundary Condition

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Piecewise Continuous Boundary Condition

Kezfez
How do I set up a piecewise continuous boundary condition:


q(t)=piecewise(0<=t <= 2*10^-3,50*10^10 *t, t > 2*10^-3, 10^8)
Reply | Threaded
Open this post in threaded view
|

Re: Piecewise Continuous Boundary Condition

Precise Simulation
Administrator
Use logical switch functions for the sections "a*(x<t1) + b*(x>=t1 & x<t2) ..."

https://www.featool.com/doc/physics.html#phys_coef_disc