Skip to content

Commit

Permalink
docs: remove docstring for number of compressors (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehk authored Jan 3, 2024
1 parent 261749f commit be148ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/libecalc/core/models/compressor/train/simplified_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ class CompressorTrainSimplified(CompressorTrainModel):
for each compressor independently, neglecting the common shaft dependency.
float of compressors:
There are in essence three ways of determining the number of compressors in the train:
There are in essence two ways of determining the number of compressors in the train:
- Either with a compressor chart generator model with a predefined number of charts - one for each compressor.
- Or, when using a compressor chart generator model where charts are estimated on input data together with setting
the attribute number_of_compressors
- Or, also when using a compressor chart generator model where charts are estimated on input data together with
- Or, when using a compressor chart generator model where charts are estimated on input data together with
setting compressor_maximum_pressure_ratio. In this case, the maximum total pressure ratio is found from the input
data and the number of compressors are set such that this maximum is not exceeded for any of the stages.
Expand Down

0 comments on commit be148ba

Please sign in to comment.