The structure of the S4 Finite Element Analysis Software (for Plates) involves the following Modules
  1. Module to enter data.(Preprocessing)
  2. Module to perform analysis.(Processing)
  3. Module to interpret and display the result.(Post Processing)

Preprocessing

The preprocessing module is used for entering all the information necessary to define the problem.

The preprocessing function must accomplish the following three functions,

The initial Screen will look like the one as shown on the right hand side of the screen. By clicking on the input box one can go to the input-screen. The software asks the user to input a series of information needed to solve the problem.

Back to top

 

Processing

In the processing phase the object is analyzed and the unknown in the finite element problem is computed. Input to processing module is the preprocessor file. Its output is the value of unknown quantity at each node of the object.
The processing module

Back to top

 

Post-Processor Module

The post-processor describes the results of the variables computed at the various nodes of the structure. The post-processor output involves the following

 

 
Back to top