BISICLES AMR ice sheet model
0.9
|
Physical/domain initial and boundary conditions. More...
#include <VerticalConductionInternalEnergyIBC.H>
Public Member Functions | |
VerticalConductionInternalEnergyIBC (SurfaceFlux *a_basalDissipation) | |
Constructor. More... | |
virtual | ~VerticalConductionInternalEnergyIBC () |
Destructor. More... | |
virtual void | define (const ProblemDomain &a_domain, const Real &a_dx) |
Define the object. More... | |
virtual VerticalConductionInternalEnergyIBC * | new_internalEnergyIBC () |
Factory method - this object is its own factory. More... | |
virtual void | basalHeatFlux (LevelData< FArrayBox > &a_flux, const AmrIceBase &a_amrIce, int a_level, Real a_dt) |
set a basal heat flux. units are Joules / Year More... | |
virtual void | initializeIceInternalEnergy (LevelData< FArrayBox > &a_E, LevelData< FArrayBox > &a_tillWaterDepth, LevelData< FArrayBox > &a_surfaceE, LevelData< FArrayBox > &a_basalE, const AmrIceBase &a_amrIce, int a_level, Real a_dt) |
![]() | |
virtual void | setIceInternalEnergyBC (LevelData< FArrayBox > &a_E, LevelData< FArrayBox > &a_tillWaterDepth, LevelData< FArrayBox > &a_surfaceE, LevelData< FArrayBox > &a_basalE, const LevelSigmaCS &a_coordSys) |
![]() | |
virtual | ~IceInternalEnergyIBC () |
virtual PhysIBC * | new_physIBC () |
Factory method - this object is its own factory. More... | |
virtual void | initialize (LevelData< FArrayBox > &a_U) |
virtual void | primBC (FArrayBox &a_WGdnv, const FArrayBox &a_Wextrap, const FArrayBox &a_W, const int &a_dir, const Side::LoHiSide &a_side, const Real &a_time) |
Set boundary fluxes. More... | |
virtual void | setBdrySlopes (FArrayBox &a_dW, const FArrayBox &a_W, const int &a_dir, const Real &a_time) |
Set boundary slopes. More... | |
virtual void | artViscBC (FArrayBox &a_F, const FArrayBox &a_U, const FArrayBox &a_divVel, const int &a_dir, const Real &a_time) |
Static Public Member Functions | |
static VerticalConductionInternalEnergyIBC * | parse (ParmParse &) |
Physical/domain initial and boundary conditions.
PhysIBC-derived class which computes an initial temperature by solving a vertical conduction problem given a surface temperature and a basal heat flux, and imposes either periodic or reflection boundary conditions
VerticalConductionInternalEnergyIBC::VerticalConductionInternalEnergyIBC | ( | SurfaceFlux * | a_basalDissipation | ) |
|
virtual |
Destructor.
|
virtual |
set a basal heat flux. units are Joules / Year
Implements IceInternalEnergyIBC.
References initializeIceInternalEnergy().
Referenced by define().
|
virtual |
Define the object.
Set the problem domain index space and the grid spacing for this initial and boundary condition object.
Reimplemented from IceInternalEnergyIBC.
References basalHeatFlux().
|
virtual |
Implements IceInternalEnergyIBC.
References AmrIceBase::basalHeatBoundaryData(), SurfaceFlux::evaluate(), AmrIceBase::geometry(), LevelSigmaCS::gravity(), LevelSigmaCS::grids(), LevelSigmaCS::iceDensity(), column_thermodynamics::rhoi, column_thermodynamics::rhoo, AmrIceBase::surfaceHeatBoundaryData(), AmrIceBase::surfaceHeatBoundaryDirichlett(), and LevelSigmaCS::waterDensity().
Referenced by basalHeatFlux().
|
virtual |
Factory method - this object is its own factory.
Return a pointer to a new IceInternalEnergyIBC object with m_isDefined = false (i.e., its define() must be called before it is used).
Implements IceInternalEnergyIBC.
References VerticalConductionInternalEnergyIBC().
|
static |
References SurfaceFlux::parse().
Referenced by main().