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