I want to identify the parameters of several uniaxial material laws based on test data. For this purpose I want to use the c++-files in a Matlab Skript. For me it is difficult to assign material law commands to the c++-files. May you help with:
uniaxialMaterial Bilin --> Bilinear.cpp
uniaxialMaterial ModIMKPeakOriented --> ?
uniaxialMaterial ModIMKPinching --> Pinching.cpp or PinchingDamage.cpp ?
uniaxialMaterial SAWS --> ?
uniaxialMaterial BoucWen --> BoucWenMaterial.cpp
uniaxialMaterial BWBN -->?
assign commands to c++-files
Moderators: silvia, selimgunay, Moderators
-
- Posts: 1
- Joined: Tue Jan 29, 2013 12:30 am
- Location: RWTH Aachen
Re: assign commands to c++-files
ModIMKPeakOriented - SRC/material/unixaial/ModIMKPeakOriented.cpp
SAWS - SRC/material/unixial/SAWSMaterial.cpp
BWBN - SRC/material/uniaxial/BWBN.cpp
instead of compilingand linking these into matlab (which is possible) it migh tbe easier to just create a script and run it from matlab.
SAWS - SRC/material/unixial/SAWSMaterial.cpp
BWBN - SRC/material/uniaxial/BWBN.cpp
instead of compilingand linking these into matlab (which is possible) it migh tbe easier to just create a script and run it from matlab.