Recipes

Get started

โฉ The Recipes section provides practical, ready-to-use code examples that help you get things done faster on the Inductiva platform. Whether you want to automate simulation clean-up, manage storage more efficiently, or interact with tasks and projects through the CLI or Python API, these examples show you how. Theyโ€™re lightweight, tested, and built to be easily adapted to your specific needs. Perfect for both beginners and advanced users looking to streamline their workflow!

This section is an ever-growing collection of useful scripts, so here's a few top highlights:

Reuse input files โ†’Reuse output files โ†’Clean-up Storage โ†’
Instead of uploading large inout files repeatedly, upload files once and reuse them across multiple tasks.Reuse the output of a previous task as input of a new simulation.This guide shows how to identify and clean up unnecessary storage.

Why it's Useful

โœ“ Saves time: Jump straight into solving real problems without writing everything from scratch.

โœ“ Learn by example: Understand how to use the platformโ€™s features by seeing clear working examples.

โœ“ Adaptable: Recipes can be reused and customized for your specific project needs.

โœ“ Covers real-world needs: Includes solutions for common scenarios like deleting old storage, downloading outputs, or identifying heavy tasks.

โœ“ Accelerates onboarding: New users can quickly understand how to apply key functions.