File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -129,12 +129,13 @@ Here is a basic preprocessing example:
129
129
Here is a basic solving example:
130
130
131
131
.. code :: python
132
-
132
+ >> > hostname = " localhost"
133
+ >> > port = " 5000"
133
134
>> > import ansys.dyna.core.solver as solver
134
- >> > dyna= solver.DynaSovler (hostname,port) # connect to the container
135
+ >> > dyna= solver.DynaSolver (hostname,port) # connect to the container
135
136
>> > dyna.push(" cylinder_flow.k" ) # push an input file
136
137
>> > dyna.start(4 ) # start 4 ranks of mppdyna
137
- >> > dyna.run(" i=cylinder_flow.k memory=10m ncycle=20000" ) # begin execution
138
+ >> > dyna.run(" i=./output/ cylinder_flow.k memory=10m ncycle=20000" ) # begin execution
138
139
139
140
Here is a basic postprocessing example:
140
141
You can’t perform that action at this time.
0 commit comments