ODT
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
domaincase Class Reference

#include <domaincase.h>

Inheritance diagram for domaincase:
Inheritance graph
[legend]

Public Member Functions

virtual void setGasStateAtPt (const int &ipt)
 
virtual void setCaseSpecificVars ()
 
virtual void setCaseSpecificVars_cvode (const int &ipt)
 
virtual void enforceMassFractions ()
 
 domaincase ()
 
virtual void init (domain *p_domn)
 
virtual ~domaincase ()
 

Public Attributes

domaindomn
 pointer to domain object (parent)
 
vector< double > inlet_cell_dv_props
 list of all dv properties for inserted inlet cell for channel suction/blowing case
 

Detailed Description

Class implementing base domaincase object. Derived domaincase objects will be made.

Author
David O. Lignell

Definition at line 22 of file domaincase.h.

Constructor & Destructor Documentation

◆ domaincase()

domaincase::domaincase ( )
inline

Definition at line 45 of file domaincase.h.

◆ ~domaincase()

virtual domaincase::~domaincase ( )
inlinevirtual

Definition at line 47 of file domaincase.h.

Member Function Documentation

◆ enforceMassFractions()

void domaincase::enforceMassFractions ( )
virtual

Make sure mass fractions are normalized and bounded between 0 and 1

Definition at line 12 of file domaincase.cc.

◆ init()

virtual void domaincase::init ( domain * p_domn)
inlinevirtual

◆ setCaseSpecificVars()

virtual void domaincase::setCaseSpecificVars ( )
inlinevirtual

◆ setCaseSpecificVars_cvode()

virtual void domaincase::setCaseSpecificVars_cvode ( const int & ipt)
inlinevirtual

◆ setGasStateAtPt()

virtual void domaincase::setGasStateAtPt ( const int & ipt)
inlinevirtual

Member Data Documentation

◆ domn

domain* domaincase::domn

pointer to domain object (parent)

Definition at line 28 of file domaincase.h.

◆ inlet_cell_dv_props

vector<double> domaincase::inlet_cell_dv_props

list of all dv properties for inserted inlet cell for channel suction/blowing case

Definition at line 30 of file domaincase.h.


The documentation for this class was generated from the following files: