LifeV
structure/testsuite/structuralsolver/ud_functions.cpp File Reference

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

#include "ud_functions.hpp"
+ Include dependency graph for structure/testsuite/structuralsolver/ud_functions.cpp:

Go to the source code of this file.

Namespaces

 LifeV
 Default Physical Solver.
 

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 g1 (const Real &, const Real &, const Real &, const Real &, const ID &i)
 
Real g2 (const Real &, const Real &, const Real &, const Real &, const ID &i)
 
Real g3 (const Real &, const Real &, const Real &, const Real &, 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/testsuite/structuralsolver/ud_functions.cpp.