Skip to content

Commit

Permalink
soil cracks
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Aug 14, 2024
1 parent 0b6b919 commit 6ca3aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/CRITERIA3D/criteria3DProject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ void Crit3DProject::assignPrecipitation()
float Crit3DProject::checkSoilCracking(int row, int col, float precipitation)
{
const double MAX_CRACKING_DEPTH = 0.6; // [m]
const double MIN_VOID_VOLUME = 0.2; // [m3 m-3]
const double MIN_VOID_VOLUME = 0.15; // [m3 m-3]
const double MAX_VOID_VOLUME = 0.25; // [m3 m-3]

// check soil
Expand Down

0 comments on commit 6ca3aab

Please sign in to comment.