├── CNAME ├── demo.cpp ├── demo.h ├── gallery ├── colorbar_v19.png ├── colorbar_v27.png ├── colorbar_v27_2.png ├── beamsection_overview.png ├── welsim_electric_field.png ├── welsim_magnetic_field.png ├── welsim23_cfd_2d_mesh_01.png ├── welsim_mateditor_about.png ├── welsim_naca0012_mesh_2d.png ├── welsim_unit_preferences.png ├── welsim_unitconverter_1.png ├── welsim23_cfd_2d_result_01.png ├── welsim23_cfd_2d_result_02.png ├── welsim23_cfd_2d_result_03.png ├── welsim_magnetic_potential.png ├── welsim_unitconverter_about.png ├── welsim_curvefitter_overview.png ├── welsim_mateditor_export_file.png ├── welsim_naca0012_inc_pressure.png ├── welsim18_finite_element_thermal.png ├── welsim19_finite_element_about.png ├── welsim_naca0012_inc_velocity_x.PNG ├── welsim_naca0012_inc_velocity_y.png ├── welsim_finite_element_body_force.png ├── welsim_finite_element_export_vtk1.png ├── welsim_finite_element_export_vtk2.png ├── welsim_finite_element_export_vtk3.png ├── welsim_finite_element_linux_about.png ├── welsim_finite_element_mesh_blade.png ├── welsim_finite_element_mesh_rotor.png ├── welsim_finite_element_mesh_rotor2.png ├── welsim_finite_element_modal_blade.png ├── welsim_finite_element_modal_rotor.png ├── welsim_finite_element_shell_modal.png ├── welsim_unitconverter_unit_system.png ├── welsim_finite_element_contact_hertz.png ├── welsim_finite_element_linux_em_motor.png ├── welsim_finite_element_material_edit.png ├── welsim_finite_element_modal_analysis.png ├── welsim_mateditor_chart_context_menu.png ├── welsim_mateditor_core_loss_material.png ├── welsim_finite_element_linux_sturctural.png ├── welsim_finite_element_structural_shell.png ├── welsim_finite_element_unitconverter_1.png ├── welsim_mateditor_core_loss_multicurve.png ├── welsim19_finite_element_geometry_import.png ├── welsim19_finite_element_thermal_analysis.png ├── welsim_finite_element_hyperelastic_gent.png ├── welsim_finite_element_hyperelastic_yeoh3.png ├── welsim_finite_element_mesh_knuckle_joint.png ├── welsim_finite_element_modal_tunning_fork.png ├── welsim_finite_element_structural_analysis.png ├── welsim_finite_element_structural_cranck.png ├── welsim_finite_element_user_maxmin_result.png ├── welsim_mateditor_change_units_from_table.png ├── welsim_mateditor_mooneyrivlin9_curvefit.png ├── welsim19_finite_element_hyperelastic_ogden.png ├── welsim_finite_element_contact_hertz_detail.png ├── welsim_finite_element_hyperelastic_blaze_ko.png ├── welsim_finite_element_material_changeunits.png ├── welsim_finite_element_material_changeunits2.png ├── welsim_finite_element_mechanical_connector.png ├── welsim_finite_element_structural_hole_plate.png ├── welsim_finite_element_structural_multistep.png ├── welsim_finite_element_structural_transient.png ├── welsim_finite_element_thermal_result_pipes.png ├── welsim_mateditor_permeability_table_in_log.png ├── welsim19_finite_element_em_electrostatic_horn.png ├── welsim_finite_element_multibody_reaction_force.png ├── welsim_finite_element_rotational_velocity_bc.png ├── welsim_finite_element_structural_knuckle_joint.png ├── welsim_finite_element_thermal_exhaust_manifold.png ├── welsim_mateditor_imaginary_permeability_table.png ├── welsim_finite_element_multibody_reaction_force2.png ├── welsim_mateditor_curve_fitting_all_curves_in_log.png └── welsim_finite_element_earth_gravity_body_condition.png ├── galleryMatEditor ├── mateditor_ogden3.png ├── welsim_mateditor_about.png ├── mateditor_test_data_new.png ├── welsim_mateditor_export_file.png ├── welsim_finite_element_material_edit.png ├── welsim_mateditor_chart_context_menu.png ├── welsim_mateditor_core_loss_material.png ├── welsim_mateditor_core_loss_multicurve.png ├── welsim_mateditor_mooneyrivlin9_curvefit.png ├── welsim_mateditor_change_units_from_table.png ├── welsim_mateditor_permeability_table_in_log.png ├── welsim_mateditor_imaginary_permeability_table.png └── welsim_mateditor_curve_fitting_all_curves_in_log.png ├── galleryBeamSection └── beamsection_overview.png ├── galleryCurveFitter ├── curvefitter_schulz_flory.png ├── welsim_curvefitter_overview.png ├── welsim_curvefitter_hyperelastic_ogden3.png └── welsim_curvefitter_hyperelastic_polynomial2nd.png ├── galleryUnitConverter ├── welsim_unitconverter_1.png ├── welsim_unitconverter_about.png └── welsim_finite_element_unitconverter_1.png └── README.md /CNAME: -------------------------------------------------------------------------------- 1 | docs.welsim.com 2 | -------------------------------------------------------------------------------- /demo.cpp: -------------------------------------------------------------------------------- 1 | // This is a demo code 2 | // any questions please send to info@welsim.com 3 | -------------------------------------------------------------------------------- /demo.h: -------------------------------------------------------------------------------- 1 | // This is a demo code 2 | // any questions please send to info@welsim.com 3 | -------------------------------------------------------------------------------- /gallery/colorbar_v19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/colorbar_v19.png -------------------------------------------------------------------------------- /gallery/colorbar_v27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/colorbar_v27.png -------------------------------------------------------------------------------- /gallery/colorbar_v27_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/colorbar_v27_2.png -------------------------------------------------------------------------------- /gallery/beamsection_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/beamsection_overview.png -------------------------------------------------------------------------------- /gallery/welsim_electric_field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_electric_field.png -------------------------------------------------------------------------------- /gallery/welsim_magnetic_field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_magnetic_field.png -------------------------------------------------------------------------------- /gallery/welsim23_cfd_2d_mesh_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim23_cfd_2d_mesh_01.png -------------------------------------------------------------------------------- /gallery/welsim_mateditor_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_mateditor_about.png -------------------------------------------------------------------------------- /gallery/welsim_naca0012_mesh_2d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_naca0012_mesh_2d.png -------------------------------------------------------------------------------- /gallery/welsim_unit_preferences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_unit_preferences.png -------------------------------------------------------------------------------- /gallery/welsim_unitconverter_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_unitconverter_1.png -------------------------------------------------------------------------------- /gallery/welsim23_cfd_2d_result_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim23_cfd_2d_result_01.png -------------------------------------------------------------------------------- /gallery/welsim23_cfd_2d_result_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim23_cfd_2d_result_02.png -------------------------------------------------------------------------------- /gallery/welsim23_cfd_2d_result_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim23_cfd_2d_result_03.png -------------------------------------------------------------------------------- /gallery/welsim_magnetic_potential.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_magnetic_potential.png -------------------------------------------------------------------------------- /gallery/welsim_unitconverter_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_unitconverter_about.png -------------------------------------------------------------------------------- /galleryMatEditor/mateditor_ogden3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryMatEditor/mateditor_ogden3.png -------------------------------------------------------------------------------- /gallery/welsim_curvefitter_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_curvefitter_overview.png -------------------------------------------------------------------------------- /gallery/welsim_mateditor_export_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_mateditor_export_file.png -------------------------------------------------------------------------------- /gallery/welsim_naca0012_inc_pressure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_naca0012_inc_pressure.png -------------------------------------------------------------------------------- /gallery/welsim18_finite_element_thermal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim18_finite_element_thermal.png -------------------------------------------------------------------------------- /gallery/welsim19_finite_element_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim19_finite_element_about.png -------------------------------------------------------------------------------- /gallery/welsim_naca0012_inc_velocity_x.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_naca0012_inc_velocity_x.PNG -------------------------------------------------------------------------------- /gallery/welsim_naca0012_inc_velocity_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_naca0012_inc_velocity_y.png -------------------------------------------------------------------------------- /galleryBeamSection/beamsection_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryBeamSection/beamsection_overview.png -------------------------------------------------------------------------------- /galleryMatEditor/welsim_mateditor_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryMatEditor/welsim_mateditor_about.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_body_force.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_body_force.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_export_vtk1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_export_vtk1.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_export_vtk2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_export_vtk2.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_export_vtk3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_export_vtk3.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_linux_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_linux_about.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_mesh_blade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_mesh_blade.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_mesh_rotor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_mesh_rotor.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_mesh_rotor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_mesh_rotor2.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_modal_blade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_modal_blade.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_modal_rotor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_modal_rotor.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_shell_modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_shell_modal.png -------------------------------------------------------------------------------- /gallery/welsim_unitconverter_unit_system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_unitconverter_unit_system.png -------------------------------------------------------------------------------- /galleryMatEditor/mateditor_test_data_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryMatEditor/mateditor_test_data_new.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_contact_hertz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_contact_hertz.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_linux_em_motor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_linux_em_motor.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_material_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_material_edit.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_modal_analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_modal_analysis.png -------------------------------------------------------------------------------- /gallery/welsim_mateditor_chart_context_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_mateditor_chart_context_menu.png -------------------------------------------------------------------------------- /gallery/welsim_mateditor_core_loss_material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_mateditor_core_loss_material.png -------------------------------------------------------------------------------- /galleryCurveFitter/curvefitter_schulz_flory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryCurveFitter/curvefitter_schulz_flory.png -------------------------------------------------------------------------------- /galleryUnitConverter/welsim_unitconverter_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryUnitConverter/welsim_unitconverter_1.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_linux_sturctural.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_linux_sturctural.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_structural_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_structural_shell.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_unitconverter_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_unitconverter_1.png -------------------------------------------------------------------------------- /gallery/welsim_mateditor_core_loss_multicurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_mateditor_core_loss_multicurve.png -------------------------------------------------------------------------------- /galleryCurveFitter/welsim_curvefitter_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryCurveFitter/welsim_curvefitter_overview.png -------------------------------------------------------------------------------- /galleryMatEditor/welsim_mateditor_export_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryMatEditor/welsim_mateditor_export_file.png -------------------------------------------------------------------------------- /gallery/welsim19_finite_element_geometry_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim19_finite_element_geometry_import.png -------------------------------------------------------------------------------- /gallery/welsim19_finite_element_thermal_analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim19_finite_element_thermal_analysis.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_hyperelastic_gent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_hyperelastic_gent.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_hyperelastic_yeoh3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_hyperelastic_yeoh3.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_mesh_knuckle_joint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_mesh_knuckle_joint.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_modal_tunning_fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_modal_tunning_fork.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_structural_analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_structural_analysis.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_structural_cranck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_structural_cranck.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_user_maxmin_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_user_maxmin_result.png -------------------------------------------------------------------------------- /gallery/welsim_mateditor_change_units_from_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_mateditor_change_units_from_table.png -------------------------------------------------------------------------------- /gallery/welsim_mateditor_mooneyrivlin9_curvefit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_mateditor_mooneyrivlin9_curvefit.png -------------------------------------------------------------------------------- /galleryUnitConverter/welsim_unitconverter_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryUnitConverter/welsim_unitconverter_about.png -------------------------------------------------------------------------------- /gallery/welsim19_finite_element_hyperelastic_ogden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim19_finite_element_hyperelastic_ogden.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_contact_hertz_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_contact_hertz_detail.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_hyperelastic_blaze_ko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_hyperelastic_blaze_ko.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_material_changeunits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_material_changeunits.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_material_changeunits2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_material_changeunits2.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_mechanical_connector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_mechanical_connector.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_structural_hole_plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_structural_hole_plate.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_structural_multistep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_structural_multistep.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_structural_transient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_structural_transient.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_thermal_result_pipes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_thermal_result_pipes.png -------------------------------------------------------------------------------- /gallery/welsim_mateditor_permeability_table_in_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_mateditor_permeability_table_in_log.png -------------------------------------------------------------------------------- /gallery/welsim19_finite_element_em_electrostatic_horn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim19_finite_element_em_electrostatic_horn.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_multibody_reaction_force.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_multibody_reaction_force.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_rotational_velocity_bc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_rotational_velocity_bc.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_structural_knuckle_joint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_structural_knuckle_joint.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_thermal_exhaust_manifold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_thermal_exhaust_manifold.png -------------------------------------------------------------------------------- /gallery/welsim_mateditor_imaginary_permeability_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_mateditor_imaginary_permeability_table.png -------------------------------------------------------------------------------- /galleryMatEditor/welsim_finite_element_material_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryMatEditor/welsim_finite_element_material_edit.png -------------------------------------------------------------------------------- /galleryMatEditor/welsim_mateditor_chart_context_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryMatEditor/welsim_mateditor_chart_context_menu.png -------------------------------------------------------------------------------- /galleryMatEditor/welsim_mateditor_core_loss_material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryMatEditor/welsim_mateditor_core_loss_material.png -------------------------------------------------------------------------------- /galleryMatEditor/welsim_mateditor_core_loss_multicurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryMatEditor/welsim_mateditor_core_loss_multicurve.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_multibody_reaction_force2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_multibody_reaction_force2.png -------------------------------------------------------------------------------- /gallery/welsim_mateditor_curve_fitting_all_curves_in_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_mateditor_curve_fitting_all_curves_in_log.png -------------------------------------------------------------------------------- /galleryMatEditor/welsim_mateditor_mooneyrivlin9_curvefit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryMatEditor/welsim_mateditor_mooneyrivlin9_curvefit.png -------------------------------------------------------------------------------- /gallery/welsim_finite_element_earth_gravity_body_condition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/gallery/welsim_finite_element_earth_gravity_body_condition.png -------------------------------------------------------------------------------- /galleryCurveFitter/welsim_curvefitter_hyperelastic_ogden3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryCurveFitter/welsim_curvefitter_hyperelastic_ogden3.png -------------------------------------------------------------------------------- /galleryMatEditor/welsim_mateditor_change_units_from_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryMatEditor/welsim_mateditor_change_units_from_table.png -------------------------------------------------------------------------------- /galleryMatEditor/welsim_mateditor_permeability_table_in_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryMatEditor/welsim_mateditor_permeability_table_in_log.png -------------------------------------------------------------------------------- /galleryUnitConverter/welsim_finite_element_unitconverter_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryUnitConverter/welsim_finite_element_unitconverter_1.png -------------------------------------------------------------------------------- /galleryCurveFitter/welsim_curvefitter_hyperelastic_polynomial2nd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryCurveFitter/welsim_curvefitter_hyperelastic_polynomial2nd.png -------------------------------------------------------------------------------- /galleryMatEditor/welsim_mateditor_imaginary_permeability_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryMatEditor/welsim_mateditor_imaginary_permeability_table.png -------------------------------------------------------------------------------- /galleryMatEditor/welsim_mateditor_curve_fitting_all_curves_in_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WelSimLLC/WelSim-Apps/HEAD/galleryMatEditor/welsim_mateditor_curve_fitting_all_curves_in_log.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # WELSIM | Quantify the Uncertain 2 | 3 | WELSIM is the #1 engineering simulation software for the open-source community. 4 | 5 | In addtion to the flagship finite element analysis software **WELSIM**, We also developed free engineering applications for your projects, material editing and viewing software **MatEditor**, ease-to-use curve fitting application **CurveFitter**, units conversion tool **UnitConverter**, and beam cross-section properties calculator **BeamSection**. 6 | 7 | If you have any comments or questions, please feel free to submit a ticket at the Issues/Discussions section, or email us at info@welsim.com. 8 | 9 | 10 | ![Overview of WelSim](https://github.com/WelSimLLC/WelSim-App/blob/main/gallery/welsim_magnetic_field.png) 11 | 12 | 13 | # MatEditor 14 | A free material editing software program for researchers and engineers. 15 | 16 | ![Overview of MatEditor](https://github.com/WelSimLLC/WelSim-Apps/blob/main/galleryMatEditor/welsim_mateditor_curve_fitting_all_curves_in_log.png) 17 | 18 | 19 | # CurveFitter 20 | A free software program for nonlinear curve fitting of analytical functions to experimental data. 21 | 22 | ![Overview of CurveFitter](https://github.com/WelSimLLC/WelSim-Apps/blob/main/galleryCurveFitter/welsim_curvefitter_overview.png) 23 | 24 | 25 | # UnitConverter 26 | A free unit conversion software program for engineers. 27 | 28 | ![Overview of UnitConverter](https://github.com/WelSimLLC/WelSim-Apps/blob/main/galleryUnitConverter/welsim_unitconverter_1.png) 29 | 30 | # BeamSection 31 | A free beam cross-section software program for engineers. 32 | 33 | ![Overview of BeamSection](https://github.com/WelSimLLC/WelSim-Apps/blob/main/galleryBeamSection/beamsection_overview.png) 34 | --------------------------------------------------------------------------------