applications/mp-heat-transfer/cases/fixed_melt_pool_geometry/fixed_melt_pool.hpp Source File
|
Developer Documentation
|
fixed_melt_pool.hpp
Go to the documentation of this file.
Definition heat_transfer_case.hpp:101
const std::string parameter_file
Definition simulation_case_base.hpp:52
const MPI_Comm mpi_communicator
Definition simulation_case_base.hpp:56
Definition fixed_melt_pool.hpp:31
number signed_distance_beads(const dealii::Point< dim > &p) const
Definition fixed_melt_pool.cpp:89
number signed_distance_level(const dealii::Point< dim > &p) const
Definition fixed_melt_pool.cpp:73
const LevelSet::LevelSetType level_set_type
Definition fixed_melt_pool.hpp:78
number value(const dealii::Point< dim > &p, const unsigned int) const override
Definition fixed_melt_pool.cpp:36
const number centre_radius
Definition fixed_melt_pool.hpp:72
const number eps
Definition fixed_melt_pool.hpp:79
number signed_distance_pool(const dealii::Point< dim > &p) const
Definition fixed_melt_pool.cpp:81
const number bead_center_x
Definition fixed_melt_pool.hpp:76
const number y_level
top level of interface
Definition fixed_melt_pool.hpp:69
bool is_inside_melt_pool(const dealii::Point< dim > &p) const
Definition fixed_melt_pool.cpp:100
const number melt_pool_radius
Definition fixed_melt_pool.hpp:75
const number bead_radius
Definition fixed_melt_pool.hpp:73
const dealii::Point< dim > centre
Definition fixed_melt_pool.hpp:71
Definition fixed_melt_pool.hpp:88
void set_boundary_conditions() override
Pure virtual function to set the boundary conditions.
Definition fixed_melt_pool.cpp:150
void set_field_conditions() override
Pure virtual function to set the field conditions.
Definition fixed_melt_pool.cpp:162
bool add_case_specific_parameters(dealii::ParameterHandler &prm) override
Add simulation-specific parameters (can be overridden).
Definition fixed_melt_pool.cpp:113
void create_spatial_discretization() override
Pure virtual function to create the spatial discretization.
Definition fixed_melt_pool.cpp:125
number interface_thickness
Definition fixed_melt_pool.hpp:99
const number T_hat
initial and dirichlet boundary temperature
Definition fixed_melt_pool.hpp:97
const number a
length paramter
Definition fixed_melt_pool.hpp:91
std::string grid_file
optional starting grid file
Definition fixed_melt_pool.hpp:94
Definition fixed_melt_pool.cpp:22
Generated by