pyCAPS
pyCAPS: A Python Extension Module for CAPS
Loading...
Searching...
No Matches
problem6.py
Example use case for the pyCAPS.capsProblem.createTree() function.
Example use case for the pyCAPS.capsProblem.createTree() function.
1
# Use: Check creating a tree on the problem
2
import
pyCAPS
3
4
# Load a *.csm file "./csmData/cfdMultiBody.csm" into our newly created problem.
5
myProblem = myProblem.Porblem(problemName =
"outLevelExample"
,
6
capsFile=
"csmData/cfdMultiBody.csm"
,
7
outLevel=
"debug"
)
8
9
# Create problem tree
10
myProblem.createTree()
Generated on Tue Jul 1 2025 16:33:10 for pyCAPS by
1.9.8