applications/mp-melt-pool/cases/laser_melting_simonds/laser_melting_simonds.hpp File Reference

Developer Documentation: applications/mp-melt-pool/cases/laser_melting_simonds/laser_melting_simonds.hpp File Reference
Developer Documentation
laser_melting_simonds.hpp File Reference
#include <deal.II/base/exceptions.h>
#include <deal.II/base/function.h>
#include <deal.II/base/function_signed_distance.h>
#include <deal.II/base/point.h>
#include <deal.II/base/table_handler.h>
#include <deal.II/base/tensor_function.h>
#include <deal.II/distributed/shared_tria.h>
#include <deal.II/distributed/tria.h>
#include <deal.II/grid/grid_generator.h>
#include <deal.II/grid/grid_refinement.h>
#include <deal.II/grid/manifold_lib.h>
#include <meltpooldg/core/simulation_case_base.hpp>
#include <meltpooldg/level_set/level_set_type.hpp>
#include <meltpooldg/utilities/characteristic_functions.hpp>
#include <filesystem>
#include <fstream>
#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include "../../melt_pool_case.hpp"
Include dependency graph for laser_melting_simonds.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MeltPoolDG::Simulation::LaserMeltingSimonds::InflowVelocity< dim >
 Prescribed inflow velocity profile. More...
 
class  MeltPoolDG::Simulation::LaserMeltingSimonds::InitialLevelSet< dim >
 Initial level-set function for the horizontal substrate-gas interface. More...
 
class  MeltPoolDG::Simulation::LaserMeltingSimonds::InitialConditionTemperature< dim >
 Linear initial temperature profile in the vertical direction. More...
 
class  MeltPoolDG::Simulation::LaserMeltingSimonds::SimulationLaserMeltingSimonds< dim, Number, CaseClass >
 Simulation setup for the Simonds laser-melting benchmark. More...
 

Namespaces

namespace  MeltPoolDG
 Interface for a general preconditioner.
 
namespace  MeltPoolDG::Simulation
 
namespace  MeltPoolDG::Simulation::LaserMeltingSimonds
 

Variables

static double MeltPoolDG::Simulation::LaserMeltingSimonds::width = 600e-6
 Width of the computational domain.
 
static double MeltPoolDG::Simulation::LaserMeltingSimonds::height_substrate = 430e-6
 Height of the substrate region.
 
static double MeltPoolDG::Simulation::LaserMeltingSimonds::height_gas = 170e-6
 Height of the gas region.
 
static double MeltPoolDG::Simulation::LaserMeltingSimonds::delta_h = 20e-6
 
static double MeltPoolDG::Simulation::LaserMeltingSimonds::T_initial_top = 298
 Initial temperature at the top boundary.
 
static double MeltPoolDG::Simulation::LaserMeltingSimonds::T_initial_bottom = T_initial_top
 Initial temperature at the bottom boundary.
 
static double MeltPoolDG::Simulation::LaserMeltingSimonds::inflow_velocity = 0.1
 Prescribed inflow velocity for the gas phase.
 
static double MeltPoolDG::Simulation::LaserMeltingSimonds::outlet_pressure = 0.0
 Prescribed outlet pressure.
 
static double MeltPoolDG::Simulation::LaserMeltingSimonds::inflow_temperature = T_initial_top
 Prescribed inflow temperature.
 
static double MeltPoolDG::Simulation::LaserMeltingSimonds::eps_prefactor = 2.0
 Prefactor used to compute the diffuse-interface thickness.