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.

property name: str#

Return the name of the species.

property id: int#

Return the ID of the 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.