Skip to content

Commit

Permalink
Improving docstring wording
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Feb 7, 2024
1 parent af85f74 commit 866ce95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions armi/materials/material.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,8 +724,8 @@ class Fluid(Material):
"""A material that fills its container. Could also be a gas."""

def getThermalExpansionDensityReduction(self, prevTempInC, newTempInC):
"""Return the factor required to update thermal expansion going from temperatureInC to
temperatureInCNew.
"""Return the factor required to update thermal expansion going from one temperature (in
Celcius) to a new temperature.
"""
rho0 = self.pseudoDensity(Tc=prevTempInC)
if not rho0:
Expand Down

0 comments on commit 866ce95

Please sign in to comment.