LifeV
structure/examples/example_evaluatingScalarVectorialTensorialQuantitiesUsingETA/ud_functions.cpp File Reference

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

+ Include dependency graph for structure/examples/example_evaluatingScalarVectorialTensorialQuantitiesUsingETA/ud_functions.cpp:

Go to the source code of this file.

Namespaces

 LifeV
 Default Physical Solver.
 

Macros

#define PI   3.14159265359
 

Functions

Real f (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real fzero_scalar (const Real &, const Real &, const Real &, const Real &, const ID &)
 
Real InternalPressure (const Real &t, 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 traction (const Real &, const Real &, const Real &, const Real &, const ID &)
 
Real referenceDirection (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_evaluatingScalarVectorialTensorialQuantitiesUsingETA/ud_functions.cpp.

Macro Definition Documentation

◆ PI