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

#include <dv_temp.h>

Inheritance diagram for dv_temp:
Inheritance graph
[legend]

Public Member Functions

virtual void setVar (const int ipt=-1)
 
 dv_temp ()
 
 dv_temp (domain *line, const string s, const bool Lt, const bool Lo=true)
 
virtual ~dv_temp ()
 
- Public Member Functions inherited from dv
virtual void merge2cells (const int imrg, const double m2, const double m1, const bool LconstVolume=false)
 
virtual void splitCell (const int isplt, const int nsplt, const vector< double > &cellFaces)
 
virtual void getRhsSrc (const int ipt=-1)
 
virtual void getRhsMix (const vector< double > &gf, const vector< double > &dxc)
 
virtual void interpVarToFacesHarmonic (const vector< double > &cvar, vector< double > &fvar)
 
virtual double linearInterpToFace (const int &iface, const vector< double > &vec)
 
virtual void setDvFromRegion (const int i1, const int i2)
 
virtual void resize ()
 
 dv ()
 
 dv (domain *line, const string s, const bool Lt, const bool Lo=true)
 
virtual ~dv ()
 

Additional Inherited Members

- Public Attributes inherited from dv
string var_name
 name of variable
 
vector< double > d
 the data
 
bool L_transported
 flag true if var is transported
 
bool L_output
 flag true if included in output
 
bool LagSrc
 flag to lag source term in implicit solve (initially put in for enthalpy radiation)
 
domaindomn
 pointer to domain object (parent)
 
vector< double > rhsSrc
 the data
 
vector< double > rhsMix
 the data
 
vector< double > flux
 

Detailed Description

Class implementing child dv_temp of parent lv object.

Author
David O. Lignell

Definition at line 23 of file dv_temp.h.

Constructor & Destructor Documentation

◆ dv_temp() [1/2]

dv_temp::dv_temp ( )
inline

Definition at line 41 of file dv_temp.h.

◆ dv_temp() [2/2]

dv_temp::dv_temp ( domain * line,
const string s,
const bool Lt,
const bool Lo = true )

dv_temp constructor function

Parameters
p_domninput: set domain pointer with.
p_phiinput: set vector pointer with.

Definition at line 19 of file dv_temp.cc.

◆ ~dv_temp()

virtual dv_temp::~dv_temp ( )
inlinevirtual

Definition at line 47 of file dv_temp.h.

Member Function Documentation

◆ setVar()

void dv_temp::setVar ( const int ipt = -1)
virtual

Set temperature from the gas state

Parameters
iptinput: optional point to compute at

Reimplemented from dv.

Definition at line 37 of file dv_temp.cc.


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