OpenSeesPyAssistant 1.1
OpenSeesPy for everyone
ConfMander1988Circ Class Reference

Class that stores funcions and material properties of a RC circular section with Mander 1988 as the material model for the confined reinforced concrete and the OpenSeesPy command type used to model it is Concrete04 or Concrete01. More...

Inheritance diagram for ConfMander1988Circ:
MaterialModels ConfMander1988CircRCCircShape

Public Member Functions

def __init__ (self, int ID, bc, Ac, fc, Ec, nr_bars, D_bars, s, D_hoops, rho_s_vol, fs, ec=1, ecp=1, fct=-1, et=-1, esu=-1, beta=0.1)
 Constructor of the class. More...
 
def CheckApplicability (self)
 Implementation of the homonym abstract method. More...
 
def Compute_ec (self)
 Method that computes the compressive concrete yield strain. More...
 
def Compute_ecc (self)
 Method that computes the compressive confined concrete yield strain. More...
 
def Compute_eccu (self)
 Method that computes the compressive confined concrete failure strain. More...
 
def Compute_ecp (self)
 Method that computes the compressive concrete spalling strain. More...
 
def Compute_ecu (self)
 Method that computes the compressive concrete failure strain. More...
 
def Compute_et (self)
 Method that computes the tensile concrete yield strain. More...
 
def Compute_fct (self)
 Method that computes the tensile concrete yield stress. More...
 
def Concrete01 (self)
 Generate the material model Concrete01 for rectangular section confined concrete (Mander 1988). More...
 
def Concrete04 (self)
 Generate the material model Concrete04 for circular section confined concrete (Mander 1988). More...
 
def ReInit (self, ec=1, ecp=1, fct=-1, et=-1)
 Implementation of the homonym abstract method. More...
 
def ShowInfo (self, plot=False, block=False, concrete04=True)
 Implementation of the homonym abstract method. More...
 
def UpdateStoredData (self)
 Implementation of the homonym abstract method. More...
 
def CheckApplicability (self)
 Abstract function used to check the applicability of the material model. More...
 

Public Attributes

 Ac
 
 Acc
 
 Ae
 
 bc
 
 beta
 
 D_bars
 
 D_hoops
 
 data
 
 Ec
 
 ec
 
 ecc
 
 eccu
 
 ecp
 
 ecu
 
 esu
 
 et
 
 fc
 
 fcc
 
 fct
 
 fl
 
 fl_prime
 
 fs
 
 ID
 
 Initialized
 
 K_combo
 
 ke
 
 nr_bars
 
 rho_cc
 
 rho_s_vol
 
 s
 
 section_name_tag
 

Detailed Description

Class that stores funcions and material properties of a RC circular section with Mander 1988 as the material model for the confined reinforced concrete and the OpenSeesPy command type used to model it is Concrete04 or Concrete01.

For more information about the empirical model for the computation of the parameters, see Mander et Al. 1988, Karthik and Mander 2011 and SIA 262:2012.

Parameters
MaterialModelsParent abstract class.

Definition at line 1994 of file MaterialModels.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
int  ID,
  bc,
  Ac,
  fc,
  Ec,
  nr_bars,
  D_bars,
  s,
  D_hoops,
  rho_s_vol,
  fs,
  ec = 1,
  ecp = 1,
  fct = -1,
  et = -1,
  esu = -1,
  beta = 0.1 
)

Constructor of the class.

