applications/mp-melt-pool/cases/stefans_problem/stefans_problem_with_flow.hpp Source File
|
Developer Documentation
|
stefans_problem_with_flow.hpp
Go to the documentation of this file.
Definition evaporation_model_constant.hpp:15
A generic utility for managing simulation output data in the MeltPoolDG context.
Definition generic_data_out.hpp:32
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_problem_with_flow.hpp:53
std::ofstream file_velocity_profile
Definition stefans_problem_with_flow.hpp:296
const double x_max
Definition stefans_problem_with_flow.hpp:290
const double y_interface
Definition stefans_problem_with_flow.hpp:293
std::ofstream file_pressure_profile
Definition stefans_problem_with_flow.hpp:297
const double y_max
Definition stefans_problem_with_flow.hpp:292
void set_field_conditions() final
Pure virtual function to set the field conditions.
Definition stefans_problem_with_flow.hpp:143
std::vector< dealii::Point< dim > > vertices_along_vertical_axis
Definition stefans_problem_with_flow.hpp:299
bool remote_point_is_initialized
Definition stefans_problem_with_flow.hpp:300
void set_boundary_conditions() final
Pure virtual function to set the boundary conditions.
Definition stefans_problem_with_flow.hpp:123
dealii::Utilities::MPI::RemotePointEvaluation< dim, dim > remote_point_evaluation
Definition stefans_problem_with_flow.hpp:301
const double x_min
Definition stefans_problem_with_flow.hpp:289
const double y_min
Definition stefans_problem_with_flow.hpp:291
SimulationStefansProblemWithFlow(std::string parameter_file, const MPI_Comm mpi_communicator)
Definition stefans_problem_with_flow.hpp:55
int n_time_step
Definition stefans_problem_with_flow.hpp:298
void do_postprocessing(const GenericDataOut< dim, double > &generic_data_out) const final
Definition stefans_problem_with_flow.hpp:155
void create_spatial_discretization() override
Pure virtual function to create the spatial discretization.
Definition stefans_problem_with_flow.hpp:60
Definition stefans_problem_with_flow.cpp:6
Definition advection_diffusion.cpp:6
Generated by