nla3d icon indicating copy to clipboard operation
nla3d copied to clipboard

Sample execute comand for nla3d

Open sanliturk opened this issue 7 years ago • 0 comments

Is there a possibility to include a sample execute command for nla3d :

[s@localhost Build]$ ./nla3d 08:24:04.815 [INFO] ---=== WELCOME TO NLA PROGRAM ===--- 08:24:04.815 [INFO] nla3d 'mesh file in cdb format' [-element 'element name'] [-material 'material name' constant1 constant2 ..] [-iterations 'number of iterations'] [-loadsteps 'number of loadsteps'] [-novtk] [-refcurve 'file with curve'] [-threshold 'epsilob for comparison'] [-reaction 'component name' ['DoF' ..]] [-rigidbody 'master node' 'component of slaves' ['DoF' ..]]

[s@localhost Build]$ ./nla3d ../test/3d_damper/model.cdb 08:26:08.104 [INFO] ---=== WELCOME TO NLA PROGRAM ===--- 08:26:08.104 [ERROR] bool parse_args(int, char**) Please point a material model. Use -material keyword.

[s@localhost Build]$ ./nla3d ../test/3d_damper/model.cdb -material 'Compressible Neo-Hookean' G = 10, mu = 10, E = 30 d= 0.0004, K = 5000, mu = 0.499 08:34:35.171 [INFO] ---=== WELCOME TO NLA PROGRAM ===--- 08:34:35.376 [ERROR] static nla3d::Material* nla3d::MaterialFactory::createMaterial(std::__cxx11::string) Can't find material Compressible Neo-Hookean Segmentation fault (core dumped)

Another important execution example would be about vtk files .

in Fedora 28 :

% [s@localhost Build]$ uname -a Linux localhost.localdomain 4.18.18-200.fc28.x86_64 #1 SMP Mon Nov 12 03:17:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux [s@localhost Build]$

Thank you very much .

Mehmet Erol Sanliturk

sanliturk avatar Nov 30 '18 06:11 sanliturk