Hi there!
I have a script which can write *.csv file with name lets say 1.csv
I'm going to preform parametric study, so ODB name will be same.
If do so script will just overwrite my 1.csv file and that's it.
How to change a script so it will check existed name (number) and add +1 instead...
Hello,
I have a txt-file which looks like this:
1 2.
2 2.
3 2.
........
5758 4.
5759 4.
5760 4.
where 1st column - elem number, 2nd -some parameter
I'd like read data from text file into subroutine SDVINI
and I need use this data for further purposes in UMAT subroutine...
Hello Dears!
could you help me please.
I wrote a small umat subr, but it works doesn't correctly
I have 2 steps
Dens=7800
for Emodulus i use next eq. E=Dens**2.5
at first i define DDSDDE, stess, strain, strain energy denity, and parametr S
if S < some value then Ddens=7800
and then...
Hello everyone!
Could you help me please with a simple problem.
I am a PhD student working in the biomechanics field and I should use some "smart" materials. I am doing simulations young's modulus time-dependency
I have never written a subroutine code
I'd like to use some equation [see...
I'm trying to simulate a plate with different thickness elastic modulus.
I use subroutine and usdfld
For a rectangular plate I did.
But for a circular plate need to use a cylindrical coordinate system, because I want to simulate a different modulus of elasticity in the radial direction
I...