Search found 2 matches
- Fri Apr 19, 2019 8:14 am
- Forum: Framework
- Topic: getStrain problem
- Replies: 0
- Views: 12358
getStrain problem
hello, I'm trying to create a new material, and I actually have a stress - strain curve but I would divide the strain, in output, by a constant, but if I change this: double Steel10::getStrain(void) { return eps; } to: double Steel10::getStrain(void) { epsf = eps/lp*2; return epsf; } I have no chang...
- Tue Oct 09, 2018 8:11 am
- Forum: Framework
- Topic: SVN Problem
- Replies: 13
- Views: 14814
Re: SVN Problem
Hello, I have some problems with SVN dowloaded from github. 1. '..\..\..\SRC\material\nD\stressDensityModel\StressDensityModel.cpp': No such file or directory 2. '..\..\..\SRC\material\nD\stressDensityModel\StressDensityModel2D.cpp': No such file or directory 3. '..\..\..\SRC\material\nD\stressDensi...