Example use case for the pyCAPS.capsProblem.loadCAPS() function in which are multiple problems with geometry are created.
7 print(
"Initiating capsProblems")
16 print(
"Loading file into our capsProblems")
19 myProblem.loadCAPS(
"./csmData/cfdMultiBody.csm",
"basicTest")
22 myProblemNew.loadCAPS(
"./csmData/cfdMultiBody.csm",
"basicTest")
25 print(
"Closing our problems")
27 myProblemNew.closeCAPS()