FEATool Multiphysics Forum
›
Modeling and Simulation
Search
everywhere
only in this topic
Advanced Search
Piecewise Continuous Boundary Condition
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
2 messages
Kezfez
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Piecewise Continuous Boundary Condition
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)
Precise Simulation
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Piecewise Continuous Boundary Condition
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
Free forum by Nabble
Edit this page