Parameters
ID(int): Unique material model ID.
bc(float): Width of the confined core (from the centerline of the hoops, according to Mander et Al. 1988).
Ac(float): Area of the confined core (according to Mander et Al. 1988).
fc(float): Compressive concrete yield strength (needs to be negative).
Ec(float): Young modulus.
nr_bars(float): Number of reinforcement (allow float for computing the equivalent nr_bars with different reinforcement areas).
D_bars(float): Diameter of the vertical reinforcing bars.
s(float): Vertical spacing between hoops.
D_hoops(float): Diameter of hoops.
rho_s_vol(float): Compute the ratio of the volume of transverse confining steel to the volume of confined concrete core.
fs(float): Yield stress for the hoops.
ec(float, optional): Compressive concrete yield strain. Defaults to 1, e.g. computed according to Karthik and Mander 2011.
ecp(float, optional): Concrete spalling strain. Defaults to 1, e.g. computed according to Mander 1988.
fct(float, optional): Tensile concrete yield strain. Defaults to -1, e.g. computed according to SIA 262:2012.
et(float, optional): Tensile concrete yield strain. Defaults to -1, e.g. computed according to SIA 262:2012.
esu(float, optional): Tensile steel bars failure strain. Defaults to -1, e.g. computed according to Mander 1988.
beta(float, optional): Loating point value defining the exponential curve parameter to define the residual stress. Defaults to 0.1 (according to OpenSeesPy documentation)
Exceptions
NegativeValueID needs to be a positive integer.
NegativeValuebc needs to be positive.
NegativeValueAc needs to be positive.
PositiveValuefc needs to be negative.
NegativeValueEc needs to be positive.
NegativeValuenr_bars needs to be positive.
NegativeValueD_bars needs to be positive.
NegativeValues needs to be positive.
NegativeValueD_hoops needs to be positive.
NegativeValuerho_s_vol needs to be positive.
NegativeValuefs needs to be positive.
PositiveValueec needs to be negative if different from 1.
PositiveValueecp needs to be negative if different from 1.
NegativeValuefct needs to be positive if different from -1.
NegativeValueet needs to be positive if different from -1.
NegativeValueesu needs to be positive if different from -1.

Reimplemented in ConfMander1988CircRCCircShape.

Definition at line 2002 of file MaterialModels.py.

2003 ec = 1, ecp = 1, fct = -1, et = -1, esu = -1, beta = 0.1):
2004 """
2005 Constructor of the class.
2006
2007 @param ID (int): Unique material model ID.
2008 @param bc (float): Width of the confined core (from the centerline of the hoops, according to Mander et Al. 1988).
2009 @param Ac (float): Area of the confined core (according to Mander et Al. 1988).
2010 @param fc (float): Compressive concrete yield strength (needs to be negative).
2011 @param Ec (float): Young modulus.
2012 @param nr_bars (float): Number of reinforcement (allow float for computing the equivalent nr_bars with different reinforcement areas).
2013 @param D_bars (float): Diameter of the vertical reinforcing bars.
2014 @param s (float): Vertical spacing between hoops.
2015 @param D_hoops (float): Diameter of hoops.
2016 @param rho_s_vol (float): Compute the ratio of the volume of transverse confining steel to the volume of confined concrete core.
2017 @param fs (float): Yield stress for the hoops.
2018 @param ec (float, optional): Compressive concrete yield strain. Defaults to 1, e.g. computed according to Karthik and Mander 2011.
2019 @param ecp (float, optional): Concrete spalling strain. Defaults to 1, e.g. computed according to Mander 1988.
2020 @param fct (float, optional): Tensile concrete yield strain. Defaults to -1, e.g. computed according to SIA 262:2012.
2021 @param et (float, optional): Tensile concrete yield strain. Defaults to -1, e.g. computed according to SIA 262:2012.
2022 @param esu (float, optional): Tensile steel bars failure strain. Defaults to -1, e.g. computed according to Mander 1988.
2023 @param beta (float, optional): Loating point value defining the exponential curve parameter to define the residual stress.
2024 Defaults to 0.1 (according to OpenSeesPy documentation)
2025
2026 @exception NegativeValue: ID needs to be a positive integer.
2027 @exception NegativeValue: bc needs to be positive.
2028 @exception NegativeValue: Ac needs to be positive.
2029 @exception PositiveValue: fc needs to be negative.
2030 @exception NegativeValue: Ec needs to be positive.
2031 @exception NegativeValue: nr_bars needs to be positive.
2032 @exception NegativeValue: D_bars needs to be positive.
2033 @exception NegativeValue: s needs to be positive.
2034 @exception NegativeValue: D_hoops needs to be positive.
2035 @exception NegativeValue: rho_s_vol needs to be positive.
2036 @exception NegativeValue: fs needs to be positive.
2037 @exception PositiveValue: ec needs to be negative if different from 1.
2038 @exception PositiveValue: ecp needs to be negative if different from 1.
2039 @exception NegativeValue: fct needs to be positive if different from -1.
2040 @exception NegativeValue: et needs to be positive if different from -1.
2041 @exception NegativeValue: esu needs to be positive if different from -1.
2042 """
2043 # Check
2044 if ID < 0: raise NegativeValue()
2045 if bc < 0: raise NegativeValue()
2046 if Ac < 0: raise NegativeValue()
2047 if fc > 0: raise PositiveValue()
2048 if Ec < 0: raise NegativeValue()
2049 if nr_bars < 0: raise NegativeValue()
2050 if D_bars < 0: raise NegativeValue()
2051 if s < 0: raise NegativeValue()
2052 if D_hoops < 0: raise NegativeValue()
2053 if rho_s_vol < 0: raise NegativeValue()
2054 if fs < 0: raise NegativeValue()
2055 if ec != 1 and ec > 0: raise PositiveValue()
2056 if ecp != 1 and ecp > 0: raise PositiveValue()
2057 if fct != -1 and fct < 0: raise NegativeValue()
2058 if et != -1 and et < 0: raise NegativeValue()
2059 if esu != -1 and esu < 0: raise NegativeValue()
2060
2061 # Arguments
2062 self.ID = ID
2063 self.bc = bc
2064 self.Ac = Ac
2065 self.fc = fc
2066 self.Ec = Ec
2067 self.nr_bars = nr_bars
2068 self.D_bars = D_bars
2069 self.s = s
2070 self.D_hoops = D_hoops
2071 self.rho_s_vol = rho_s_vol
2072 self.fs = fs
2073 self.esu = 0.05 if esu == -1 else esu
2074 self.beta = beta
2075
2076 # Initialized the parameters that are dependent from others
2077 self.section_name_tag = "None"
2078 self.Initialized = False
2079 self.ReInit(ec, ecp, fct, et)
2080

