Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Sep 25, 2024
1 parent cffe0d5 commit 9a23832
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/aero/actuator/ActuatorParsingFAST.C
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ actuator_FAST_parse(const YAML::Node& y_node, const ActuatorMeta& actMeta)
get_required(y_actuator, "n_every_checkpoint", *restartFreq);
get_required(y_actuator, "dt_fast", fi.dtFAST);

// FIXME this needs to be defined. No idea how
fi.dtDriver = 0.0625;

get_required(y_actuator, "t_max", fi.tMax);

if (y_actuator["super_controller"]) {
Expand Down

0 comments on commit 9a23832

Please sign in to comment.