ug4
ug::BinghamViscosityLinker< dim > Class Template Reference

Linker for the Bingham viscosity. More...

#include <bingham_viscosity_linker.h>

+ Inheritance diagram for ug::BinghamViscosityLinker< dim >:

Public Member Functions

 BinghamViscosityLinker ()
 
template<int refDim>
void eval_and_deriv (number vValue[], const MathVector< dim > vGlobIP[], number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< refDim > vLocIP[], const size_t nip, LocalVector *u, bool bDeriv, int s, std::vector< std::vector< number > > vvvDeriv[], const MathMatrix< refDim, dim > *vJT=NULL) const
 
void evaluate (number &value, const MathVector< dim > &globIP, number time, int si) const
 
template<int refDim>
void evaluate (number vValue[], const MathVector< dim > vGlobIP[], number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< refDim > vLocIP[], const size_t nip, LocalVector *u, const MathMatrix< refDim, dim > *vJT=NULL) const
 
void set_density (number val)
 
void set_density (SmartPtr< CplUserData< number, dim > > data)
 set density import More...
 
void set_velocity_gradient (SmartPtr< CplUserData< MathMatrix< dim, dim >, dim > > data)
 set velocity gradient import More...
 
void set_viscosity (number val)
 
void set_viscosity (SmartPtr< CplUserData< number, dim > > data)
 set viscosity import More...
 
void set_yield_stress (number val)
 
void set_yield_stress (SmartPtr< CplUserData< number, dim > > data)
 set density import More...
 
- Public Member Functions inherited from ug::StdDataLinker< BinghamViscosityLinker< dim >, number, dim >
virtual void check_setup () const
 returns if data is ok More...
 
virtual void compute (LocalVector *u, GridObject *elem, const MathVector< dim > vCornerCoords[], bool bDeriv=false)
 compute values (and derivatives iff compDeriv == true) More...
 
virtual void compute (LocalVectorTimeSeries *u, GridObject *elem, const MathVector< dim > vCornerCoords[], bool bDeriv=false)
 compute values (and derivatives iff compDeriv == true, but only for the 'current' time point) More...
 
virtual bool continuous () const
 returns if provided data is continuous over geometric object boundaries More...
 
void evaluate (number vValue[], const MathVector< dim > vGlobIP[], number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< refDim > vLocIP[], const size_t nip, LocalVector *u, const MathMatrix< refDim, dim > *vJT=NULL) const
 
virtual SmartPtr< ICplUserData< dim > > needed_data (size_t i)
 return needed data More...
 
virtual size_t num_input () const
 number of inputs More...
 
virtual size_t num_needed_data () const
 number of other Data this data depends on More...
 
virtual void operator() (number &value, const MathVector< dim > &globIP, number time, int si) const
 returns value for a global position More...
 
virtual void operator() (number vValue[], const MathVector< dim > vGlobIP[], number time, int si, const size_t nip) const
 returns value for global positions More...
 
virtual bool requires_grid_fct () const
 returns that a grid function is needed for evaluation More...
 
virtual void set_function_pattern (ConstSmartPtr< FunctionPattern > fctPatt)
 updates the function group More...
 
virtual void set_input (size_t i, SmartPtr< ICplUserData< dim > > input, SmartPtr< UserDataInfo > info)
 sets an input More...
 
void set_num_input (size_t num)
 sets the number of inputs More...
 
virtual bool zero_derivative () const
 returns if derivative is zero More...
 
bool zero_derivative (size_t i) const
 returns if the derivative of the i'th input is zero More...
 
- Public Member Functions inherited from ug::StdUserData< TImpl, TData, dim, TRet, TBase >
virtual void operator() (TData vValue[], const MathVector< dim > vGlobIP[], number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< 1 > vLocIP[], const size_t nip, LocalVector *u, const MathMatrix< 1, dim > *vJT=NULL) const
 
virtual void operator() (TData vValue[], const MathVector< dim > vGlobIP[], number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< 2 > vLocIP[], const size_t nip, LocalVector *u, const MathMatrix< 2, dim > *vJT=NULL) const
 
virtual void operator() (TData vValue[], const MathVector< dim > vGlobIP[], number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< 3 > vLocIP[], const size_t nip, LocalVector *u, const MathMatrix< 3, dim > *vJT=NULL) const
 
- Public Member Functions inherited from ug::CplUserData< TData, dim, void >
bool defined (size_t s, size_t ip) const
 returns flag, if data is evaluated (for conditional data) More...
 
