include/meltpooldg/fluid_structure_interaction/stokes_law.hpp Source File
|
Developer Documentation
|
stokes_law.hpp
Go to the documentation of this file.
Definition obstacle_field.hpp:32
dealii::Tensor< 1, n_conserved_variables< dim, n_species >, VectorizedArrayType > ConservedVariablesType
Definition data_types.hpp:35
An abstract interface for defining external forces acting on the fluid that must be evaluated and inc...
Definition utils.hpp:117
Definition matrix_free_util.hpp:21
Definition stokes_law.hpp:71
ObstacleField< dim, number, ObstacleType > & obstacle_handler
Reference to the obstacle handler managing obstacles in the domain.
Definition stokes_law.hpp:119
dealii::LinearAlgebra::distributed::Vector< number > VectorType
Definition stokes_law.hpp:73
CompressibleFlow::ConservedVariablesType< dim, number > ConservedVariablesType
Definition stokes_law.hpp:72
const MatrixFreeContext< dim, number > matrix_free
Definition stokes_law.hpp:116
ConservedVariablesType value(number time_step_size, unsigned int cell_batch_id, const dealii::Point< dim, dealii::VectorizedArray< number > > &q_point, const ConservedVariablesType &w_q) override
Definition stokes_law.cpp:87
const number dynamic_viscosity
Dynamic viscosity of the fluid.
Definition stokes_law.hpp:112
const VectorType & solution
Solution of the flow field.
Definition stokes_law.hpp:109
Definition stokes_law.hpp:19
const number dynamic_viscosity
Dynamic viscosity of the fluid.
Definition stokes_law.hpp:57
const VectorType & solution
Solution of the flow field.
Definition stokes_law.hpp:54
dealii::LinearAlgebra::distributed::Vector< number > VectorType
Definition stokes_law.hpp:20
const MatrixFreeContext< dim, number > matrix_free
Matrix free object and corresponding relevant indices used by the compressible flow solver.
Definition stokes_law.hpp:51
void add_load_to_obstacles(ObstacleField< dim, number, ObstacleType > &obstacle_field) const
Definition stokes_law.cpp:40
Generated by