Running Local Simulation

Thermal analysis

To run the model, from a command line run:

$ pan -b t1

The analysis progress is written to file t1.out. To check progress on Linux, run:

$ tail t1.out

After the analysis completes, the last few lines of the output file t1.out should be similar to the following:

inc =       29 time =   91660.975   iter =      2 eps =     0.98997E-12 
Increment end 
inc =       30 time =   138477.79   iter =      1 eps =     0.17781E+00 
inc =       30 time =   138477.79   iter =      2 eps =     0.32946E-13 
Increment end 
Analysis completed 
CPU wall=   253.8672    CPU total=  393.8121 
END ProjectPan

Actual CPU times will differ.

Quasi-static mechanical analysis

Run the first mechanical analysis from the command line:

$ pan -b m1

After the analysis completes, the last few lines of the output file m1.out should be similar to the following:

Support structure removal time increment 
inc =       32 time =   288477.79   iter =      1 eps =     0.29711E+05 
inc =       32 time =   288477.79   iter =      2 eps =     0.36135E-08 
Starting ensight_write_mesh 
Increment end 
Analysis completed 
CPU wall=   181.1211    CPU total=  1869.460 
END ProjectPan

Actual CPU times will differ.

Run the second mechanical analysis from the command line:

$ pan -b m2

After the analysis completes, the last few lines of the output file m2.out should be similar to the following:

Increment end 
Analysis completed 
************************ 
20 Warnings 
************************ 
CPU wall=   150.1484    CPU total=  1974.691 
END ProjectPan

Each of the warnings note a support structure element failure.