Skip to content
Snippets Groups Projects
Commit 684b5240 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

*** empty log message ***

parent bf8dfe5b
No related branches found
No related tags found
No related merge requests found
...@@ -728,11 +728,11 @@ void StructuralSolver :: writeSolverFile ( const char *geom_file ) const ...@@ -728,11 +728,11 @@ void StructuralSolver :: writeSolverFile ( const char *geom_file ) const
Structural_BeamSection* bs = GetBeamSection (i.section); Structural_BeamSection* bs = GetBeamSection (i.section);
Structural_Material mt = GetMaterial (i.material); Structural_Material mt = GetMaterial (i.material);
int model = GetModel (i.model); int model = GetModel (i.model);
fprintf(f,"111 %d %d %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g\n", fprintf(f,"111 %d %d %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g\n",
id, // physical id id, // physical id
model, // model model, // model (1=beam, 2=bar)
bs->area, bs->Iy, bs->Iz, bs->J,// section info bs->area, bs->Iy, bs->Iz, bs->J,// section info
mt.par[0],mt.par[1],mt.par[2],// material info mt.par[0],mt.par[1],mt.par[2],mt.par[3],// material info E, sigma_e, rho, nu
i.fx1,i.fy1,i.fx2,i.fy2,i.fz1,i.fz2,// lineic loads i.fx1,i.fy1,i.fx2,i.fy2,i.fz1,i.fz2,// lineic loads
i.dirz[0],i.dirz[1],i.dirz[2]); // direction i.dirz[0],i.dirz[1],i.dirz[2]); // direction
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment