ANS-1-1
Public Member Functions | Private Attributes
BoundaryParabolic< dim > Class Template Reference
Inheritance diagram for BoundaryParabolic< dim >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 BoundaryParabolic (const double time)
virtual double value (const Point< dim > &p, const unsigned int component=0) const
virtual void vector_value (const Point< dim > &p, Vector< double > &value) const

Private Attributes

double _time

Detailed Description

template<int dim>
class BoundaryParabolic< dim >

In this class, we define a function that deals with the boundary values. For our configuration, we impose of parabolic inflow profile for the velocity at the left hand side of the channel. We choose a time dependent inflow profile with smooth increase, to avoid difficulties at the beginning of the computation.

Definition at line 785 of file step-fsi.cc.


Constructor & Destructor Documentation

template<int dim>
BoundaryParabolic< dim >::BoundaryParabolic ( const double  time) [inline]

Definition at line 788 of file step-fsi.cc.


Member Function Documentation

template<int dim>
double BoundaryParabolic< dim >::value ( const Point< dim > &  p,
const unsigned int  component = 0 
) const [virtual]

Reimplemented from Function< dim >.

Definition at line 809 of file step-fsi.cc.

References Assert, and ExcIndexRange().

template<int dim>
void BoundaryParabolic< dim >::vector_value ( const Point< dim > &  p,
Vector< double > &  value 
) const [virtual]

Reimplemented from Function< dim >.

Definition at line 854 of file step-fsi.cc.

References value.


Member Data Documentation

template<int dim>
double BoundaryParabolic< dim >::_time [private]

Definition at line 801 of file step-fsi.cc.


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