CENOS Documentation

CENOS Documentation

  • CENOS Home
  • Simulation Examples
  • Webinars

›How To

Getting Started

  • CENOS overview
  • Templates
  • Using CAD files
  • Tips and Tricks

Tutorials

  • Induction Heating Templates
  • 2D Stepped Workpiece
  • 2D Scanning of Transmission Shaft
  • 3D Single Shot
  • 3D Spur Gear Hardening

FAQ

  • Frequently asked questions

How To

  • Creating 3D CAD models
  • Fluxtrol thermal calculation
  • From CAD
  • Geometry parameterization
  • How to make good CAD
  • How to run multiple simulations
  • Large rotating workpieces
  • Result evaluation
  • Scanning applications
  • Stranded Coil/Litz wire
  • Field expressions
  • Mesh : Overview
  • Mesh : Extrusion
  • Estimate effective μ
  • Movement : Scanning
  • Movement : Rotation
  • Phase change calculation

Explained

  • Algorithms
  • Mesh quality : Aspect ratio
  • Mesh quality : Taper
  • Boundary conditions
  • Geometry simplification
  • Heat Exchange
  • Material properties
  • Mesh troubleshoot
  • Role of air domain size
  • Symmetry Boundary Conditions
  • Thermal shock
  • Power control
  • Time step

Release Notes

  • v3.x
  • v2.x
  • v2018.x

How to run multiple simulations

When searching for the right physical and geometrical parameters, more than one simulation is needed to evaluate and compare the results and impact of different parameter values.

To save time, you can prepare multiple simulation cases and run them successively over night or weekend, without the need to manually run each simulation.

When to use successive running?

Running multiple cases in sequence or successive running is useful when the impact on the results of some physical or geometrical parameters such as inductor position, winding count, frequency etc. must be determined.

For example, when searching for the right hardening profile of the workpiece, different frequencies should be tried out to find the optimal hardening zone size. To do that, multiple cases with different frequency settings must be run to compare the results. In the stepped shaft heating example below the impact different frequencies have on the results is clearly visible.

Frequency comparement

To ease the running of many different cases, prepare and run all of them during night or weekend, and evaluate the different results in the next morning!

How to set up successive running?

To run different CENOS cases successively, you need to create a .bat file, in which you define which cases and in what order you want to calculate. Then simply double-click on the .bat file to start the calculations.

In this example we will set up a successive running of 3 cases.

1. Open Notepad

Notepad is a built-in Windows code editor. Open it by typing Notepad in the Windows Search line and clicking Enter.

Open Notepad

2. Define the sequence

To define the cases you want to run, you need to write a command line for each case which defines with what to run it and where to find the case file. The basic structure of this command consists of 2 parts - CENOS path, where CENOS is installed and from where it is started, and case path to the case folder you want to run.

Command structure

To find CENOS path, right-click on CENOS shortcut and select Properties. The CENOS path will be already highlighted as Target - simply copy and paste it into the Notepad.

CENOS path

To find case path, in File Explorer go to the case folder and copy its adress from the Adress Bar.

case path

In this example we will set up successive running for 3 cases. Simply write the command for each case in its own line.

IMPORTANT: To make sure the console window does not close after the end of calculations, write pause after case command lines.

Sequence setup

3. Save as .bat file

In Notepad click File -> Save As. Change Save as type to All Files (.), and manually save the file as Batch file by naming it, for example, as sequence.bat.

Save as .bat

4. Run the simulations

After the Batch file has been created, double-click on it to start the calculation. A console window will open, from which every case defined in the .bat file will be run. A CENOS window will automatically open, the case will calculate, save the results, close CENOS window and go to the next simulation.

When all simulations will be calculated, the console window will stay open, because pause was written in the end of the .bat file commands. This is helpful to know simulations have been calculated successfully.

Console after calculations

Limitations

Case setup

If one of the case folders defined in the .bat file will have incomplete physical definition such as missing material, current value etc. meaning that it cannot be run, it will be skipped and not calculated.

IMPORTANT: Make sure that every case defined in the .bat file is ready for calculation!

← PreviousNext →
  • When to use successive running?
  • How to set up successive running?
    • 1. Open Notepad
    • 2. Define the sequence
    • 3. Save as .bat file
    • 4. Run the simulations
  • Limitations
    • Case setup
Copyright © 2021 CENOSRelease Notes