FilmBoiling Namespace Reference
|
Developer Documentation
|
Classes | |
| class | InitialSignedDistance |
| class | InitialValuesTemperature |
| class | SimulationFilmBoiling |
Functions | |
| MELTPOOLDG_REGISTER_CASE (MeltPoolCase, SimulationFilmBoiling, "film_boiling", 1, double) | |
| MELTPOOLDG_REGISTER_CASE (MeltPoolCase, SimulationFilmBoiling, "film_boiling", 2, double) | |
| MELTPOOLDG_REGISTER_CASE (MeltPoolCase, SimulationFilmBoiling, "film_boiling", 3, double) | |
| template<int dim> | |
| double | compute_disturbed_interface (const double lambda0, const dealii::Point< dim > &p, const double factor_z0, const double factor_dz) |
Variables | |
| static double | factor_height = 1.0 |
| static double | delta_T = 5 |
| static bool | do_symmetry = false |
| static std::string | bc_vertical_faces = "periodic" |
| static std::string | bc_temperature_top = "adiabatic" |
| static std::pair< double, double > | disturbance_factors = {9. / 128, 1. / 160} |
Detailed Description
This example is derived from
Hardt, S., and F. Wondra. "Evaporation model for interfacial flows based on a continuum-field representation of the source terms." Journal of Computational Physics 227.11 (2008): 5871-5895.
and represents the film boiling example.
Function Documentation
◆ compute_disturbed_interface()
template<int dim>
| double MeltPoolDG::Simulation::FilmBoiling::compute_disturbed_interface | ( | const double | lambda0, |
| const dealii::Point< dim > & | p, | ||
| const double | factor_z0, | ||
| const double | factor_dz | ||
| ) |
Compute the disturbed interface location from z_Γ = z_0 + Δz * cos(2*π r/λ_0) with z_0 = factor_z0 * lambda_0 and Δz = factor_delta_z * lambda_0
◆ MELTPOOLDG_REGISTER_CASE() [1/3]
| MeltPoolDG::Simulation::FilmBoiling::MELTPOOLDG_REGISTER_CASE | ( | MeltPoolCase | , |
| SimulationFilmBoiling | , | ||
| "film_boiling" | , | ||
| 1 | , | ||
| double | |||
| ) |
◆ MELTPOOLDG_REGISTER_CASE() [2/3]
| MeltPoolDG::Simulation::FilmBoiling::MELTPOOLDG_REGISTER_CASE | ( | MeltPoolCase | , |
| SimulationFilmBoiling | , | ||
| "film_boiling" | , | ||
| 2 | , | ||
| double | |||
| ) |
◆ MELTPOOLDG_REGISTER_CASE() [3/3]
| MeltPoolDG::Simulation::FilmBoiling::MELTPOOLDG_REGISTER_CASE | ( | MeltPoolCase | , |
| SimulationFilmBoiling | , | ||
| "film_boiling" | , | ||
| 3 | , | ||
| double | |||
| ) |
Variable Documentation
◆ bc_temperature_top
|
static |
◆ bc_vertical_faces
|
static |
◆ delta_T
|
static |
◆ disturbance_factors
|
static |
◆ do_symmetry
|
static |
◆ factor_height
|
static |
Generated by