applications/mp-melt-pool/cases/stefans_problem/stefans_problem2_with_flow_and_heat.hpp Source File
|
Developer Documentation
|
stefans_problem2_with_flow_and_heat.hpp
Go to the documentation of this file.
Definition melt_pool_case.hpp:290
MeltPoolCaseParameters< number > parameters
Definition melt_pool_case.hpp:292
void attach_boundary_condition(std::pair< const dealii::types::boundary_id, const std::shared_ptr< dealii::Function< dim > > > id_and_function, const std::string &type, const std::string &operation_name)
Attach a boundary condition for a specific operation.
Definition simulation_case_base.hpp:345
std::shared_ptr< dealii::Triangulation< dim, spacedim > > triangulation
Definition simulation_case_base.hpp:49
const std::string parameter_file
Definition simulation_case_base.hpp:52
void attach_initial_condition(std::shared_ptr< dealii::Function< dim > > initial_function, const std::string &operation_name)
Definition simulation_case_base.hpp:327
const MPI_Comm mpi_communicator
Definition simulation_case_base.hpp:56
Definition stefans_problem2_with_flow_and_heat.hpp:47
double value(const dealii::Point< dim > &p, const unsigned int) const override
Definition stefans_problem2_with_flow_and_heat.hpp:55
InitialValuesLS(const dealii::Point< dim > &lower_left, const dealii::Point< dim > &upper_right)
Definition stefans_problem2_with_flow_and_heat.hpp:49
dealii::Functions::SignedDistance::Rectangle< dim > signed_distance
Definition stefans_problem2_with_flow_and_heat.hpp:60
Definition stefans_problem2_with_flow_and_heat.hpp:65
InitialValuesTemperature()
Definition stefans_problem2_with_flow_and_heat.hpp:67
double value(const dealii::Point< dim > &p, const unsigned int) const override
Definition stefans_problem2_with_flow_and_heat.hpp:72
Definition stefans_problem2_with_flow_and_heat.hpp:88
void create_spatial_discretization() override
Pure virtual function to create the spatial discretization.
Definition stefans_problem2_with_flow_and_heat.hpp:96
const double y_max
Definition stefans_problem2_with_flow_and_heat.hpp:249
const double x_min
Definition stefans_problem2_with_flow_and_heat.hpp:246
const double x_max
Definition stefans_problem2_with_flow_and_heat.hpp:247
SimulationStefansProblem2WithFlowAndHeat(std::string parameter_file, const MPI_Comm mpi_communicator)
Definition stefans_problem2_with_flow_and_heat.hpp:90
const double y_interface
Definition stefans_problem2_with_flow_and_heat.hpp:250
const double y_min
Definition stefans_problem2_with_flow_and_heat.hpp:248
void set_boundary_conditions() final
Pure virtual function to set the boundary conditions.
Definition stefans_problem2_with_flow_and_heat.hpp:148
void set_field_conditions() final
Pure virtual function to set the field conditions.
Definition stefans_problem2_with_flow_and_heat.hpp:227
int sgn(const number &x)
Definition characteristic_functions.hpp:63
Definition stefans_problem2_with_flow_and_heat.cpp:6
Definition advection_diffusion.cpp:6
Definition dealii_tensor.hpp:10
Generated by