Boundary-Condition Treatment

boundcond

All these treatments are in solvcon.parcel.gas.boundcond module.

class solvcon.parcel.gas.boundcond.GasBC(**kw)

Base class for all boundary conditions of the gas solver.

Inheritance diagram of GasBC

The base class for all boundary-condition treatments in this module. It should not be used in simulations directly.

class solvcon.parcel.gas.boundcond.GasNonrefl(**kw)

Inheritance diagram of GasNonrefl

class solvcon.parcel.gas.boundcond.GasWall(**kw)

Inheritance diagram of GasWall

class solvcon.parcel.gas.boundcond.GasInlet(**kw)

Inheritance diagram of GasInlet

Table Of Contents

Previous topic

Simulation

Next topic

Callback

This Page