|
Tatooine
|
The Arnold–Beltrami–Childress (ABC) flow is a three-dimensional incompressible velocity field which is an exact solution of Euler's equation. More...
#include <abcflow.h>
Public Member Functions | |
| constexpr | abcflow (const real_type a=1, const real_type b=1, const real_type c=1) |
| constexpr | abcflow (const abcflow &other)=default |
| constexpr | abcflow (abcflow &&other)=default |
| constexpr abcflow & | operator= (const abcflow &other)=default |
| constexpr abcflow & | operator= (abcflow &&other)=default |
| ~abcflow () override=default | |
Public Member Functions inherited from tatooine::symbolic::field< real_type, N, TensorDims > | |
| constexpr | field ()=default |
| constexpr | field (const symtensor_type &ex) |
| constexpr | field (symtensor_type &&ex) |
| auto | expr () const -> const auto & |
| template<size_t... Is> | |
| auto | evaluate (const pos_type &_x, double _t, std::index_sequence< Is... >) const -> tensor_type |
| auto | evaluate (const pos_type &_x, double _t) const -> tensor_type |
| constexpr auto | in_domain (const pos_type &, double) const |
Public Member Functions inherited from tatooine::field< field< real_type, N, TensorDims... >, real_type, N, TensorDims... > | |
| 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 |
Additional Inherited Members | |
Static Public Member Functions inherited from tatooine::symbolic::field< real_type, N, TensorDims > | |
| static auto | x (size_t i) -> auto & |
| static auto | t () -> auto & |
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) |
Protected Member Functions inherited from tatooine::symbolic::field< real_type, N, TensorDims > | |
| void | set_expr (const symtensor_type &ex) |
| void | set_expr (symtensor_type &&ex) |
The Arnold–Beltrami–Childress (ABC) flow is a three-dimensional incompressible velocity field which is an exact solution of Euler's equation.
| using tatooine::symbolic::abcflow< real_type >::parent_type = field<real_type, 3, 3> |
| using tatooine::symbolic::abcflow< real_type >::this_type = abcflow<real_type> |
|
inlineexplicitconstexpr |
|
constexprdefault |
|
constexprdefault |
|
overridedefault |
|
constexprdefault |
|
constexprdefault |