Skip to content

Commit

Permalink
[1D] Avoid output of unused solution components
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Jun 3, 2024
1 parent 7198bcd commit cc518d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/oneD/StFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,8 @@ bool StFlow::componentActive(size_t n) const
return m_usesLambda;
case c_offset_E: // eField
return false;
case c_offset_Uo: // oxidizer velocity for two-point control
return twoPointControlEnabled();
default:
return true;
}
Expand Down

0 comments on commit cc518d5

Please sign in to comment.