Remarks
ExamplesFEM_INPUT ID_NAME = my_finite_element_models FILE = my_fe_model.inp ADD_FILE = restriction_elements_left.inp ADD_FILE = restriction_elements_right.inp END_ If you have three Abaqus jobs where the first one is a pre-load step which is to be used in the two following jobs. Also, the first job is run with 24 CPUs, the other ones with just 12 CPUs. Your FEM_INPUT command could then look like the following: FEM_INPUT ID_NAME = model FILE = input1.inp FILE_ADD_CALL = cpus=24 FILE = input2.inp FILE_ADD_CALL = cpus=12 globalmodel=input1.inp FILE = input3.inp FILE_ADD_CALL = cpus=12 globalmodel=input1.inp END_ |