LifeV
fsi/examples/example_SmoothAneurysm/ud_functions.cpp File Reference

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

#include "ud_functions.hpp"
+ Include dependency graph for fsi/examples/example_SmoothAneurysm/ud_functions.cpp:

Go to the source code of this file.

Namespaces

 LifeV
 Default Physical Solver.
 

Functions

Real uInterpolated (const Real &time, const Real &, const Real &, const Real &, const ID &i)
 
Real aortaPhisPress (const Real &t, const Real &x=0, const Real &y=0, const Real &z=0, const ID &i=0)
 
Real f (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real u1 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real fZero (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real outerWallPressure (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real epsilon (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real pressureInitial (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real u0 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real p0 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real E (const Real &, const Real &, const Real &, const Real &, const ID &)
 
Real hydro (const Real &t, const Real &, const Real &, const Real &, const ID &i)
 
Real u2 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
 
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 fluxFunctionAneurysm (const Real &t, const Real &, const Real &, const Real &, const ID &i)
 
Real aneurismFluxInVectorial (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
 
Real squareSinusoidalFluxFunction (const Real &t, const Real &, const Real &, const Real &, const ID &)
 
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 Crosetto crose.nosp@m.tto@.nosp@m.iacsp.nosp@m.c70..nosp@m.epfl..nosp@m.ch
Contributor:
Cristiano Malossi crist.nosp@m.iano.nosp@m..malo.nosp@m.ssi@.nosp@m.epfl..nosp@m.ch
Maintainer:
Paolo Crosetto crose.nosp@m.tto@.nosp@m.iacsp.nosp@m.c70..nosp@m.epfl..nosp@m.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 fsi/examples/example_SmoothAneurysm/ud_functions.cpp.