FeResPost Web Site                     FeResPost Online User Manual

X.F.6 Acceleration with predefined criterion

The “PostCauchy” class also defines two accelerated versions of the honeycomb and Von Mises criteria. These are defined by the “crit_HoneyAirbusAccel” and “crit_VonMisesAccel” methods of the class.

The data for the calculations of these versions of the criterion are defined in files “ DATA/data_Post_honeycomb2.rb” and “DATA/data_Post_skins2.rb”. The activation/deactivation of these calculations can be obtained by uncommenting or commenting the corresponding require statements in “testSat.rb” file:

     require "DATA/loadCases"  
     require "DATA/data_Post_Interf"  
     require "DATA/data_Post_honeycomb"  
     #~ require "DATA/data_Post_honeycomb2"  
     require "DATA/data_Post_skins"  
     #~ require "DATA/data_Post_skins2"  
     require "DATA/data_Post_TsaiHill"