RainDrop Class Reference

AMR-Wind API: amr_wind::RainDrop Class Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches

#include <RainDrop.H>

Inheritance diagram for amr_wind::RainDrop:
[legend]
Collaboration diagram for amr_wind::RainDrop:
[legend]

Public Member Functions

 RainDrop (CFDSim &sim)
 
 ~RainDrop () override=default
 
void initialize_fields (int level, const amrex::Geometry &geom) override
 Initialize the levelset and velocity fields for Rain Drop simulations.
 
void post_init_actions () override
 
void post_regrid_actions () override
 
void pre_advance_work () override
 
void post_advance_work () override
 

Static Public Member Functions

static std::string identifier ()
 

Private Attributes

Fieldm_velocity
 
Fieldm_levelset
 
CFDSimm_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.
 

Constructor & Destructor Documentation

◆ RainDrop()

amr_wind::RainDrop::RainDrop ( CFDSim & sim)
explicit

◆ ~RainDrop()

amr_wind::RainDrop::~RainDrop ( )
overridedefault

Member Function Documentation

◆ 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

Member Data Documentation

◆ 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

Raindrop radius value.

◆ 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