Skip to content

Commit

Permalink
Further formatting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gyalla committed Jul 15, 2024
1 parent 64e6fa6 commit b11384d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/aero/actuator/ActuatorBulkFAST.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct ActuatorBulkFAST : public ActuatorBulk
void init_epsilon(const ActuatorMetaFAST& actMeta);
bool is_tstep_ratio_admissable(
const double fastTimeStep, const double naluTimeStep);

void stk_search_collective_act_pnts(
const ActuatorMeta& actMeta,
stk::mesh::BulkData& stkBulk,
Expand All @@ -72,7 +72,7 @@ struct ActuatorBulkFAST : public ActuatorBulk
ActFixVectorDbl turbineTorque_;
ActFixVectorDbl hubLocations_;
ActFixVectorDbl hubOrientation_;
ActFixScalarDbl turbineSearchRadius_;
ActFixScalarDbl turbineSearchRadius_;

ActTensorDblDv orientationTensor_;

Expand Down
4 changes: 2 additions & 2 deletions src/aero/actuator/ActuatorExecutorsFASTNgp.C
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ void
ActuatorLineFastNGP::operator()()
{
// Zero the (body-force) actuator source term
actBulk_.zero_source_terms(stkBulk_);
actBulk_.zero_source_terms(stkBulk_);

//set range policy to only operating over points owned by local fast turbine
// set range policy to only operating over points owned by local fast turbine
auto fastRangePolicy = actBulk_.local_range_policy();

// Interpolate velocity to actuator points.
Expand Down

0 comments on commit b11384d

Please sign in to comment.