LifeV
structure/examples/example_anisotropicTraction/ud_functions.hpp File Reference

File containing the boundary conditions for the Monolithic Test. More...

+ Include dependency graph for structure/examples/example_anisotropicTraction/ud_functions.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  fibersDirectionList
 

Namespaces

 LifeV
 Default Physical Solver.
 

Functions

Real f (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real InternalPressure (const Real &t, const Real &, const Real &, const Real &, const ID &)
 
Real fzero_scalar (const Real &, const Real &, const Real &, const Real &, const ID &)
 
Real d0 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real w0 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real a0 (const Real &, const Real &, const Real &, const Real &, const ID &)
 
Real bcZero (const Real &, const Real &, const Real &, const Real &, const ID &)
 
Real bcNonZero (const Real &, const Real &, const Real &, const Real &, const ID &)
 
Real smoothPressure (const Real &t, const Real &x, const Real &y, const Real &, const ID &i)
 
Real bcNonZeroSecondOrderExponential (const Real &, const Real &, const Real &, const Real &, const ID &)
 
Real thetaFunction (const Real &, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real thetaRotationFunction (const Real &, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real positionCenter (const Real &, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real localPosition (const Real &, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real Family1 (const Real &, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real Family2 (const Real &, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real Family3 (const Real &, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real Family4 (const Real &, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real Family5 (const Real &, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real Family6 (const Real &, const Real &x, const Real &y, const Real &z, const ID &i)
 

Detailed Description

File containing the boundary conditions for the Monolithic Test.

Date
2009-04-09
Author
Paolo Tricerri paolo.nosp@m..tri.nosp@m.cerri.nosp@m.@epf.nosp@m.l.ch
Maintainer:
Paolo Tricerri paolo.nosp@m..tri.nosp@m.cerri.nosp@m.@epf.nosp@m.l.ch

Contains the functions to be assigned as boundary conditions, in the file boundaryConditions.hpp . The functions can depend on time and space, while they can take in input an ID specifying one of the three principal axis if the functions to assign is vectorial and the boundary condition is of type Full .

Definition in file structure/examples/example_anisotropicTraction/ud_functions.hpp.