Hi,
I have the following piece of code:
from abaqus import *
from odbAccess import *
from abaqusConstants import *
import visualization
import fileinput
import os
import shutil
import numpy as np
from odbAccess import *
def tupled_list(mylist,n):
'''group every n elements of the list...
For the first pass I had already done an air cooling simulation from which I mapped the output. So yes I have done this. It
seems to be more complicated in this case.
EDIT: So I found that the data is being mapped but to the wrong mesh. The temperature data from the slab is mapped to the roll...
Hi all,
I'm simulating a hot rolling processes. So far I have simulated a single pass but I now want to model a second pass.
To do this I imported the deformed slab from my first odb as a part in my model for the second pass, I repositioned my
roll for the second pass and then I also want to...
Hello,
First post here so not sure if this is the right place but I'll ask it anyway.
I'm studying about the production of HSS steels. To make HSS steel you austenize the steel to dissolve the alloys (W, Cr, V, Mo) and then quench the steel to give it a martensite structure.
Next the steel...