Tatooine
Public Types | Public Member Functions | Public Attributes | List of all members
tatooine::numerical::cylinder_flow< Real > Struct Template Reference

#include <cylinder_flow.h>

Inheritance diagram for tatooine::numerical::cylinder_flow< Real >:
[legend]
Collaboration diagram for tatooine::numerical::cylinder_flow< Real >:
[legend]

Public Types

using this_type = cylinder_flow< Real >
 
using parent_type = vectorfield< this_type, Real, 2 >
 
- Public Types inherited from tatooine::field< DerivedField, Real, NumDimensions, Tensor >
using this_type = field< DerivedField, Real, NumDimensions, Tensor >
 
using parent_type = polymorphic::field< Real, NumDimensions, Tensor >
 
using pos_type = vec< real_type, NumDimensions >
 
using real_type = Real
 
using tensor_type = Tensor
 
- Public Types inherited from tatooine::polymorphic::field< Real, NumDimensions, Tensor >
using real_type = Real
 
using tensor_type = Tensor
 
using this_type = field< real_type, NumDimensions, Tensor >
 
using pos_type = vec< real_type, NumDimensions >
 

Public Member Functions

auto evaluate (pos_type const &p, real_type t) const -> tensor_type
 
auto in_domain (pos_type const &x, real_type t) const -> bool
 
- Public Member Functions inherited from tatooine::field< DerivedField, Real, NumDimensions, Tensor >
 field ()=default
 
 field (field const &)=default
 
 field (field &&) noexcept=default
 
auto operator= (field const &) -> field &=default
 
auto operator= (field &&) noexcept -> field &=default
 
virtual ~field ()=default
 
auto as_derived () -> auto &
 
auto as_derived () const -> auto const &
 
auto evaluate (pos_type const &x, real_type const t) const -> tensor_type override
 
- Public Member Functions inherited from tatooine::polymorphic::field< Real, NumDimensions, Tensor >
constexpr field ()=default
 
constexpr field (field const &)=default
 
constexpr field (field &&) noexcept=default
 
constexpr auto operator= (field const &) -> field &=default
 
constexpr auto operator= (field &&) noexcept -> field &=default
 
virtual ~field ()=default
 
virtual constexpr auto evaluate (pos_type const &, real_type const) const -> tensor_type=0
 
constexpr auto evaluate (fixed_size_vec< NumDimensions > auto const &x) const -> tensor_type
 
constexpr auto operator() (fixed_size_vec< NumDimensions > auto const &x, real_type const t) const -> tensor_type
 
constexpr auto operator() (fixed_size_vec< NumDimensions > auto const &x) const -> tensor_type
 
constexpr auto operator() (arithmetic auto const ... xs) const -> tensor_type
 

Public Attributes

real_type a = 0
 
real_type Tc = 1
 
real_type L = 2
 
real_type R0 = 1
 
real_type y0 = 1
 
real_type alpha = 1
 

Additional Inherited Members

- Static Public Member Functions inherited from tatooine::polymorphic::field< Real, NumDimensions, Tensor >
static auto constexpr ood_tensor ()
 
static auto constexpr ood_position ()
 
static constexpr auto is_field ()
 
static constexpr auto is_scalarfield ()
 
static constexpr auto is_vectorfield ()
 
static constexpr auto is_matrixfield ()
 
static constexpr auto num_dimensions () -> std::size_t
 
static constexpr auto num_tensor_components ()
 
static constexpr auto tensor_rank ()
 
static constexpr auto tensor_dimension (std::size_t i)
 

Member Typedef Documentation

◆ parent_type

template<typename Real >
using tatooine::numerical::cylinder_flow< Real >::parent_type = vectorfield<this_type, Real, 2>

◆ this_type

template<typename Real >
using tatooine::numerical::cylinder_flow< Real >::this_type = cylinder_flow<Real>

Member Function Documentation

◆ evaluate()

template<typename Real >
auto tatooine::numerical::cylinder_flow< Real >::evaluate ( pos_type const &  p,
real_type  t 
) const -> tensor_type
inlinevirtual

◆ in_domain()

template<typename Real >
auto tatooine::numerical::cylinder_flow< Real >::in_domain ( pos_type const &  x,
real_type  t 
) const -> bool
inline

Member Data Documentation

◆ a

template<typename Real >
real_type tatooine::numerical::cylinder_flow< Real >::a = 0

◆ alpha

template<typename Real >
real_type tatooine::numerical::cylinder_flow< Real >::alpha = 1

◆ L

template<typename Real >
real_type tatooine::numerical::cylinder_flow< Real >::L = 2

◆ R0

template<typename Real >
real_type tatooine::numerical::cylinder_flow< Real >::R0 = 1

◆ Tc

template<typename Real >
real_type tatooine::numerical::cylinder_flow< Real >::Tc = 1

◆ y0

template<typename Real >
real_type tatooine::numerical::cylinder_flow< Real >::y0 = 1

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