Skip to content

Commit

Permalink
Correct format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Ahrenkiel authored and Phil Ahrenkiel committed Dec 26, 2023
1 parent 215be38 commit df9d2d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/HPWH.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ using std::endl;
using std::string;

const double HPWH::DENSITYWATER_kgperL = 0.995; /// mass density of water
const double HPWH::KWATER_WpermC = 0.62; /// thermal conductivity of water
const double HPWH::cPWATER_kJperkgC = 4.180; /// specific heat capcity of water
const double HPWH::KWATER_WpermC = 0.62; /// thermal conductivity of water
const double HPWH::cPWATER_kJperkgC = 4.180; /// specific heat capcity of water

const double HPWH::TOL_MINVALUE = 0.0001;
const float HPWH::UNINITIALIZED_LOCATIONTEMP = -500.f;
Expand Down
4 changes: 2 additions & 2 deletions src/HPWH.hh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class HPWH
200; /**< this is the maximum length for a debuging output string */

static const double DENSITYWATER_kgperL; /// mass density of water
static const double KWATER_WpermC; /// thermal conductivity of water
static const double cPWATER_kJperkgC; /// specific heat capcity of water
static const double KWATER_WpermC; /// thermal conductivity of water
static const double cPWATER_kJperkgC; /// specific heat capcity of water
static const double TOL_MINVALUE; /**< any amount of heat distribution less than this is reduced
to 0 this saves on computations */

Expand Down

0 comments on commit df9d2d0

Please sign in to comment.