From c37b7a0c55c61eb2264071c43973467b7af64b6b Mon Sep 17 00:00:00 2001 From: Mahesh Natarajan Date: Wed, 16 Oct 2024 14:04:01 -0700 Subject: [PATCH] Correcting spelling error --- .../GeneralActuatorDisk/ERF_AdvanceGeneralAD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WindFarmParametrization/GeneralActuatorDisk/ERF_AdvanceGeneralAD.cpp b/Source/WindFarmParametrization/GeneralActuatorDisk/ERF_AdvanceGeneralAD.cpp index de9871784..032329366 100644 --- a/Source/WindFarmParametrization/GeneralActuatorDisk/ERF_AdvanceGeneralAD.cpp +++ b/Source/WindFarmParametrization/GeneralActuatorDisk/ERF_AdvanceGeneralAD.cpp @@ -444,7 +444,7 @@ GeneralAD::source_terms_cellcentered (const Geometry& geom, // ?? hub radius needed here if(rad >= 2.0 and rad <= d_rotor_rad) { //AMREX_ASSERT( (z-d_hub_height) <= rad ); - // Conside the vector that joines the point and the turbine center. + // Consider the vector that joines the point and the turbine center. // Dot it on to the vector that joins the turbine center and along // the plane of the disk. See fig. 10 in Mirocha et. al. 2014.