Skip to content

Commit

Permalink
Small update to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lamkina committed May 14, 2024
1 parent b6f045e commit fdec1a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/scenarios/aeropropulsive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ Aeropropulsive Scenario
The :class: `ScenarioAeropropulsive <mphys.scenario_aeropropulsive.ScenarioAeropropulsive>` is for static coupled aerodynamic and propulsion problems.
The primary physics modules required for this problem are:
1. The aerodynamics which computes forces and intensive thermodynamic properties given the aerodynamic surface coordinates.
2. The propulsion which computes the effect of the propulsion system on the flowfield.
2. The thermodynamic cycle model which computes the effect of the propulsion system on the flowfield.
3. The boundary condition (BC) coupling that enforces the coupling between the aerodynamic and propulsion systems.

Builder Requirements
====================

Propulsion Solver Builder
-------------------------
The propulsion builder constructs the thermodynamic cycle models that are used to compute the effect of the propulsion system on the aerodynamics.
The propulsion builder constructs the thermodynamic cycle model(s) that are used to compute the effect of the propulsion system on the aerodynamics.

BC Coupling Builder
--------------------
Expand Down

0 comments on commit fdec1a1

Please sign in to comment.