walberla::free_surface::ContactAngle Class Reference

#include <ContactAngle.h>

Public Member Functions

 ContactAngle (real_t angleInDegrees)
 
real_t getInDegrees () const
 
real_t getInRadians () const
 
real_t getSin () const
 
real_t getCos () const
 

Private Attributes

real_t angleDegrees_
 
real_t angleRadians_
 
real_t sinAngle_
 
real_t cosAngle_
 

Constructor & Destructor Documentation

◆ ContactAngle()

walberla::free_surface::ContactAngle::ContactAngle ( real_t  angleInDegrees)
inline

Member Function Documentation

◆ getCos()

real_t walberla::free_surface::ContactAngle::getCos ( ) const
inline

◆ getInDegrees()

real_t walberla::free_surface::ContactAngle::getInDegrees ( ) const
inline

◆ getInRadians()

real_t walberla::free_surface::ContactAngle::getInRadians ( ) const
inline

◆ getSin()

real_t walberla::free_surface::ContactAngle::getSin ( ) const
inline

Member Data Documentation

◆ angleDegrees_

real_t walberla::free_surface::ContactAngle::angleDegrees_
private

◆ angleRadians_

real_t walberla::free_surface::ContactAngle::angleRadians_
private

◆ cosAngle_

real_t walberla::free_surface::ContactAngle::cosAngle_
private

◆ sinAngle_

real_t walberla::free_surface::ContactAngle::sinAngle_
private

The documentation for this class was generated from the following file: