Skip to content

Commit

Permalink
remove setWindAdjustmentFactorCalculationMethod in Crown::doCrownRunR…
Browse files Browse the repository at this point in the history
…othermel()
  • Loading branch information
Kcheung42 committed Jan 8, 2025
1 parent 9799089 commit 931a022
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/behave/crown.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ void Crown::doCrownRunRothermel()
surfaceFuel_.setCrownRatio(crownRatio, FractionUnits::Fraction);

// Step 1: Do surface run and store values needed for further calculations
surfaceFuel_.setWindAdjustmentFactorCalculationMethod(WindAdjustmentFactorCalculationMethod::UseCrownRatio);
surfaceFuel_.doSurfaceRunInDirectionOfMaxSpread(); // Crown ROS output given in direction of max spread
surfaceFireHeatPerUnitArea_ = surfaceFuel_.getHeatPerUnitArea(HeatPerUnitAreaUnits::BtusPerSquareFoot);
surfaceFirelineIntensity_ = surfaceFuel_.getFirelineIntensity(FirelineIntensityUnits::BtusPerFootPerSecond);
Expand Down

0 comments on commit 931a022

Please sign in to comment.