ecm_model_settings#

class ansys.fluent.core.generated.solver.settings_242.ecm_model_settings.ecm_model_settings(name=None, parent=None)#

Bases: Group

ECM model settings.

Attributes

Attribute

Summary

initial_soc

Set initial SOC in the ECM model.

ref_capacity

Set reference capacity in the ECM model.

two_set_data

Use different coefficients for charging and discharging in the ECM model.

data_type

Set data type in the ECM model.

chen_rs

List Chen’s rs value in the ECM model.

chen_r1

List Chen’s r1 value in the ECM model.

chen_c1

List Chen’s c1 value in the ECM model.

chen_r2

List Chen’s r2 value in the ECM model.

chen_c2

List Chen’s c2 value in the ECM model.

chen_voc

List Chen’s voc value in the ECM model.

chen_rs_c

List Chen’s charging rs value in the ECM model.

chen_r1_c

List Chen’s charging r1 value in the ECM model.

chen_c1_c

List Chen’s charging c1 value in the ECM model.

chen_r2_c

List Chen’s charging r2 value in the ECM model.

chen_c2_c

List Chen’s charging c2 value in the ECM model.

chen_voc_c

List Chen’s charging voc value in the ECM model.

poly_rs

List poly rs value in the ECM model.

poly_r1

List poly r1 value in the ECM model.

poly_c1

List poly c1 value in the ECM model.

poly_r2

List poly r2 value in the ECM model.

poly_c2

List poly c2 value in the ECM model.

poly_voc

List poly voc value in the ECM model.

poly_rs_c

List charging poly rs value in the ECM model.

poly_r1_c

List charging poly r1 value in the ECM model.

poly_c1_c

List charging poly c1 value in the ECM model.

poly_r2_c

List charging poly r2 value in the ECM model.

poly_c2_c

List charging poly c2 value in the ECM model.

poly_voc_c

List charging poly voc value in the ECM model.

table_rs

Rs table data in the ECM model.

table_r1

R1 table data in the ECM model.

table_c1

C1 table data in the ECM model.

table_r2

R2 table data in the ECM model.

table_c2

C2 table data in the ECM model.

table_r3

R3 table data in the ECM model.

table_c3

C3 table data in the ECM model.

table_voc

Voc table data in the ECM model.

table_rs_c

Charging rs table data in the ECM model.

table_r1_c

Charging r1 table data in the ECM model.

table_c1_c

Charging c1 table data in the ECM model.

table_r2_c

Charging r2 table data in the ECM model.

table_c2_c

Charging c2 table data in the ECM model.

table_r3_c

Charging r3 table data in the ECM model.

table_c3_c

Charging c3 table data in the ECM model.

table_voc_c

Charging voc table data in the ECM model.

Methods

Method

Summary

read_all_data_table

Command to read all ECM data tables.

write_all_data_table

Command to write all ECM data tables.

Included in:

Parent

Summary

battery

Battery model settings.