MAST
MAST::PistonTheoryPressureXdotDerivative Class Reference

#include <piston_theory_boundary_condition.h>

Inheritance diagram for MAST::PistonTheoryPressureXdotDerivative:
Collaboration diagram for MAST::PistonTheoryPressureXdotDerivative:

Public Member Functions

 PistonTheoryPressureXdotDerivative (unsigned int order, const MAST::FieldFunction< Real > &V, const MAST::FieldFunction< Real > &M, const MAST::FieldFunction< Real > &rho, const MAST::FieldFunction< Real > &gamma, const MAST::FieldFunction< Real > &dwdx, const MAST::FieldFunction< Real > &dwdt)
 
virtual ~PistonTheoryPressureXdotDerivative ()
 
virtual void operator() (const libMesh::Point &p, const Real t, Real &m) const
 calculates the value of the function at the specified point, p, and time, t, and returns it in v. More...
 
virtual void derivative (const MAST::FunctionBase &f, const libMesh::Point &p, const Real t, Real &m) const
 calculates the value of the derivative of function with respect to the function f at the specified point, p, and time, t, and returns it in v. More...
 
- Public Member Functions inherited from MAST::FieldFunction< Real >
 FieldFunction (const std::string &nm)
 
virtual void operator() (Real &v) const
 calculates the value of the function and returns it in v. More...
 
virtual void perturbation (Real &v) const
 calculates the perturbation and returns it in v. More...
 
virtual void perturbation (const libMesh::Point &p, const Real t, Real &v) const
 calculates the value of a perturbation in function at the specified point, p, and time, t, and returns it in v. More...
 
virtual void derivative (const MAST::FunctionBase &f, Real &v) const
 calculates the value of the function derivative and returns it in v. More...
 
- Public Member Functions inherited from MAST::FunctionBase
 FunctionBase (const std::string &nm, const bool is_field_func)
 initializes the parameter to the given name More...
 
 FunctionBase (const MAST::FunctionBase &f)
 Copy constructor. More...
 
virtual ~FunctionBase ()
 virtual destructor More...
 
const std::string & name () const
 returns the name of this function More...
 
virtual bool depends_on (const MAST::FunctionBase &f) const
 returns true if the function depends on the provided value More...
 
virtual bool is_shape_parameter () const
 
virtual void set_as_shape_parameter (bool f)
 
virtual bool is_topology_parameter () const
 
virtual void set_as_topology_parameter (bool f)
 

Protected Attributes

const unsigned int _order
 
const MAST::FieldFunction< Real > & _V_inf
 
const MAST::FieldFunction< Real > & _M_inf
 
const MAST::FieldFunction< Real > & _rho_inf
 
const MAST::FieldFunction< Real > & _gamma
 
const MAST::FieldFunction< Real > & _dwdx
 
const MAST::FieldFunction< Real > & _dwdt
 
- Protected Attributes inherited from MAST::FunctionBase
std::string _name
 name of this parameter More...
 
bool _is_field_func
 flag to store the nature of field function More...
 
bool _is_shape_parameter
 
bool _is_topology_parameter
 
std::set< const MAST::FunctionBase * > _functions
 set of functions that this function depends on More...
 

Detailed Description

Definition at line 126 of file piston_theory_boundary_condition.h.

Constructor & Destructor Documentation

MAST::PistonTheoryPressureXdotDerivative::PistonTheoryPressureXdotDerivative ( unsigned int  order,
const MAST::FieldFunction< Real > &  V,
const MAST::FieldFunction< Real > &  M,
const MAST::FieldFunction< Real > &  rho,
const MAST::FieldFunction< Real > &  gamma,
const MAST::FieldFunction< Real > &  dwdx,
const MAST::FieldFunction< Real > &  dwdt 
)

Definition at line 338 of file piston_theory_boundary_condition.cpp.

Here is the caller graph for this function:

MAST::PistonTheoryPressureXdotDerivative::~PistonTheoryPressureXdotDerivative ( )
virtual

Definition at line 365 of file piston_theory_boundary_condition.cpp.

Member Function Documentation

void MAST::PistonTheoryPressureXdotDerivative::derivative ( const MAST::FunctionBase f,
const libMesh::Point &  p,
const Real  t,
Real v 
) const
virtual

calculates the value of the derivative of function with respect to the function f at the specified point, p, and time, t, and returns it in v.

Reimplemented from MAST::FieldFunction< Real >.

Definition at line 421 of file piston_theory_boundary_condition.cpp.

Here is the call graph for this function:

void MAST::PistonTheoryPressureXdotDerivative::operator() ( const libMesh::Point &  p,
const Real  t,
Real v 
) const
virtual

calculates the value of the function at the specified point, p, and time, t, and returns it in v.

Reimplemented from MAST::FieldFunction< Real >.

Definition at line 370 of file piston_theory_boundary_condition.cpp.

Member Data Documentation

const MAST::FieldFunction<Real> & MAST::PistonTheoryPressureXdotDerivative::_dwdt
protected

Definition at line 157 of file piston_theory_boundary_condition.h.

const MAST::FieldFunction<Real> & MAST::PistonTheoryPressureXdotDerivative::_dwdx
protected

Definition at line 157 of file piston_theory_boundary_condition.h.

const MAST::FieldFunction<Real> & MAST::PistonTheoryPressureXdotDerivative::_gamma
protected

Definition at line 157 of file piston_theory_boundary_condition.h.

const MAST::FieldFunction<Real> & MAST::PistonTheoryPressureXdotDerivative::_M_inf
protected

Definition at line 157 of file piston_theory_boundary_condition.h.

const unsigned int MAST::PistonTheoryPressureXdotDerivative::_order
protected

Definition at line 154 of file piston_theory_boundary_condition.h.

const MAST::FieldFunction<Real> & MAST::PistonTheoryPressureXdotDerivative::_rho_inf
protected

Definition at line 157 of file piston_theory_boundary_condition.h.

const MAST::FieldFunction<Real>& MAST::PistonTheoryPressureXdotDerivative::_V_inf
protected

Definition at line 157 of file piston_theory_boundary_condition.h.


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