Member Function Documentation

◆ CheckApplicability()

def CheckApplicability (   self)

Implementation of the homonym abstract method.

See parent class MaterialModels for detailed information.

Reimplemented from MaterialModels.

Definition at line 2182 of file MaterialModels.py.

2182 def CheckApplicability(self):
2183 """
2184 Implementation of the homonym abstract method.
2185 See parent class MaterialModels for detailed information.
2186 """
2187 Check = True
2188 if self.fc < -110*MPa_unit: # Deierlein 1999
2189 Check = False
2190 print("With High Strength concrete (< -110 MPa), a better material model should be used (see Abdesselam et Al. 2019")
2191 if not Check:
2192 print("The validity of the equations is not fullfilled.")
2193 print("!!!!!!! WARNING !!!!!!! Check material model of Confined Mander 1988, ID=", self.ID)
2194 print("")
2195
2196
Module for the material models.

◆ Compute_ec()

def Compute_ec (   self)

Method that computes the compressive concrete yield strain.

For more information, see Karthik and Mander 2011.

Returns
float: Strain

Definition at line 2197 of file MaterialModels.py.

2197 def Compute_ec(self):
2198 """
2199 Method that computes the compressive concrete yield strain.
2200 For more information, see Karthik and Mander 2011.
2201
2202 @returns float: Strain
2203 """
2204 # return -0.002 # Alternative: Mander et Al. 1988
2205 return -0.0015 + self.fc/MPa_unit/70000 # Karthik Mander 2011
2206
2207

◆ Compute_ecc()

def Compute_ecc (   self)

Method that computes the compressive confined concrete yield strain.

For more information, see Karthik and Mander 2011.

Returns
float: Strain

Definition at line 2249 of file MaterialModels.py.

2249 def Compute_ecc(self):
2250 """
2251 Method that computes the compressive confined concrete yield strain.
2252 For more information, see Karthik and Mander 2011.
2253
2254 @returns float: Strain
2255 """
2256 return (1.0 + 5.0 * (self.K_combo-1.0)) * self.ec # Karthik Mander 2011
2257
2258

◆ Compute_eccu()

def Compute_eccu (   self)

Method that computes the compressive confined concrete failure strain.

For more information, see Karthik and Mander 2011.

Returns
float: Strain

Definition at line 2259 of file MaterialModels.py.

2259 def Compute_eccu(self):
2260 """
2261 Method that computes the compressive confined concrete failure strain.
2262 For more information, see Karthik and Mander 2011.
2263
2264 @returns float: Strain
2265 """
2266 # return -0.004 + (1.4*(self.rho_s_x+self.rho_s_y)*self.esu*self.fs) / self.fcc # Alternative: Prof. Katrin Beyer
2267 return 5*self.ecc # Karthik Mander 2011
2268
2269

◆ Compute_ecp()

def Compute_ecp (   self)

Method that computes the compressive concrete spalling strain.

For more information, see Mander et Al. 1988.

Returns
float: Strain

Definition at line 2208 of file MaterialModels.py.

2208 def Compute_ecp(self):
2209 """
2210 Method that computes the compressive concrete spalling strain.
2211 For more information, see Mander et Al. 1988.
2212
2213 @returns float: Strain
2214 """
2215 return 2.0*self.ec
2216
2217

◆ Compute_ecu()

def Compute_ecu (   self)

Method that computes the compressive concrete failure strain.

For more information, see Karthik and Mander 2011.

Returns
float: Strain

Definition at line 2238 of file MaterialModels.py.

2238 def Compute_ecu(self):
2239 """
2240 Method that computes the compressive concrete failure strain.
2241 For more information, see Karthik and Mander 2011.
2242
2243 @returns float: Strain
2244 """
2245 # return -0.004 # Alternative: Mander et Al. 1988
2246 return -0.012 - 0.0001 * self.fc/MPa_unit # Karthik Mander 2011
2247
2248

◆ Compute_et()

def Compute_et (   self)

Method that computes the tensile concrete yield strain.

For more information, see Mander et Al. 1988 (eq 45).

Returns
float: Strain.

Definition at line 2228 of file MaterialModels.py.

2228 def Compute_et(self):
2229 """
2230 Method that computes the tensile concrete yield strain.
2231 For more information, see Mander et Al. 1988 (eq 45).
2232
2233 @returns float: Strain.
2234 """
2235 return self.fct/self.Ec
2236
2237

◆ Compute_fct()

def Compute_fct (   self)

Method that computes the tensile concrete yield stress.

For more information, see SIA 262:2012. Assume that the confinement do not play an essential role in tension.

Returns
float: Stress.

Definition at line 2218 of file MaterialModels.py.

2218 def Compute_fct(self):
2219 """
2220 Method that computes the tensile concrete yield stress.
2221 For more information, see SIA 262:2012. Assume that the confinement do not play an essential role in tension.
2222
2223 @returns float: Stress.
2224 """
2225 return 0.30 * math.pow(-self.fc/MPa_unit, 2/3) * MPa_unit
2226
2227

◆ Concrete01()

def Concrete01 (   self)

Generate the material model Concrete01 for rectangular section confined concrete (Mander 1988).

See _Concrete01 function for more information. Use this method or Concrete04, not both (only one material model for ID).

Definition at line 2270 of file MaterialModels.py.

2270 def Concrete01(self):
2271 """
2272 Generate the material model Concrete01 for rectangular section confined concrete (Mander 1988).
2273 See _Concrete01 function for more information. Use this method or Concrete04, not both (only one material model for ID).
2274 """
2275 _Concrete01(self.ID, self.ecc, self.fcc, self.eccu)
2276 self.Initialized = True
2277 self.UpdateStoredData()
2278
2279

◆ Concrete04()

def Concrete04 (   self)

Generate the material model Concrete04 for circular section confined concrete (Mander 1988).

See _Concrete04 function for more information. Use this method or Concrete01, not both (only one material model for ID).

Definition at line 2280 of file MaterialModels.py.

2280 def Concrete04(self):
2281 """
2282 Generate the material model Concrete04 for circular section confined concrete (Mander 1988).
2283 See _Concrete04 function for more information. Use this method or Concrete01, not both (only one material model for ID).
2284 """
2285 _Concrete04(self.ID, self.fcc, self.ecc, self.eccu, self.Ec, self.fct, self.et, self.beta)
2286 self.Initialized = True
2287 self.UpdateStoredData()
2288
2289

◆ ReInit()

def ReInit (   self,
  ec = 1,
  ecp = 1,
  fct = -1,
  et = -1 
)

Implementation of the homonym abstract method.

See parent class DataManagement for detailed information.

Parameters
ec(float, optional): Compressive concrete yield strain. Defaults to 1, e.g. computed according to Karthik and Mander 2011.
ecp(float, optional): Concrete spalling strain. Defaults to 1, e.g. computed according to Mander 1988.
fct(float, optional): Tensile concrete yield strain. Defaults to -1, e.g. computed according to SIA 262:2012.
et(float, optional): Tensile concrete yield strain. Defaults to -1, e.g. computed according to SIA 262:2012.

Definition at line 2081 of file MaterialModels.py.

2081 def ReInit(self, ec = 1, ecp = 1, fct = -1, et = -1):
2082 """
2083 Implementation of the homonym abstract method.
2084 See parent class DataManagement for detailed information.
2085
2086 @param ec (float, optional): Compressive concrete yield strain. Defaults to 1, e.g. computed according to Karthik and Mander 2011.
2087 @param ecp (float, optional): Concrete spalling strain. Defaults to 1, e.g. computed according to Mander 1988.
2088 @param fct (float, optional): Tensile concrete yield strain. Defaults to -1, e.g. computed according to SIA 262:2012.
2089 @param et (float, optional): Tensile concrete yield strain. Defaults to -1, e.g. computed according to SIA 262:2012.
2090 """
2091 # Check applicability
2092 self.CheckApplicability()
2093
2094 # Arguments
2095 self.ec = self.Compute_ec() if ec == 1 else ec
2096 self.ecp = self.Compute_ecp() if ecp == 1 else ecp
2097 self.fct = self.Compute_fct() if fct == -1 else fct
2098 self.et = self.Compute_et() if et == -1 else et
2099
2100 # Members
2101 s_prime = self.s - self.D_hoops
2102 self.ecu = self.Compute_ecu()
2103 self.Ae = math.pi/4 * (self.bc - s_prime/2)**2
2104 self.rho_cc = self.nr_bars*self.D_bars**2/4.0*math.pi / self.Ac
2105 self.Acc = self.Ac*(1.0-self.rho_cc)
2106 self.ke = self.Ae/self.Acc
2107 self.fl = -self.rho_s_vol * self.fs / 2
2108 self.fl_prime = self.fl * self.ke
2109 self.K_combo = -1.254 + 2.254 * math.sqrt(1.0+7.94*self.fl_prime/self.fc) - 2.0*self.fl_prime/self.fc
2110 self.fcc = self.fc * self.K_combo
2111 self.ecc = self.Compute_ecc()
2112 self.eccu = self.Compute_eccu()
2113 if self.section_name_tag != "None": self.section_name_tag = self.section_name_tag + " (modified)"
2114
2115 # Data storage for loading/saving
2116 self.UpdateStoredData()
2117
2118
Module with the parent abstract class DataManagement.

◆ ShowInfo()

def ShowInfo (   self,
  plot = False,
  block = False,
  concrete04 = True 
)

Implementation of the homonym abstract method.

See parent class DataManagement for detailed information.

Parameters
plot(bool, optional): Option to show the plot of the material model. Defaults to False.
block(bool, optional): Option to wait the user command 'plt.show()' (avoiding the stop of the program everytime that a plot should pop up). Defaults to False.
concrete04(bool, optional): Option to show in the plot the concrete04 or concrete01 if False. Defaults to True.

Definition at line 2151 of file MaterialModels.py.

2151 def ShowInfo(self, plot = False, block = False, concrete04 = True):
2152 """
2153 Implementation of the homonym abstract method.
2154 See parent class DataManagement for detailed information.
2155
2156 @param plot (bool, optional): Option to show the plot of the material model. Defaults to False.
2157 @param block (bool, optional): Option to wait the user command 'plt.show()' (avoiding the stop of the program everytime that a plot should pop up). Defaults to False.
2158 @param concrete04 (bool, optional): Option to show in the plot the concrete04 or concrete01 if False. Defaults to True.
2159 """
2160 print("")
2161 print("Requested info for Confined Mander 1988 (circular) material model Parameters, ID = {}".format(self.ID))
2162 print("Section associated: {} ".format(self.section_name_tag))
2163 print('Concrete strength fc = {} MPa'.format(self.fc/MPa_unit))
2164 print('Concrete strength confined fcc = {} MPa'.format(self.fcc/MPa_unit))
2165 print('Strain at maximal strength ec = {}'.format(self.ec))
2166 print('Strain at maximal strength confined ecc = {}'.format(self.ecc))
2167 print('Maximal strain ecu = {}'.format(self.ecu))
2168 print('Maximal strain confined eccu = {}'.format(self.eccu))
2169 print("")
2170
2171 if plot:
2172 fig, ax = plt.subplots()
2173 if concrete04:
2174 PlotConcrete04(self.fcc, self.Ec, self.ecc, self.eccu, "C", ax, self.ID)
2175 else:
2176 PlotConcrete01(self.fcc, self.ecc, 0.0, self.eccu, ax, self.ID)
2177
2178 if block:
2179 plt.show()
2180
2181
def PlotConcrete04(fc, Ec, ec, ecu, str Type, ax, ID=0)
Function that plots the confined/unconfined Concrete04 stress-strain curve.
def PlotConcrete01(fc, ec, fpcu, ecu, ax, ID=0)
Function that plots the Concrete01 stress-strain curve.

◆ UpdateStoredData()

def UpdateStoredData (   self)

Implementation of the homonym abstract method.

See parent class DataManagement for detailed information.

Definition at line 2120 of file MaterialModels.py.

2120 def UpdateStoredData(self):
2121 """
2122 Implementation of the homonym abstract method.
2123 See parent class DataManagement for detailed information.
2124 """
2125 self.data = [["INFO_TYPE", "ConfMander1988Circ"], # Tag for differentiating different data
2126 ["ID", self.ID],
2127 ["section_name_tag", self.section_name_tag],
2128 ["bc", self.bc],
2129 ["Ac", self.Ac],
2130 ["fc", self.fc],
2131 ["Ec", self.Ec],
2132 ["ec", self.ec],
2133 ["ecp", self.ecp],
2134 ["ecu", self.ecu],
2135 ["fct", self.fct],
2136 ["et", self.et],
2137 ["fcc", self.fcc],
2138 ["ecc", self.ecc],
2139 ["eccu", self.eccu],
2140 ["beta", self.beta],
2141 ["nr_bars", self.nr_bars],
2142 ["D_bars", self.D_bars],
2143 ["s", self.s],
2144 ["D_hoops", self.D_hoops],
2145 ["rho_s_vol", self.rho_s_vol],
2146 ["fs", self.fs],
2147 ["esu", self.esu],
2148 ["Initialized", self.Initialized]]
2149
2150

Member Data Documentation

◆ Ac

Ac

Definition at line 2064 of file MaterialModels.py.

◆ Acc

Acc

Definition at line 2105 of file MaterialModels.py.

◆ Ae

Ae

Definition at line 2103 of file MaterialModels.py.

◆ bc

bc

Definition at line 2063 of file MaterialModels.py.

◆ beta

beta

Definition at line 2074 of file MaterialModels.py.

◆ D_bars

D_bars

Definition at line 2068 of file MaterialModels.py.

◆ D_hoops

D_hoops

Definition at line 2070 of file MaterialModels.py.

◆ data

data

Definition at line 2125 of file MaterialModels.py.

◆ Ec

Ec

Definition at line 2066 of file MaterialModels.py.

◆ ec

ec

Definition at line 2095 of file MaterialModels.py.

◆ ecc

ecc

Definition at line 2111 of file MaterialModels.py.

◆ eccu

eccu

Definition at line 2112 of file MaterialModels.py.

◆ ecp

ecp

Definition at line 2096 of file MaterialModels.py.

◆ ecu

ecu

Definition at line 2102 of file MaterialModels.py.

◆ esu

esu

Definition at line 2073 of file MaterialModels.py.

◆ et

et

Definition at line 2098 of file MaterialModels.py.

◆ fc

fc

Definition at line 2065 of file MaterialModels.py.

◆ fcc

fcc

Definition at line 2110 of file MaterialModels.py.

◆ fct

fct

Definition at line 2097 of file MaterialModels.py.

◆ fl

fl

Definition at line 2107 of file MaterialModels.py.

◆ fl_prime

fl_prime

Definition at line 2108 of file MaterialModels.py.

◆ fs

fs

Definition at line 2072 of file MaterialModels.py.

◆ ID

ID

Definition at line 2062 of file MaterialModels.py.

◆ Initialized

Initialized

Definition at line 2078 of file MaterialModels.py.

◆ K_combo

K_combo

Definition at line 2109 of file MaterialModels.py.

◆ ke

ke

Definition at line 2106 of file MaterialModels.py.

◆ nr_bars

nr_bars

Definition at line 2067 of file MaterialModels.py.

◆ rho_cc

rho_cc

Definition at line 2104 of file MaterialModels.py.

◆ rho_s_vol

rho_s_vol

Definition at line 2071 of file MaterialModels.py.

◆ s

s

Definition at line 2069 of file MaterialModels.py.

◆ section_name_tag

section_name_tag

Definition at line 2077 of file MaterialModels.py.


The documentation for this class was generated from the following file: