Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
If Condition In Variable Definitions
Posted 2019年2月4日 GMT-5 17:32 Parameters, Variables, & Functions Version 5.2a 1 Reply
Please login with a confirmed email address before reporting spam
Hi,
I was wondering how to implement this?
I want to implement the situation as follows: The original temperature of a wall is 24degC. There is a temperature profile applied on the exterior surface of the wall. For the interior surface, I need a boundary condition like this, T(22<=T<=28) + 28(T>28)+22(T< 22)[degC], which means when the resulted average temperature of the interor surface is out of the range of 22-28degC, it will be forced to 22 or 28degC.
Could anyone please help with this? Thanks a lot in advance!