Skip to content
Snippets Groups Projects
Commit 8b994c65 authored by Amira Abdel-Rahman's avatar Amira Abdel-Rahman
Browse files

cmods setup

parent 91a41d51
No related branches found
No related tags found
No related merge requests found
Pipeline #5908 passed
......@@ -42,9 +42,10 @@ var cmods=setup.cmods;
var STL_particles_command= "./STL_particles "+cmods.STL_particles.nlattice+" < "+cmods.STL_particles.stlName+".stl";
var particles_bonds_command= " | ./particles_bonds "+cmods.particles_bonds.grid+" "+cmods.particles_bonds.block+"";
var bonds_stress_strain_command= " | ./bonds_stress_strain "+cmods.bonds_stress_strain.grid+" "+cmods.bonds_stress_strain.block+" "+cmods.bonds_stress_strain.spring+" "+cmods.bonds_stress_strain.mass+" "+cmods.bonds_stress_strain.dissipation+" "+cmods.bonds_stress_strain.dt+" "+cmods.bonds_stress_strain.nloop+" "+cmods.bonds_stress_strain.fraction+" "+cmods.bonds_stress_strain.step+" "+cmods.bonds_stress_strain.bond+"";
var strain_GL_command= " | ./strain_GL "+cmods.strain_GL.size+" "+cmods.strain_GL.scale+" "+cmods.strain_GL.rx+" "+cmods.strain_GL.ry+" "+cmods.STL_particles.rz+" "+cmods.STL_particles.sxyz+" "+cmods.STL_particles.perspective+"";
var strain_GL_command= " | ./strain_GL "+cmods.strain_GL.size+" "+cmods.strain_GL.scale+" "+cmods.strain_GL.rx+" "+cmods.strain_GL.ry+" "+cmods.strain_GL.rz+" "+cmods.strain_GL.sxyz+" "+cmods.strain_GL.perspective+"";
var command= STL_particles_command+ particles_bonds_command+bonds_stress_strain_command +strain_GL_command;
console.log(command)
// var command= "./STL_particles 100 < "+stlName+".stl | ./particles_bonds 1024 1024 | ./bonds_stress_strain 512 512 30000000 1 100 0.0001 1000 0.04 -0.0002 15 | ./strain_GL 1.5 200 1.55 0. -0.0 0.25 0.05";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment