CollisionIntegral
class to support transport/chemistry
#154
Labels
enhancement
New feature or request
CollisionIntegral
class to support transport/chemistry
#154
Currently, collision integrals are implemented within
ArgonMixtureTransport
. This supports the basic capabilities for the main simulation, though eventually it needs to be separated from a specific transport class and support more functionalities. Specific points are:CollisionIntegral
class that is independent of a specificTransportProperties
ArgonSpcs
, limited to argon plasma only.ArgonColl
. Eventually, withN
ground-state-species, we need an array of function pointers of size[(3 + 5) * N * N]
, each of which computes a collision integral. This will of course require a significant implementation on parsing.The text was updated successfully, but these errors were encountered: