Search found 73 matches

by tusharkantimandal
Sat Jun 02, 2012 9:58 pm
Forum: OpenSees.exe Users
Topic: Drucker Prager material doesn't consider Flow beyond yield
Replies: 4
Views: 4570

Re: Drucker Prager material doesn't consider Flow beyond yie

gerber wrote: > I also try to use Drucker Prager material to simulate concrete behavior. > I made a uniaxial loading test in a conrete cube and I noticed an elastic > totally plastic behavior. > The strength was right ( 20 MPa) but the strain was very small in the end > of the elastic area (0,07%). ...
by tusharkantimandal
Sat Jun 02, 2012 9:53 pm
Forum: OpenSees.exe Users
Topic: SSPBrick element "strain recorder" doesn't work
Replies: 3
Views: 2900

Re: SSPBrick element "strain recorder" doesn't work

fmk wrote:
> what is the material command.
I have used "nDMaterial Drucker Prager"....all responses I am getting otherthan strain.
by tusharkantimandal
Wed May 30, 2012 11:55 am
Forum: OpenSees.exe Users
Topic: Strain Recorder for shell element
Replies: 1
Views: 1855

Strain Recorder for shell element

Hi all, Strain recorder not defined for ShellMITC4/ or any other shell element, though stress recorder is defined for those.. Its very strange. It need to be updated. Plz. look into the matter. Can we do the coding for this purpose. Plz. give some idea how to do this... waiting for your valuable sug...
by tusharkantimandal
Wed May 30, 2012 11:52 am
Forum: OpenSees.exe Users
Topic: SSPBrick element "strain recorder" doesn't work
Replies: 3
Views: 2900

SSPBrick element "strain recorder" doesn't work

Hi all, For SSPBrick element strain recorder is not working...other recorders are working fine...vesna, silvia plz. look into the matter... ### basic format of the code ### model BasicBuilder -ndm 3 -ndf 3 .... element SSPbrick 1 1 2 3 4 5 6 7 8 $matTag 0.0 0.0 0.0 .... recorder Element -ele 1 -time...
by tusharkantimandal
Wed May 30, 2012 11:30 am
Forum: OpenSees.exe Users
Topic: nDMaterial Template3Dep in OpenSees2.3.1
Replies: 2
Views: 2584

nDMaterial Template3Dep in OpenSees2.3.1

Hi all, Is "nDMaterial Template3Dep" is there in OpenSees2.3.1 or it has been removed? I tried this material to model concrete using the some example file by B. Jeremic. But it's showing following ERROR: ### ERROR #### nDMaterial Template3Dep Invalid material tag -DP.. Warning: Could not c...
by tusharkantimandal
Wed May 30, 2012 11:15 am
Forum: OpenSees.exe Users
Topic: dispBeamColumn element CAN NOT include shear behaviour
Replies: 2
Views: 4485

Re: dispBeamColumn element CAN NOT include shear behaviour

vesna wrote: > To achieve the accurate response in nonlinear range of behavior you need to > use several displacement based beam-column elements in place of one > force-based beam-column element. Check this out: > http://opensees.berkeley.edu/wiki/index.php/Discovering_OpenSees_--_Force-based_Elemen...
by tusharkantimandal
Wed May 30, 2012 5:04 am
Forum: OpenSees.exe Users
Topic: Drucker Prager material doesn't consider Flow beyond yield
Replies: 4
Views: 4570

Drucker Prager material doesn't consider Flow beyond yield

Hi all, I was trying to model concrete as nDMaterial drucker prager. Doing so, I found that: (1) Beyond yield it doesn't consider the flow of material. That's why the stress-strain curve NEVER goes down, it is continuously increasing. and The stress values get magnified when hardening parameters are...
by tusharkantimandal
Wed May 23, 2012 2:13 am
Forum: OpenSees.exe Users
Topic: stress or strain recorder for shell element
Replies: 9
Views: 7102

Re: stress or strain recorder for shell element

gerber wrote:
> How can you match Drucker Prager with shell element via plate fiber
> section??? Does it work??
> i thought that I couldn`t use plate fiber section in the last versions
yea. it works. but it can not record the strain..only stresses..
by tusharkantimandal
Wed May 23, 2012 2:11 am
Forum: OpenSees.exe Users
Topic: stress or strain recorder for shell element
Replies: 9
Views: 7102

Re: stress or strain recorder for shell element

vesna wrote: > It seems that the Plate Fiber wrapper material does not support recorder > arguments of Drucker Prager material. > > You can only record forces and stresses of shell elements. Here is how you > can record stresses: > recorder Element -file $output/stress1.out -time -ele 1 stresses I n...
by tusharkantimandal
Sat May 19, 2012 9:42 pm
Forum: OpenSees.exe Users
Topic: stress or strain recorder for shell element
Replies: 9
Views: 7102

Re: stress or strain recorder for shell element

vesna wrote:
> your stress/strain recorders look ok to me. however, if there is any
> recorder upfront that was not defined properly the later ones won't work.
Plz. run this code in your pc and check if it's working properly. Thank U in advance.
by tusharkantimandal
Sat May 19, 2012 12:08 am
Forum: OpenSees.exe Users
Topic: stress or strain recorder for shell element
Replies: 9
Views: 7102

Re: stress or strain recorder for shell element

vesna wrote: > your stress/strain recorders look ok to me. however, if there is any > recorder upfront that was not defined properly the later ones won't work. Hi Vesna, I have check my code once again. The node recorders, Element force recorder is working properly giving outputs of nodal displaceme...
by tusharkantimandal
Fri May 18, 2012 11:59 pm
Forum: OpenSees.exe Users
Topic: dispBeamColumn element CAN NOT include shear behaviour
Replies: 2
Views: 4485

dispBeamColumn element CAN NOT include shear behaviour

Hi all, I was trying to check which element type is suitable for my work: forceBeamColumn or dispbeamcolumn. In my work I need to aggregate a fiber section with a uniaxial material to incorporate the shear behaviour. what I can found that: (1) Modal period values and nodal response values are coming...
by tusharkantimandal
Thu May 17, 2012 9:57 pm
Forum: OpenSees.exe Users
Topic: Reg. "reset" command
Replies: 2
Views: 2367

Re: Reg. "reset" command

vesna wrote: > "Reset" command sets the state of the domain to its original > state ("virgin" state). It is very different from "remove > loadPattern" command. "remove loadPatter" command brings the > forces of the specified load pattern to zero. This does not...
by tusharkantimandal
Thu May 17, 2012 9:51 pm
Forum: OpenSees.exe Users
Topic: stress or strain recorder for shell element
Replies: 9
Views: 7102

Re: stress or strain recorder for shell element

vesna wrote: > When you see something like that that indicates inappropriate definition of > the recorder. > > This one is not define properly: > recorder Node -file $output/disp$mon_node$C.out -time -node $mon_node -dof > $mon_dof disp; > > Try this one: > recorder Node -file [format "$output/...