SNOWPACK 20251207.15ac3588
Physically based, energy balance snow cover model
Loading...
Searching...
No Matches
BoundCond Class Reference

Detailed Description

BoundCond is used to set Neumann boundary conditions.

#include <DataClasses.h>

Public Member Functions

 BoundCond ()
 
const std::string toString () const
 
void reset ()
 

Public Attributes

double lw_out
 outgoing longwave radiation
 
double lw_net
 net longwave radiation
 
double qs
 sensible heat
 
double ql
 latent heat
 
double qr
 rain energy
 
double qg
 geothermal heat flux or heat flux at lower boundary
 

Constructor & Destructor Documentation

◆ BoundCond()

BoundCond::BoundCond ( )
inline

Member Function Documentation

◆ reset()

void BoundCond::reset ( )

< outgoing longwave radiation

< net longwave radiation

< sensible heat

< latent heat

< rain energy

< heat flux at lower boundary

◆ toString()

const std::string BoundCond::toString ( ) const

Member Data Documentation

◆ lw_net

double BoundCond::lw_net

net longwave radiation

◆ lw_out

double BoundCond::lw_out

outgoing longwave radiation

◆ qg

double BoundCond::qg

geothermal heat flux or heat flux at lower boundary

◆ ql

double BoundCond::ql

latent heat

◆ qr

double BoundCond::qr

rain energy

◆ qs

double BoundCond::qs

sensible heat


The documentation for this class was generated from the following files: