dune-pdelab  2.7-git
Public Types | Public Member Functions | List of all members
DarcyVelocityFromHeadCCFV< T, PL > Class Template Reference

Provide velocity field for liquid phase. More...

#include <dune/pdelab/localoperator/darcyccfv.hh>

Inheritance diagram for DarcyVelocityFromHeadCCFV< T, PL >:
Inheritance graph

Public Types

using Traits = Dune::PDELab::GridFunctionTraits< GV, RF, dim, Dune::FieldVector< RF, dim > >
 
using BaseT = Dune::PDELab::GridFunctionBase< Traits, DarcyVelocityFromHeadCCFV< T, PL > >
 
typedef GridFunctionTag ImplementationTag
 
typedef Dune::PDELab::GridFunctionTraits< PL::Traits::GridViewType, PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension, Dune::FieldVector< PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension > > ::GridViewType GridViewType
 Type of the GridView. More...
 
using Output = typename Base::Output
 

Public Member Functions

 DarcyVelocityFromHeadCCFV (const T &t_, const PL &pl_)
 
void set_time (typename T::Traits::RangeFieldType time_)
 
void evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const
 
const Traits::GridViewTypegetGridView () const
 
const Traits::GridViewTypegetGridView () const
 get a reference to the GridView More...
 
Output::DataSetType dataSetType () const
 Return the data set type of this function. More...
 
void setDataSetType (Output::DataSetType dataSetType)
 Set the data set type of this function. More...
 

Detailed Description

template<typename T, typename PL>
class DarcyVelocityFromHeadCCFV< T, PL >

Provide velocity field for liquid phase.

Uses RT0 interpolation on a cell.

Member Typedef Documentation

◆ BaseT

template<typename T , typename PL >
using DarcyVelocityFromHeadCCFV< T, PL >::BaseT = Dune::PDELab::GridFunctionBase<Traits,DarcyVelocityFromHeadCCFV<T,PL> >

◆ GridViewType

typedef Dune::PDELab::GridFunctionTraits< PL::Traits::GridViewType, PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension, Dune::FieldVector< PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension > > ::GridViewType Dune::PDELab::GridFunctionBase< Dune::PDELab::GridFunctionTraits< PL::Traits::GridViewType, PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension, Dune::FieldVector< PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension > > , DarcyVelocityFromHeadCCFV< T, PL > >::GridViewType
inherited

Type of the GridView.

◆ ImplementationTag

typedef GridFunctionTag Dune::PDELab::GridFunctionBase< Dune::PDELab::GridFunctionTraits< PL::Traits::GridViewType, PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension, Dune::FieldVector< PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension > > , DarcyVelocityFromHeadCCFV< T, PL > >::ImplementationTag
inherited

◆ Output

using Dune::PDELab::GridFunctionBase< Dune::PDELab::GridFunctionTraits< PL::Traits::GridViewType, PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension, Dune::FieldVector< PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension > > , DarcyVelocityFromHeadCCFV< T, PL > >::Output = typename Base::Output
inherited

◆ Traits

template<typename T , typename PL >
using DarcyVelocityFromHeadCCFV< T, PL >::Traits = Dune::PDELab::GridFunctionTraits<GV,RF,dim,Dune::FieldVector<RF,dim> >

Constructor & Destructor Documentation

◆ DarcyVelocityFromHeadCCFV()

template<typename T , typename PL >
DarcyVelocityFromHeadCCFV< T, PL >::DarcyVelocityFromHeadCCFV ( const T &  t_,
const PL &  pl_ 
)
inline

Member Function Documentation

◆ dataSetType()

Output::DataSetType Dune::PDELab::GridFunctionOutputParameters::dataSetType ( ) const
inlineinherited

Return the data set type of this function.

◆ evaluate()

template<typename T , typename PL >
void DarcyVelocityFromHeadCCFV< T, PL >::evaluate ( const typename Traits::ElementType e,
const typename Traits::DomainType x,
typename Traits::RangeType y 
) const
inline

◆ getGridView() [1/2]

const Traits::GridViewType& Dune::PDELab::GridFunctionInterface< Dune::PDELab::GridFunctionTraits< PL::Traits::GridViewType, PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension, Dune::FieldVector< PL::Traits::RangeFieldType, PL::Traits::GridViewType::dimension > > , DarcyVelocityFromHeadCCFV< T, PL > >::getGridView
inlineinherited

get a reference to the GridView

◆ getGridView() [2/2]

template<typename T , typename PL >
const Traits::GridViewType& DarcyVelocityFromHeadCCFV< T, PL >::getGridView ( ) const
inline

◆ set_time()

template<typename T , typename PL >
void DarcyVelocityFromHeadCCFV< T, PL >::set_time ( typename T::Traits::RangeFieldType  time_)
inline

◆ setDataSetType()

void Dune::PDELab::GridFunctionOutputParameters::setDataSetType ( Output::DataSetType  dataSetType)
inlineinherited

Set the data set type of this function.


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