size_t num_ip (size_t s) const
 returns the number of integration points More...
 
size_t num_series () const
 explicitly forward some functions More...
 
void register_storage_callback (DataImport< TData, dim > *obj, void(DataImport< TData, dim >::*func)())
 register external callback, invoked when data storage changed More...
 
void unregister_storage_callback (DataImport< TData, dim > *obj)
 register all callbacks registered by class More...
 
TData & value (size_t s, size_t ip)
 returns the value at ip More...
 
const TData & value (size_t s, size_t ip) const
 returns the value at ip More...
 
TData * values (size_t s)
 returns all values for a series More...
 
const TData * values (size_t s) const
 returns all values for a series More...
 
 ~CplUserData ()
 destructor More...
 
- Public Member Functions inherited from ug::ICplUserData< dim >
bool at_current_time (size_t s) const
 returns true iff the time point specification is equal to the current one, or not specified More...
 
void clear ()
 clear all data More...
 
virtual bool constant () const
 returns if data is constant More...
 
int dim_local_ips () const
 returns current local ip dimension More...
 
 ICplUserData ()
 default constructor More...
 
const MathVector< dim > & ip (size_t s, size_t ip) const
 returns global ip More...
 
const MathVector< dim > * ips (size_t s) const
 returns global ips More...
 
template<int ldim>
const MathVector< ldim > & local_ip (size_t s, size_t ip) const
 returns local ip More...
 
template<int ldim>
const MathVector< ldim > * local_ips (size_t s) const
 returns local ips More...
 
size_t num_ip (size_t s) const
 returns the number of integration points More...
 
size_t num_series () const
 returns the number of ip series More...
 
template<int ldim>
size_t register_local_ip_series (const MathVector< ldim > *vPos, const size_t numIP, bool bMayChange=true)
 set local positions without the specification of the time point, returns series id More...
 
template<int ldim>
size_t register_local_ip_series (const MathVector< ldim > *vPos, const size_t numIP, const int timePointSpec, bool bMayChange=true)
 set local positions, returns series id More...
 
void set_global_ips (size_t s, const MathVector< dim > *vPos, size_t numIP)
 set global positions More...
 
template<int ldim>
void set_local_ips (const size_t seriesId, const MathVector< ldim > *vPos, const size_t numIP)
 sets new local ip positions for a local ip series More...
 
void set_subset (int si)
 set the subset of evaluation More...
 
void set_time_point (const size_t seriesId, const int timePointSpec)
 sets a new time point for a local ip series More...
 
void set_time_point (size_t timePoint)
 sets the current time point More...
 
void set_times (const std::vector< number > &vTime)
 set evaluation time More...
 
int subset () const
 returns the subset of evaluation More...
 
number time () const
 get the current evaluation time More...
 
number time (size_t s) const
 get the specified evaluation time More...
 
size_t time_point ()
 returns the current time point More...
 
size_t time_point (size_t s) const
 returns the time point specification (in particular, the current one, if the own one not specified) More...
 
int time_point_specification (size_t s) const
 returns the time point specification (note: it may be -1, i.e. not specified) More...
 
virtual void update_dof_sizes (const LocalIndices &ind)
 resize arrays More...
 
virtual ~ICplUserData ()
 virtual desctructor More...
 
- Public Member Functions inherited from ug::UserDataInfo
const FunctionGroupfunction_group () const
 Function Group of functions. More...
 
const FunctionIndexMappingmap () const
 get function mapping More...
 
size_t num_fct () const
 number of functions this export depends on More...
 
virtual ~UserDataInfo ()
 virtual destructor More...
 
- Public Member Functions inherited from ug::UserData< TData, dim, void >
int get_dim () const
 returns dimension More...
 
virtual void operator() (TData &value, const MathVector< dim > &globIP, number time, int si, Vertex *vrt) const
 returns a value at a vertex More...
 
std::string type () const
 returns type of data as string (e.g. "Number", "Vector", "Matrix") More...
 
void operator() (TData &value, const MathVector< dim > &globIP, number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< 1 > &locIP, LocalVector *u) const
 
void operator() (TData &value, const MathVector< dim > &globIP, number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< 2 > &locIP, LocalVector *u) const
 
void operator() (TData &value, const MathVector< dim > &globIP, number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< 3 > &locIP, LocalVector *u) const
 

Protected Attributes

SmartPtr< DependentUserData< number, dim > > m_spDDensity
 
