This guide will walk you through the essential steps to get up and running with Ionworks Studio. We’ll create a new project, a cell, a parameterized model, a study, and run a basic simulation.Documentation Index
Fetch the complete documentation index at: https://docs.ionworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Step-by-Step Guide
1. Select 'Default Project'
1. Select 'Default Project'
We create a default Project for you to get started.
- Navigate to the Projects page from the main menu.
- Click “Default Project” to go to the default project.
2. Create a Cell Specification
2. Create a Cell Specification
Now, let’s define the cell you want to work with within your new project. A
Cell Specification is the blueprint for your cell.- Navigate to the Cells page.
- Click “New Cell”.
- Fill in the required properties:
- Name: A descriptive name, e.g., “My First NMC Cell”.
- Chemistry: e.g., “NMC/Graphite”.
- Nominal Capacity: e.g.,
5Ah. - Voltage Limits: e.g.,
2.5V (lower) and4.2V (upper).
- Click “Create” to save it.
3. Create a Parameterized Model
3. Create a Parameterized Model
Next, we need a
Parameterized Model to describe the cell’s electrochemical behavior. A parameterized model combines a Model (mathematical framework) with specific parameters.- Navigate to the Parameterized Models page.
- Click “Create Parameterized Model”.
- In the creation wizard, select the
Cell Specificationyou just created. - Select a Model to use. For this quickstart, you can use a system model like “SPM (Full Cell)” which is available to all users.
- For parameters, let’s start with a pre-defined parameter set. Select “From Library” and choose a suitable starting point (e.g.,
Chen2020for your chemistry). - The platform will run a Parameter Validation check. You can review the parameters and see if there are any warnings or errors.
- Give your parameterized model a name and click “Create” to finalize it.
4. Create a Study
4. Create a Study
A Study lives inside a project and is used for a focused investigation.
- Go back to your newly created project.
- Inside the project, click “Create Study”.
- Give your study a name, e.g., “Cycling Test”.
- Click “Create”.
5. Run a Simulation
5. Run a Simulation
Now we’re ready to run a Simulation within your study.
- Inside your study, click the “Run Simulation” button.
- Select the
Cell SpecificationandParameterized Modelyou created. - Choose a protocol, for example, the “Constant Current Discharge” template.
- Configure the experiment parameters. For example, set the C-rate to
2. - Click “Run”. Ionworks Studio will start the simulation.
6. Visualize Results
6. Visualize Results
Once the simulation is complete, the results will appear in your study.
- Go back to your study.
- You can see your simulation in the Data View table.
- Switch to the Visualization View to plot the results.
- Click “Add Plot” and configure it to show voltage vs. capacity.
Next Steps
Now that you’ve run a basic simulation, you can explore more advanced features:Manage Experimental Data
Upload and manage your battery cycling data for visualization and analysis.
Explore Protocols
Create protocols or use built-in experiment templates.
Organize with Studies
Create focused investigations and compare simulation results.
Run Parameter Sweeps
Explore the effect of changing multiple parameters at once.
Refine Your Models
Clone and edit parameterized models to improve their accuracy.
Optimize Parameters
Automatically find optimal parameters for your battery design.
Parameterize with Python
Use our Python library to parameterize models from experimental data.