dougshidong / PHiLiP

Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
Other
45 stars 37 forks source link

Time dependant source terms in `PhysicsBase` #186

Open jbrillon opened 1 year ago

jbrillon commented 1 year ago

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

_Originally posted by @jbrillon in https://github.com/dougshidong/PHiLiP/pull/111#discussion_r855464070_