#include <RainDrop.H>
|
Field & | m_velocity |
|
Field & | m_levelset |
|
CFDSim & | m_sim |
| Not const because calculation of VOF takes place during initialize.
|
|
amrex::Vector< amrex::Real > | m_loc {0.006, 0.006, 0.006} |
| Initial Rain Drop location.
|
|
amrex::Vector< amrex::Real > | m_vel {0.0, 0.0, 0.0} |
| Initial Rain Drop velocity.
|
|
amrex::Real | m_radius {0.003} |
| Raindrop radius value.
|
|
◆ RainDrop()
amr_wind::RainDrop::RainDrop |
( |
CFDSim & | sim | ) |
|
|
explicit |
◆ ~RainDrop()
amr_wind::RainDrop::~RainDrop |
( |
| ) |
|
|
overridedefault |
◆ identifier()
static std::string amr_wind::RainDrop::identifier |
( |
| ) |
|
|
inlinestatic |
◆ initialize_fields()
void amr_wind::RainDrop::initialize_fields |
( |
int | level, |
|
|
const amrex::Geometry & | geom ) |
|
override |
Initialize the levelset and velocity fields for Rain Drop simulations.
Initialize the velocity and levelset fields at the beginning of the simulation.
- See also
- amr_wind::RainDropFieldInit
◆ post_advance_work()
void amr_wind::RainDrop::post_advance_work |
( |
| ) |
|
|
inlineoverride |
◆ post_init_actions()
void amr_wind::RainDrop::post_init_actions |
( |
| ) |
|
|
inlineoverride |
◆ post_regrid_actions()
void amr_wind::RainDrop::post_regrid_actions |
( |
| ) |
|
|
inlineoverride |
◆ pre_advance_work()
void amr_wind::RainDrop::pre_advance_work |
( |
| ) |
|
|
inlineoverride |
◆ m_levelset
Field& amr_wind::RainDrop::m_levelset |
|
private |
◆ m_loc
amrex::Vector<amrex::Real> amr_wind::RainDrop::m_loc {0.006, 0.006, 0.006} |
|
private |
Initial Rain Drop location.
◆ m_radius
amrex::Real amr_wind::RainDrop::m_radius {0.003} |
|
private |
◆ m_sim
CFDSim& amr_wind::RainDrop::m_sim |
|
private |
Not const because calculation of VOF takes place during initialize.
◆ m_vel
amrex::Vector<amrex::Real> amr_wind::RainDrop::m_vel {0.0, 0.0, 0.0} |
|
private |
Initial Rain Drop velocity.
◆ m_velocity
Field& amr_wind::RainDrop::m_velocity |
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/amr-wind/amr-wind/amr-wind/physics/multiphase/RainDrop.H
- /home/runner/work/amr-wind/amr-wind/amr-wind/physics/multiphase/RainDrop.cpp