Module containing the Species
class and sub-classes.
Species#
In fluid simulations, the species are the chemical compounds present.
- class ansys.dpf.post.species.Species(name: str, id: int)#
In fluid simulation, defines a chemical species.
- class ansys.dpf.post.species.SpeciesDict(simulation: Simulation)#
Dictionary of species available in the fluid simulation.
Accepts either species name or species ID as key.