Glyph Version 7.22.2 |
pw:: OversetGlobal actions of the application Derives FromSummary
setCaseName
Set the case name for the current overset grid assembler. Parameters
ReturnsThis action returns nothing. ExampleCode pw::Overset setCaseName "wing-body" getCaseName
Get the case name for the current overset grid assembly. ParametersNone. ReturnsThis action returns the current OGA case name as a string. ExampleCode pw::Overset getCaseName setAdaptTargets
Set the adaptation targets for the current overset grid assembler. Parameters
ReturnsThis action returns nothing. ExampleCode pw::Overset setAdaptTargets "fringe orphan" checkAttributeTree
Validate the current overset grid assembler. Parameters
ReturnsThis action returns a list of nodes that failed validation. export
Export files needed by the current overset grid assembler. Parameters
ReturnsThis action returns an empty string if successful. A non-empty string indicates a warning. ExampleCode set path "/some/path/to/your/case" run
Run the current overset grid assembly case using a local or remote grid assembly server. Parameters
ReturnsThis action returns true if successful. ExampleCode set path "/some/path/to/your/case" getAssemblyLog
Return the log from the last overset grid assembly run. ParametersNone. ReturnsThis action returns a string containing the log of the most recent overset grid assembly report. ExampleCode pw::Overset getAssemblyLog getAssemblyReport
Return the report from the last overset grid assembly run. ParametersNone. ReturnsThis action returns a string containing the results of the most recent overset grid assembly report. ExampleCode pw::Overset getAssemblyReport import
Import overset grid assembly results. Parameters
ReturnsThis action returns an empty string if successful. A non-empty string indicates a warning. ExampleCode set path "/some/path/to/your/case" checkAssembler
Queries a remote overset assembly server about whether it supports the current OGA assembler. Parameters
ReturnsReturns true if the server supports the specified overset assembler. See Alsopw::Application.setOversetAssembler, pw::Application.getOversetAssembler ExampleCode set host SomeHost |
Set the case name for the current overset grid assembler.
pw::Overset setCaseName name
Get the case name for the current overset grid assembly.
pw::Overset getCaseName
Set the adaptation targets for the current overset grid assembler.
pw::Overset setAdaptTargets overset_object_types
Get the adaptation targets for the current overset grid assembly.
pw::Overset getAdaptTargets
Validate the current overset grid assembler.
pw::Overset checkAttributeTree resultsVar
Export files needed by the current overset grid assembler.
pw::Overset export ?-path path? ?-clean?
Run the current overset grid assembly case using a local or remote grid assembly server.
pw::Overset run ?-path path? ?-host host -port port ?-clean??
Return the log from the last overset grid assembly run.
pw::Overset getAssemblyLog
Return the report from the last overset grid assembly run.
pw::Overset getAssemblyReport
Import overset grid assembly results.
pw::Overset import ?-path path? ?entities?
Queries a remote overset assembly server about whether it supports the current OGA assembler.
pw::Overset checkAssembler -host host -port port
This action sets the current overset assembler.
pw::Application setOversetAssembler name
This action gets the name of the current overset assembler.
pw::Application getOversetAssembler