about battery model parameter setting #3744
Unanswered
tjdals7244
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to make some macro file with TUI.
for those purpose, I code like this, but this got some error and some issues.
/define/models/battery-model> model
Model Parameter Setup...\nEnable Joule Heat Source in passive zones? [yes]
Enable Joule Heat Source in active zones? [no]
Enable E-Chem Heat Source? [yes]
Nominal cell capacity (in [Ah]) [5]
Enable Battery Life Model? [no]
Available options: (ntgk/dcir ecm newman-p2d user-defined)
Pick echem model: 0 for NTGK/DCIR, 1 for ECM, 2 for Newman's P2D model, 3 for User-defined echem model ["ntgk/dcir"]
Initial DOD [0]
Available options: (specified-c-rate specified-system-current specified-system-voltage specified-system-power specified-resistance profile/data-table set-from-bc-panel)
Solution Options:
0: Specified C-Rate
1: Specified System Current
2: Specified System Voltage
3: Specified System Power
4: Specified External Resistance
5: Using Profile/Data Table
6: Set from BC Panel
Boundary Type Option: ["specified-resistance"]
Specify system resistance value (in [Ohm]) [0.1]
Available options: (voltage soc)
Pick ECHEM stop type: 0 for voltage stop condition, 1 for soc stop condition ["voltage"]
Min stop voltage (in [V]) [3]
Max stop voltage (in [V]) [4.3]
this is the transcription that I followed.
Beta Was this translation helpful? Give feedback.
All reactions