I am trying to import an abaqus model with a few different load cases, but every time I try I keep getting this error:
System.InvalidOperationException: Abaqus load case names are out of sync. Frame=2 StepLoadCaseName=GUST-1GFrameLoadCaseName=SIDEGUST1G
at HS.FeaImport.AbaqusOdbForceImporter.Import()
at HS.FeaImport.ForceImporter.Import()
at HS.FeaImport.FeaImportProgram.<>c.<Main>b__0_0(ForceImporterInput input, Action`2 statusUpdate)
at HsCommon.ProcessMonitor.MonitorService.RunWorkerFunction[TIn](Action`2 runTask, Func`2 parseCommandLine, String[] args)
I have tried renaming the load cases, as well as turning off all load cases except one, and I still get the same error. If I click OK I can move on and select my components in my model, as well as do a detailed sizing, but the error pops up again even if I use User Loads rather than FEA loads. Do you know how I can fix this error? Thanks for your help!