LifeV
|
File containing the boundary conditions for the Monolithic Test. More...
#include "ud_functions.hpp"
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 | bcNonZeroSecondOrderExponential (const Real &, 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) |
File containing the boundary conditions for the Monolithic Test.
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/anisotropicLaw/ud_functions.cpp.
#define PI 3.14159265359 |
Definition at line 43 of file structure/testsuite/anisotropicLaw/ud_functions.cpp.