Skip to content

Help Wanted: How to get User-Defined-Results from rst-file with pydpf #413

Open
@jaegseb

Description

@jaegseb

Hello, im trying to get custom results from rst file with the custim operator:

`from ansys.dpf import core as dpf

myFile = "N:/.../file.rst"
myModel = dpf.Model(myFile)

op = dpf.operators.result.custom() # operator instantiation
op.inputs.data_sources.connect(myModel)
result = op.outputs.fields_container()`

but i always get the following error: DPFServerException: custom<-Source operator "mapdl::rst::custom" not found

Anyone know how to fix this?

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions