ansys.dyna.core.pre.dynaem.RandlesCell#
- class ansys.dyna.core.pre.dynaem.RandlesCell(set=None)#
Define parameters for a Randles Cell.
- stub#
- define_batmac = False#
- define_randles_short = False#
- define_extra_heat_source = False#
- set_batmac_model(cell_type=RandlesCellType.RANDLES_CELL_1_ORDER, cell_parts=None, area=2, cell_capacity=0, soc_conversion_factor=0, charge_init_state=0, equilibrium_voltage=None, circuit_parameter=None, constant_temperature=0, temperature_from_thermal_solver=False, add_heating_to_thermal_solver=False)#
define the distributed Randles circuit parameters for a Randles cell when using the batmac model.
- set_randles_short(resistances_func=None)#
Define conditions to turn on a Randles short (replace one or several Randles circuits by resistances), and to define the value of the short resistance.
- Parameters:
- resistances_func
Function
Define the local resistance function of local parameters for the local Randles circuit.
- resistances_func
- set_extra_heat_source(heat_source_func=None)#
Add an extra heat source term to the Randles circuit nodes in order to account for thermal runaway situations.
- Parameters:
- heat_source_func
Function
Define the local heat source function of local parameters for the local Randles circuit.
- heat_source_func
- create()#
Set parameter for Randles Cell.