OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
olb::particles::contact::ContactProperty< T > Struct Template Reference

#include <contactProperties.h>

+ Collaboration diagram for olb::particles::contact::ContactProperty< T >:

Public Member Functions

constexpr ContactProperty ()=default
 
constexpr ContactProperty (const T _effectiveYoungsModulus, const T _coefficientOfRestitution, const T _coefficientKineticFriction, const T _coefficientStaticFriction, const T _staticKineticTransitionVelocity)
 

Public Attributes

effectiveYoungsModulus {}
 
coefficientOfRestitution {}
 
coefficientOfKineticFriction {}
 
coefficientOfStaticFriction {}
 
staticKineticTransitionVelocity {}
 

Detailed Description

template<typename T>
struct olb::particles::contact::ContactProperty< T >

Definition at line 32 of file contactProperties.h.

Constructor & Destructor Documentation

◆ ContactProperty() [1/2]

template<typename T >
constexpr olb::particles::contact::ContactProperty< T >::ContactProperty ( )
constexprdefault

◆ ContactProperty() [2/2]

template<typename T >
constexpr olb::particles::contact::ContactProperty< T >::ContactProperty ( const T _effectiveYoungsModulus,
const T _coefficientOfRestitution,
const T _coefficientKineticFriction,
const T _coefficientStaticFriction,
const T _staticKineticTransitionVelocity )
inlineconstexpr

Definition at line 35 of file contactProperties.h.

Member Data Documentation

◆ coefficientOfKineticFriction

template<typename T >
T olb::particles::contact::ContactProperty< T >::coefficientOfKineticFriction {}

Definition at line 48 of file contactProperties.h.

48{};

◆ coefficientOfRestitution

template<typename T >
T olb::particles::contact::ContactProperty< T >::coefficientOfRestitution {}

Definition at line 47 of file contactProperties.h.

47{};

◆ coefficientOfStaticFriction

template<typename T >
T olb::particles::contact::ContactProperty< T >::coefficientOfStaticFriction {}

Definition at line 49 of file contactProperties.h.

49{};

◆ effectiveYoungsModulus

template<typename T >
T olb::particles::contact::ContactProperty< T >::effectiveYoungsModulus {}

Definition at line 46 of file contactProperties.h.

46{};

◆ staticKineticTransitionVelocity

template<typename T >
T olb::particles::contact::ContactProperty< T >::staticKineticTransitionVelocity {}

Definition at line 50 of file contactProperties.h.

50{};

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