Skip to content

Commit

Permalink
Added notes to remember TODO items.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmauff committed Jul 31, 2024
1 parent 9acdbb9 commit b90a764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CostFunction3D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ void CostFunction3D::initialize(HashMap* config,
dataPath = (*configHash)["data_directory"];
outputPath = (*configHash)["output_directory"];

//JMD TODO: Need to plug in the Thermo boundary conditions here.
//JMD Currently this is only the wind boundary condidtions.
// Horizontal boundary conditions
iBCL[0] = bcHash[(*configHash)["i_rhou_bcL"]];
iBCR[0] = bcHash[(*configHash)["i_rhou_bcR"]];
Expand Down

0 comments on commit b90a764

Please sign in to comment.