├── README.md ├── aluminum_tensile_tests ├── Al_EA.eam.alloy ├── al_in.in └── stress_strain_plot.m ├── graphene_tensile_tests ├── CH.airebo ├── grap_data.data ├── grap_in.in └── stress_strain_plot.m ├── overview.PNG ├── polyurethane_aluminum_interface ├── Al_jnp_real.eam ├── energy_plot.m ├── pu_al_data.data ├── pu_al_in.in └── pu_al_para.params └── polyurethane_chain ├── energy_plot.m ├── pu_data.data ├── pu_in.in └── pu_para.params /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/README.md -------------------------------------------------------------------------------- /aluminum_tensile_tests/Al_EA.eam.alloy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/aluminum_tensile_tests/Al_EA.eam.alloy -------------------------------------------------------------------------------- /aluminum_tensile_tests/al_in.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/aluminum_tensile_tests/al_in.in -------------------------------------------------------------------------------- /aluminum_tensile_tests/stress_strain_plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/aluminum_tensile_tests/stress_strain_plot.m -------------------------------------------------------------------------------- /graphene_tensile_tests/CH.airebo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/graphene_tensile_tests/CH.airebo -------------------------------------------------------------------------------- /graphene_tensile_tests/grap_data.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/graphene_tensile_tests/grap_data.data -------------------------------------------------------------------------------- /graphene_tensile_tests/grap_in.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/graphene_tensile_tests/grap_in.in -------------------------------------------------------------------------------- /graphene_tensile_tests/stress_strain_plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/graphene_tensile_tests/stress_strain_plot.m -------------------------------------------------------------------------------- /overview.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/overview.PNG -------------------------------------------------------------------------------- /polyurethane_aluminum_interface/Al_jnp_real.eam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/polyurethane_aluminum_interface/Al_jnp_real.eam -------------------------------------------------------------------------------- /polyurethane_aluminum_interface/energy_plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/polyurethane_aluminum_interface/energy_plot.m -------------------------------------------------------------------------------- /polyurethane_aluminum_interface/pu_al_data.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/polyurethane_aluminum_interface/pu_al_data.data -------------------------------------------------------------------------------- /polyurethane_aluminum_interface/pu_al_in.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/polyurethane_aluminum_interface/pu_al_in.in -------------------------------------------------------------------------------- /polyurethane_aluminum_interface/pu_al_para.params: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/polyurethane_aluminum_interface/pu_al_para.params -------------------------------------------------------------------------------- /polyurethane_chain/energy_plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/polyurethane_chain/energy_plot.m -------------------------------------------------------------------------------- /polyurethane_chain/pu_data.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/polyurethane_chain/pu_data.data -------------------------------------------------------------------------------- /polyurethane_chain/pu_in.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/polyurethane_chain/pu_in.in -------------------------------------------------------------------------------- /polyurethane_chain/pu_para.params: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuwan-d/LAMMPS_tutorials_for_short_courses/HEAD/polyurethane_chain/pu_para.params --------------------------------------------------------------------------------