SmartPtr< CplUserData< number, dim > > m_spDensity
 
SmartPtr< DependentUserData< MathMatrix< dim, dim >, dim > > m_spDVelocityGrad
 
SmartPtr< DependentUserData< number, dim > > m_spDViscosity
 
SmartPtr< DependentUserData< number, dim > > m_spDYieldStress
 
SmartPtr< CplUserData< MathMatrix< dim, dim >, dim > > m_spVelocityGrad
 
SmartPtr< CplUserData< number, dim > > m_spViscosity
 
SmartPtr< CplUserData< number, dim > > m_spYieldStress
 
- Protected Attributes inherited from ug::StdDataLinker< BinghamViscosityLinker< dim >, number, dim >
std::vector< FunctionIndexMappingm_vMap
 Function mapping for each input relative to common FunctionGroup. More...
 
std::vector< SmartPtr< ICplUserData< dim > > > m_vspICplUserData
 data input More...
 
std::vector< SmartPtr< UserDataInfo > > m_vspUserDataInfo
 data input casted to IDependend data More...
 
std::vector< std::vector< size_t > > m_vvSeriesID
 series id the linker uses to get data from input More...
 
- Protected Attributes inherited from ug::ICplUserData< dim >
int m_defaultTimePoint
 default time point (or -1 if not specified) More...
 
int m_locPosDim
 dimension of local position (-1 indicates no dim set) More...
 
std::vector< const MathVector< 1 > * > m_pvLocIP1d
 local ips of dimension 1d-3d More...
 
std::vector< const MathVector< 2 > * > m_pvLocIP2d
 
std::vector< const MathVector< 3 > * > m_pvLocIP3d
 
int m_si
 subset for evaluation More...
 
size_t m_timePoint
 current time point (used if no explicit specification for series) More...
 
std::vector< bool > m_vMayChange
 flags if local ips may change More...
 
std::vector< size_t > m_vNumIP
 number of evaluation points (-1 indicates no ips set) More...
 
std::vector< numberm_vTime
 time for evaluation More...
 
std::vector< int > m_vTimePoint
 time points for the series More...
 
std::vector< const MathVector< dim > * > m_vvGlobPos
 global ips More...
 
- Protected Attributes inherited from ug::UserDataInfo
FunctionGroup m_fctGrp
 functions the data depends on More...
 
FunctionIndexMapping m_map
 Mapping for import fct. More...
 

Static Protected Attributes

static const size_t _DV_ = 3
 import for velocity gradient More...
 
static const size_t _ETA_ = 1
 import for viscosity More...
 
static const size_t _RHO_ = 0
 import for density More...
 
static const size_t _TAU_ = 2
 import for yield stress More...
 

Private Types

typedef StdDataLinker< BinghamViscosityLinker< dim >, number, dimbase_type
 

Additional Inherited Members

- Public Types inherited from ug::CplUserData< TData, dim, void >
typedef ICplUserData< dimbase_type
 type of base class More...
 
- Public Types inherited from ug::UserData< TData, dim, void >
typedef TData data_type
 
typedef void return_type
 
- Protected Member Functions inherited from ug::StdDataLinker< BinghamViscosityLinker< dim >, number, dim >
void eval_deriv (LocalVector *u, GridObject *elem, const MathVector< dim > vCornerCoords[], bool bDeriv=false)
 
void eval_deriv (LocalVectorTimeSeries *u, GridObject *elem, const MathVector< dim > vCornerCoords[], bool bDeriv=false)
 
BinghamViscosityLinker< dim > & getImpl ()
 access to implementation More...
 
const BinghamViscosityLinker< dim > & getImpl () const
 const access to implementation More...
 
virtual void global_ips_changed (const size_t seriesID, const MathVector< dim > *vPos, const size_t numIP)
 forwards the global positions to the data inputs More...
 
size_t input_common_fct (size_t i, size_t fct) const
 returns the number in the common FctGrp for a fct of an input More...
 
size_t input_num_fct (size_t i) const
 returns number of functions the input depends on More...
 
virtual void local_ip_series_added (const size_t seriesID)
 requests series id's from input data More...
 
virtual void local_ips_changed (const size_t seriesID, const size_t newNumIP)
 forwards the local positions to the data inputs More...
 
size_t series_id (size_t i, size_t s) const
 returns the series id set for the i'th input More...
 
- Protected Member Functions inherited from ug::StdUserData< TImpl, TData, dim, TRet, TBase >
TImpl & getImpl ()
 access to implementation More...
 
