コード例 #1
0
    #
    print 'lct_Q.combi_arr', lct_Q.combi_arr.shape, '\n'
    #        np.savetxt('combi_arr_wo_temp_LCs', lct_Q.combi_arr, delimiter=';')

    #--------------------------------------------------------------
    # nm-interaction plot (normal force - bending moment)
    #--------------------------------------------------------------
    #
    # lct_Q.plot_nm_interaction(save_fig_to_file='nm_interaction_bearing')
    # lct_Q.plot_nm_interaction(add_max_min_nm_from_file='max_min_nm_arr_LC15-18', save_fig_to_file='nm_interaction_LC1-18')

    #--------------------------------------------------------------
    # interaction plot of material usage 'eta_nm' (utilization ratio)
    #--------------------------------------------------------------
    #
    lct_Q.plot_eta_nm_interaction(
        save_fig_to_file='eta_nm_interaction_bearing_exc'),
    #lct_Q.plot_eta_nm_interaction(add_max_min_eta_nm_from_file='max_min_eta_nm', save_fig_to_file='eta_nm_interaction_bearing')

    #--------------------------------------------------------------
    # plot of structure with color indication of material usage 'eta_nm' (utilization ratio)
    # (surrounding values of all loading cases)
    #--------------------------------------------------------------
    #
    # lct_Q.plot_assess_value('eta_nm_tot', add_assess_values_from_file='eta_nm_tot'),

    #--------------------------------------------------------------
    # brows the loading case combinations within an interactive table view
    #--------------------------------------------------------------
    lct_Q.configure_traits()
コード例 #2
0
ファイル: lcc_slabtest.py プロジェクト: rosoba/simvisage
    #--------------------------------------------------------------
    # 'combi_arr': array with indices of all loading case combinations
    #--------------------------------------------------------------
    #
#    print 'lct.combi_arr', lct.combi_arr.shape
#    np.savetxt('combi_arr_wo_temp_LCs', lct_Q.combi_arr, delimiter = ';')

    #--------------------------------------------------------------
    # nm-interaction plot (normal force - bending moment)
    #--------------------------------------------------------------
    #
#    lct.plot_nm_interaction(save_fig_to_file='nm_interaction_slabtest')

    #--------------------------------------------------------------
    # interaction plot of material usage 'eta_nm' (utilization ratio)
    #--------------------------------------------------------------
    #
#    lct.plot_eta_nm_interaction(save_fig_to_file='eta_nm_interaction_slabtest')

    #--------------------------------------------------------------
    # plot of structure with color indication of material usage 'eta_nm' (utilization ratio)
    # (surrounding values of all loading cases)
    #--------------------------------------------------------------
    #
#    lct.plot_assess_value('eta_nm_tot', scale_factor=0.04)

    #--------------------------------------------------------------
    # brows the loading case combinations within an interactive table view
    #--------------------------------------------------------------
    lct.configure_traits()
コード例 #3
0
    # --------------------------------------------------------------
    #
    print "lct_Q.combi_arr", lct_Q.combi_arr.shape, "\n"
    #        np.savetxt('combi_arr_wo_temp_LCs', lct_Q.combi_arr, delimiter=';')

    # --------------------------------------------------------------
    # nm-interaction plot (normal force - bending moment)
    # --------------------------------------------------------------
    #
    lct_Q.plot_nm_interaction(save_fig_to_file="nm_interaction_bearing")
    # lct_Q.plot_nm_interaction(add_max_min_nm_from_file='max_min_nm_arr_LC15-18', save_fig_to_file='nm_interaction_LC1-18')

    # --------------------------------------------------------------
    # interaction plot of material usage 'eta_nm' (utilization ratio)
    # --------------------------------------------------------------
    #
    # lct_Q.plot_eta_nm_interaction(save_fig_to_file='eta_nm_interaction_bearing_sv'),
    # lct_Q.plot_eta_nm_interaction(add_max_min_eta_nm_from_file='max_min_eta_nm', save_fig_to_file='eta_nm_interaction_bearing')

    # --------------------------------------------------------------
    # plot of structure with color indication of material usage 'eta_nm' (utilization ratio)
    # (surrounding values of all loading cases)
    # --------------------------------------------------------------
    #
    # lct_Q.plot_assess_value('eta_nm_tot', add_assess_values_from_file='eta_nm_tot'),

    # --------------------------------------------------------------
    # brows the loading case combinations within an interactive table view
    # --------------------------------------------------------------
    lct_Q.configure_traits()
コード例 #4
0
    #--------------------------------------------------------------
    # interaction plot of material usage 'eta_nm' (utilization ratio)
    #--------------------------------------------------------------
    #
#    lct.plot_eta_nm_interaction(save_fig_to_file='eta_nm_interaction_LC1-12_' + do)

    #--------------------------------------------------------------
    # plot of structure with color indication of material usage 'eta_nm' (utilization ratio)
    # (surrounding values of all loading cases)
    #--------------------------------------------------------------

#    lct.plot_assess_value('eta_nm_tot', scale_mode='scalar', scale_factor=0.8)

    #--------------------------------------------------------------
    # brows the loading case combinations within an interactive table view
    #--------------------------------------------------------------
    lct.configure_traits()

#--------------------------------------------------------
# SLS evaluation
#--------------------------------------------------------
#    lct = LCCTableSLS( data_dir = data_dir,
#                      data_filter = remove_midpoints,
#                       lc_list = lc_list,
#                       combination_SLS = 'rare',
# #                       combination_SLS = 'freq',
# #                       combination_SLS = 'perm',
# #                       show_lc_characteristic = True
#                        )