Figure out a way to have time dependant source terms in PhysicsBase; this would be relevant for any flow that has some sort of forcing function. Or consider moving this kind of source term out of physics and have it be added outside somewhere that knows about time since it's flow case specific / something additional to the underlying physics equations. Maybe this would fall under the PhysicsModel class in pull-request #76 ? Either way, DG would have to know about time if ODE cannot currently communicate with the PhysicsBase class
Figure out a way to have time dependant source terms in
PhysicsBase
; this would be relevant for any flow that has some sort of forcing function. Or consider moving this kind of source term out of physics and have it be added outside somewhere that knows about time since it's flow case specific / something additional to the underlying physics equations. Maybe this would fall under thePhysicsModel
class in pull-request #76 ? Either way, DG would have to know about time if ODE cannot currently communicate with thePhysicsBase
class_Originally posted by @jbrillon in https://github.com/dougshidong/PHiLiP/pull/111#discussion_r855464070_