const TImpl & getImpl () const
 const access to implementation More...
 
- Protected Member Functions inherited from ug::CplUserData< TData, dim, void >
void call_storage_callback () const
 calls are registered external storage callbacks More...
 
void check_series (size_t s) const
 checks in debug mode the correct index More...
 
void check_series_ip (size_t s, size_t ip) const
 checks in debug mode the correct index More...
 
virtual void local_ip_series_to_be_cleared ()
 free the data field memory and set series to zero More...
 
virtual void value_storage_changed (const size_t seriesID)
 callback, invoked when storage of data has changed for a series More...
 
- Protected Member Functions inherited from ug::ICplUserData< dim >
void check_s (size_t s) const
 checks in debug mode the correct usage of indices More...
 
void check_s_ip (size_t s, size_t ip) const
 checks in debug mode the correct usage of indices More...
 
std::vector< const MathVector< 1 > * > & get_local_ips (Int2Type< 1 >)
 help function to get local ips More...
 
const std::vector< const MathVector< 1 > * > & get_local_ips (Int2Type< 1 >) const
 
std::vector< const MathVector< 2 > * > & get_local_ips (Int2Type< 2 >)
 
const std::vector< const MathVector< 2 > * > & get_local_ips (Int2Type< 2 >) const
 
std::vector< const MathVector< 3 > * > & get_local_ips (Int2Type< 3 >)
 
const std::vector< const MathVector< 3 > * > & get_local_ips (Int2Type< 3 >) const
 

Detailed Description

template<int dim>
class ug::BinghamViscosityLinker< dim >

Linker for the Bingham viscosity.

This linker computes the Bingham viscosity \( \mathbf{q} = - \frac{\mathbf{K}}{\mu} ( \nabla p - \rho \mathbf{g} ) \), where

  • \( \mathbf{K} \) permeability
  • \( \mu \) viscosity
  • \( \rho \) density
  • \( \mathbf{g} \) gravity
  • \( \nabla p \) pressure gradient

are input parameters.

Member Typedef Documentation

◆ base_type

Constructor & Destructor Documentation

◆ BinghamViscosityLinker()

Member Function Documentation

◆ eval_and_deriv()

◆ evaluate() [1/2]

template<int dim>
void ug::BinghamViscosityLinker< dim >::evaluate ( number value,
const MathVector< dim > &  globIP,
number  time,
int  si 
) const
inline

◆ evaluate() [2/2]

template<int dim>
template<int refDim>
void ug::BinghamViscosityLinker< dim >::evaluate ( number  vValue[],
const MathVector< dim vGlobIP[],
number  time,
int  si,
GridObject elem,
const MathVector< dim vCornerCoords[],
const MathVector< refDim >  vLocIP[],
const size_t  nip,
LocalVector u,
const MathMatrix< refDim, dim > *  vJT = NULL 
) const
inline

◆ set_density() [1/2]

template<int dim>
void ug::BinghamViscosityLinker< dim >::set_density ( number  val)
inline

◆ set_density() [2/2]

◆ set_velocity_gradient()

◆ set_viscosity() [1/2]

template<int dim>
void ug::BinghamViscosityLinker< dim >::set_viscosity ( number  val)
inline

◆ set_viscosity() [2/2]

◆ set_yield_stress() [1/2]

template<int dim>
void ug::BinghamViscosityLinker< dim >::set_yield_stress ( number  val)
inline

◆ set_yield_stress() [2/2]

Member Data Documentation

◆ _DV_

template<int dim>
const size_t ug::BinghamViscosityLinker< dim >::_DV_ = 3
staticprotected

import for velocity gradient

Referenced by ug::BinghamViscosityLinker< dim >::set_velocity_gradient().

◆ _ETA_

template<int dim>
const size_t ug::BinghamViscosityLinker< dim >::_ETA_ = 1
staticprotected

◆ _RHO_

template<int dim>
const size_t ug::BinghamViscosityLinker< dim >::_RHO_ = 0
staticprotected

◆ _TAU_

template<int dim>
const size_t ug::BinghamViscosityLinker< dim >::_TAU_ = 2
staticprotected

◆ m_spDDensity

◆ m_spDensity

◆ m_spDVelocityGrad

◆ m_spDViscosity

◆ m_spDYieldStress

◆ m_spVelocityGrad

◆ m_spViscosity

◆ m_spYieldStress


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