Skip to content

Commit

Permalink
better doc in compute_qbs_LHC
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Dijkstal committed Oct 5, 2017
1 parent 26e8710 commit b615fea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions compute_QBS_LHC.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ class HeatLoadComputer(object):
This class can be used to relate the raw timber data for a given cell or all cells.
Parameters:
-atd_ob: Timber data
-cq : Compute_qbs instance
-version: Which config_qbs version to use
-strict: Raise error if there are missing variables. Default: True
-report: Print information on failed sensors.
-details: Print details of report() method.
-use_dP: Use pressure drop. This takes significantly longer.
-compute_Re: Compute reynold's number. (Not used any longer).
-only_raw_data: Only load the pressures, temperatures etc but do not compute anything.
"""

max_iterations = 5 # For pressure drop
Expand Down

0 comments on commit b615fea

Please sign in to comment.