Hi
I was checking the theory manual of the constitutive behavior in a porous medium. The manual provides a general effective strain equation that would include the grain bulk moduli, but it doesn't include the pore fluid bulk moduli (nor does it mention anything about young's modulus) in the...
How can i identify a certain material in the subroutine?
Like i wanna do something like this if i have material x and y
If (material .eq. x) then
follow a certain logic
if (material .eq. y) then
follow another logic.
So how can i do that?
...TIME,NODE, COORDS)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION TEMP(NSECPT) ,COORDS(3) ,TIME(2)
REAL Bf(20)
COMMON /TEMP/Bf
write (7,*) 'Bf =', Bf(1), 'UTEMP'
TEMP=Bf(1)
RETURN
END
SUBROUTINE URDFIL(LSTOP, LOVRWRT,KSTEP, KINC,DTIME, TIME)
C
INCLUDE...
When i try to restart my analysis, i get this error message and i don;t understand why.
***ERROR: Features such as new nodes/elements, IMPORT, SYMMETRIC MODEL
GENERATION, MAP SOLUTION are detected in a continuation analysis
where the original model is defined in terms of...
Thanks, but the numbers will be very weird and huge if i do so (for g gravity and water specific gravity). i tried to do simple analysis that i know it converges if i use seconds, but it didn't converge at all when i changed all units to day.
I want to use time=day instead of second in my analysis (to identify element permeability). Does this mean i should convert all time units to day? (including gravity m/day2 instead of 9.81 m/s2)?
in all soil tutorials, to achieve a drained analysis, loads are applied at one step (using very short time and without releasing the pore pressure) , then during the next step pore pressure is identified to be zero and the consolidation behgaviour is monitored with time. My question is, would it...
I am modelling an excavation, and i am wondering which parameter should give me the failure surface (plastic zone). the closest surface to what i was looking for was the AC yield, but still not sure if that is correct. Any ideas?
Hi
There is something i am not sure i do understand it right.
For consolidation (soil analysis-fluid/stress model), when i set a time for the consolidation step (either fixed or automatic) , would abaqus give the results at that time, or would it assume that it is the time for the 100%...