rhdodds / warp3d

Open source code for nonlinear finite element analysis of 3D solids and structures
Other
99 stars 39 forks source link

example 2 from chapter 1: no list of load steps found. #12

Closed vivelakorea closed 2 years ago

vivelakorea commented 2 years ago

Hi, I am learning warp3d with manual, and I had a trouble running example 2 in manual_examples_chpt1 folder. In example_2 folder, I ran

%warp% out

in cmd(I set environment variable %warp% as written in quickstart guide), and got this error

error: no list of load steps found. scanning: all
keyword: all, may not be allowed here

    compute displacements for loadings upset step 1

Am I supposed to run another command line? I think there is load step at lines 30-32 in "wrap3d.inp"..

This was the entire output file.. image image image image

rhdodds commented 2 years ago

Hi G-

I had some input files containing deprecated options on a few commands.

Please replace your example_2 directory with this one

https://www.dropbox.com/s/rgekrw08ps3jibc/example_2.zip?dl=0

I have updated the source on GitHub as well.

Prof. Dodds

vivelakorea commented 2 years ago

Thanks, it works