Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::Wunsym_y< dim > Class Template Referenceabstract
Inheritance diagram for concepts::Wunsym_y< dim >:
concepts::Formula< Cmplx > concepts::PiecewiseFormulaBase< F > concepts::ElementFormula< F, concepts::Realtype< F >::type > concepts::Cloneable concepts::OutputOperator

Public Types

typedef Cmplx value_type
 
typedef Realtype< Cmplx >::type G
 

Public Member Functions

 Wunsym_y (const int n=1, const Real omega=1.0, const Real c0=1.0, const Real rho0=1.0, const Real nu=0.1, const Real L=1.0)
 Constructor.
 
virtual Wunsym_y< dim > * clone () const
 Virtual copy constructor.
 
virtual Cmplx operator() (const Real p, const Real t=0.0) const
 
virtual Cmplx operator() (const Real2d &p, const Real t=0.0) const
 
virtual Cmplx operator() (const Real3d &p, const Real t=0.0) const
 
virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
 
virtual Cmplx get_lambda () const
 
virtualoperator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
 
virtualoperator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const
 
virtualoperator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const
 
virtualoperator() (const ElementWithCell< concepts::Realtype< F >::type > &elm, const Real p, const Real t=0.0) const=0
 
virtualoperator() (const ElementWithCell< concepts::Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const=0
 
virtualoperator() (const ElementWithCell< concepts::Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const=0
 
virtual const F & dflt_value () const
 Gives default value.
 
virtual F & dflt_value ()
 Gives default value.
 
virtual Cmplx operator() (const Connector &cntr, const Real p, const Real t=0.0) const
 
virtual Cmplx operator() (const Connector &cntr, const Real2d &p, const Real t=0.0) const
 
virtual Cmplx operator() (const Connector &cntr, const Real3d &p, const Real t=0.0) const
 

Protected Attributes

const int n_
 
const Real omega_
 
const Real c0_
 
const Real rho0_
 
const Real nu_
 
const Real L_
 
const Cmplx lambda
 
const Cmplx ellf
 
const Cmplx ells
 
const Cmplx cf
 

Detailed Description

template<uint dim>
class concepts::Wunsym_y< dim >

Definition at line 181 of file DtNmap2D_visc.hh.

Member Typedef Documentation

◆ G

typedef Realtype<Cmplx >::type concepts::Formula< Cmplx >::G
inherited

Definition at line 37 of file formula.hh.

◆ value_type

typedef Cmplx concepts::Formula< Cmplx >::value_type
inherited

Definition at line 36 of file formula.hh.

Member Function Documentation

◆ clone()

template<uint dim>
virtual Wunsym_y< dim > * concepts::Wunsym_y< dim >::clone ( ) const
virtual

Virtual copy constructor.

Implements concepts::Formula< Cmplx >.

◆ dflt_value() [1/2]

template<typename F >
virtual F & concepts::PiecewiseFormulaBase< F >::dflt_value ( )
inlinevirtualinherited

Gives default value.

Definition at line 83 of file piecewiseFormula.hh.

◆ dflt_value() [2/2]

template<typename F >
virtual const F & concepts::PiecewiseFormulaBase< F >::dflt_value ( ) const
inlinevirtualinherited

Gives default value.

Definition at line 81 of file piecewiseFormula.hh.

◆ info()

template<uint dim>
virtual std::ostream & concepts::Wunsym_y< dim >::info ( std::ostream &  os) const
virtual

Returns information in an output stream.

Reimplemented from concepts::PiecewiseFormulaBase< F >.

◆ operator()() [1/12]

virtual Cmplx concepts::Formula< Cmplx >::operator() ( const Connector cntr,
const Real  p,
const Real  t = 0.0 
) const
inlinevirtualinherited

Convenience implementation, that by default ignores its elm param.

Implements concepts::PiecewiseFormulaBase< F >.

Definition at line 53 of file formula.hh.

◆ operator()() [2/12]

virtual Cmplx concepts::Formula< Cmplx >::operator() ( const Connector cntr,
const Real2d p,
const Real  t = 0.0 
) const
inlinevirtualinherited

Implements concepts::PiecewiseFormulaBase< F >.

Definition at line 56 of file formula.hh.

◆ operator()() [3/12]

virtual Cmplx concepts::Formula< Cmplx >::operator() ( const Connector cntr,
const Real3d p,
const Real  t = 0.0 
) const
inlinevirtualinherited

Implements concepts::PiecewiseFormulaBase< F >.

Definition at line 59 of file formula.hh.

◆ operator()() [4/12]

virtual F concepts::ElementFormula< F, concepts::Realtype< F >::type >::operator() ( const ElementWithCell< concepts::Realtype< F >::type > &  elm,
const Real  p,
const Real  t = 0.0 
) const
pure virtualinherited

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

◆ operator()() [5/12]

virtual F concepts::ElementFormula< F, concepts::Realtype< F >::type >::operator() ( const ElementWithCell< concepts::Realtype< F >::type > &  elm,
const Real2d p,
const Real  t = 0.0 
) const
pure virtualinherited

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

◆ operator()() [6/12]

virtual F concepts::ElementFormula< F, concepts::Realtype< F >::type >::operator() ( const ElementWithCell< concepts::Realtype< F >::type > &  elm,
const Real3d p,
const Real  t = 0.0 
) const
pure virtualinherited

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

◆ operator()() [7/12]

template<typename F >
virtual F concepts::PiecewiseFormulaBase< F >::operator() ( const ElementWithCell< G > &  elm,
const Real  p,
const Real  t = 0.0 
) const
inlinevirtualinherited

Definition at line 52 of file piecewiseFormula.hh.

◆ operator()() [8/12]

template<typename F >
virtual F concepts::PiecewiseFormulaBase< F >::operator() ( const ElementWithCell< G > &  elm,
const Real2d p,
const Real  t = 0.0 
) const
inlinevirtualinherited

Definition at line 57 of file piecewiseFormula.hh.

◆ operator()() [9/12]

template<typename F >
virtual F concepts::PiecewiseFormulaBase< F >::operator() ( const ElementWithCell< G > &  elm,
const Real3d p,
const Real  t = 0.0 
) const
inlinevirtualinherited

Definition at line 63 of file piecewiseFormula.hh.

◆ operator()() [10/12]

template<uint dim>
virtual Cmplx concepts::Wunsym_y< dim >::operator() ( const Real  p,
const Real  t = 0.0 
) const
virtual

Application operator. Evaluates the formula.

Parameters
pPoint in space
tPoint in time

Implements concepts::Formula< Cmplx >.

◆ operator()() [11/12]

template<uint dim>
virtual Cmplx concepts::Wunsym_y< dim >::operator() ( const Real2d p,
const Real  t = 0.0 
) const
virtual

◆ operator()() [12/12]

template<uint dim>
virtual Cmplx concepts::Wunsym_y< dim >::operator() ( const Real3d p,
const Real  t = 0.0 
) const
virtual

Member Data Documentation

◆ c0_

template<uint dim>
const Real concepts::Wunsym_y< dim >::c0_
protected

Definition at line 199 of file DtNmap2D_visc.hh.

◆ cf

template<uint dim>
const Cmplx concepts::Wunsym_y< dim >::cf
protected

Definition at line 207 of file DtNmap2D_visc.hh.

◆ ellf

template<uint dim>
const Cmplx concepts::Wunsym_y< dim >::ellf
protected

Definition at line 205 of file DtNmap2D_visc.hh.

◆ ells

template<uint dim>
const Cmplx concepts::Wunsym_y< dim >::ells
protected

Definition at line 206 of file DtNmap2D_visc.hh.

◆ L_

template<uint dim>
const Real concepts::Wunsym_y< dim >::L_
protected

Definition at line 202 of file DtNmap2D_visc.hh.

◆ lambda

template<uint dim>
const Cmplx concepts::Wunsym_y< dim >::lambda
protected

Definition at line 204 of file DtNmap2D_visc.hh.

◆ n_

template<uint dim>
const int concepts::Wunsym_y< dim >::n_
protected

Definition at line 197 of file DtNmap2D_visc.hh.

◆ nu_

template<uint dim>
const Real concepts::Wunsym_y< dim >::nu_
protected

Definition at line 201 of file DtNmap2D_visc.hh.

◆ omega_

template<uint dim>
const Real concepts::Wunsym_y< dim >::omega_
protected

Definition at line 198 of file DtNmap2D_visc.hh.

◆ rho0_

template<uint dim>
const Real concepts::Wunsym_y< dim >::rho0_
protected

Definition at line 200 of file DtNmap2D_visc.hh.


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