43 #ifndef OneDFSIPhysicsNonLinear_H 44 #define OneDFSIPhysicsNonLinear_H 46 #include <lifev/one_d_fsi/solver/OneDFSIPhysics.hpp> Real fromPToW(const Real &P, const Real &W, const ID &iW, const UInt &iNode) const
Compute or from .
OneDFSIPhysics - Base class providing physical operations for the 1D model data.
OneDFSIPhysicsNonLinear()
Empty constructor.
OneDFSIPhysics()
Empty constructor.
Real fromQToW(const Real &Q, const Real &W_tn, const Real &W, const ID &iW, const UInt &iNode) const
Compute or from .
OneDFSIPhysics * createOneDFSIPhysicsNonLinear()
Factory create function.
OneDFSIPhysics(const dataPtr_Type dataPtr)
Constructor.
void updateInverseJacobian(const UInt &iQuadPt)
std::shared_ptr< data_Type > dataPtr_Type
Real fromWToP(const Real &W1, const Real &W2, const UInt &iNode) const
Compute from .
void fromWToU(Real &U1, Real &U2, const Real &W1, const Real &W2, const UInt &iNode) const
Compute from .
OneDFSIPhysicsNonLinear(const dataPtr_Type dataPtr)
Constructor.
virtual ~OneDFSIPhysicsNonLinear()
Destructor.
double Real
Generic real data.
OneDFSIPhysicsNonLinear & operator=(const OneDFSIPhysicsNonLinear &physics)
OneDFSIPhysicsNonLinear - Class providing non linear physical operations for the 1D model data...
OneDFSIPhysicsNonLinear(const OneDFSIPhysicsNonLinear &physics)
Real dPdW(const Real &W1, const Real &W2, const ID &iW, const UInt &iNode) const
Compute the derivative of pressure with respect to .
uint32_type UInt
generic unsigned integer (used mainly for addressing)
void fromUToW(Real &W1, Real &W2, const Real &U1, const Real &U2, const UInt &iNode) const
Compute from .