DEM Output
sakarapu
Member Posts: 3
**
in Structures
Answers
-
Hi @sakarapu thanks for posting! I have pinged @AKD-Scripting-Team and hopefully one their members will be able to help you out.
0 -
@sakarapu DEM radius can't be found out using DPF for now, the developer is informed and it will be implemented in the next release. For nodal coordinates you can use the following code:
from ansys.dpf import core as dpf d3plot = r”\Path\to\d3plot” ds = dpf.DataSources() ds.set_result_file_path(d3plot, "d3plot") model = dpf.Model(ds) print(model) ncoord_f = model.metadata.meshed_region.nodes.coordinates_field
0