Running Netfabb Simulation

Thermal analysis

To run the model, from a command line run

$ pan -b 07_thermal

The analysis progress is written to file 07_thermal.out. To check progress, run

$ tail 07_thermal.out

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

inc = 29 time = 110026.96 iter = 1 eps = 0.12597E+04
inc = 29 time = 110026.96 iter = 2 eps = 0.11532E-11
Finished writing file results\ 07_thermal_29.case
Writing record:          2, time: 110026.958120637
Increment end
CPU wall for increment 29 = 00:00:00.73, since start = 00:00:39.46
Layer end

Mesh preview volume = 110852.789200311
Activated volume = 110852.789200311
Activated percentage = 100.000000000000

Finished writing file .\07_thermal.case

Analysis completed

****************************
  1 Warning
****************************
****************************
  1 Critical warning
****************************

CPU wall for printing = 00:00:21.41
CPU wall = 00:00:39.51
CPU total = 00:01:37.65

Peak RAM used for this process = 330,204 kB

END Netfabb Local Simulation

Actual CPU times will differ. The Warning indicates the simulation time needed to be adjusted.

The Critical Warning informs users that the CLI type support structures have been deprecated, and that STL type supports are suggested.

Quasi-static mechanical analysis

Run the first mechanical analysis from the command line:

$ pan -b 07_mechanical1

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

The warnings here are the same as given in the thermal log file.

Actual CPU times will differ. The warnings here are the same as given in the thermal log file.

Run the second mechanical analysis from the command line:

$ pan -b 07_mechanical2

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

---------------------------------
 Support structure removal time increment
------------------------------------------
 inc = 33 time = 309776.96 iter = 1 eps = 0.17251E+05
 inc = 33 time = 309776.96 iter = 2 eps = 0.38989E-08

Optimizing rigid body motion...
Initial RMS displacement          =      4.536035E-01
Optimized RMS displacement        =      3.984455E-01
Number of optimization iterations =          255
Rotation matrix =
   9.999940E-01 -7.913967E-05 3.466786E-03
   7.063056E-05 9.999970E-01 2.454520E-03
  -3.466970E-03 -2.454260E-03 9.999910E-01
Translation =   -8.765369E-02 -4.793811E-02 -4.500820E-01

Finished writing file results\07_mechanical2_32_f.case
Finished writing file results\07_mechanical2_32.case

Increment end
CPU wall for increment 32 = 00:00:02.86, since start = 00:01:21.50
Layer end

------------------------------------------------------
Total number of equilibrium iterations: 63

Mesh preview volume = 110852.789200311
Activated volume = 110852.789200311
Activated percentage = 100.000000000000

Signal tag 6DB7
*** CRITICAL WARNING: 2
Recoater Interference Detected at 3 layer groups. Minimum clearance of -22.5280761718771 at 
height 24.0000000000000 mm.

Finished writing file .\07_mechanical2_f.case
Finished writing file .\07_mechanical2.case

Analysis completed

****************************
  24 Warnings
****************************

****************************
  2 Critical warnings
****************************

CPU wall for support removal = 00:00:02.91
CPU wall = 00:01:21.56
CPU total = 00:04:31.89

Peak RAM used for this process = 1,273,032 kB

END Autodesk Netfabb Local Simulation

Each of the warnings note a support structure element failure. The warnings from the previous simulations are shown here as well, in addition to a Recoater Interference Critical Warning, along with several Recoater Interference Warnings and numerous support structure failure warnings.