1 #ifndef ABLATELIBRARY_COMPLETESUBLIMATION_HPP
2 #define ABLATELIBRARY_COMPLETESUBLIMATION_HPP
4 #include "sublimationModel.hpp"
5 namespace ablate::boundarySolver::physics::subModels {
10 const PetscReal latentHeatOfFusion;
13 const PetscReal solidDensity;
22 PetscErrorCode
Compute(PetscInt faceId, PetscReal heatFluxToSurface,
SurfaceState &)
override;
Definition: completeSublimation.hpp:7
PetscErrorCode Compute(PetscInt faceId, PetscReal heatFluxToSurface, SurfaceState &) override
Definition: completeSublimation.cpp:5
Definition: sublimationModel.hpp:9
Definition: sublimationModel.hpp:18