Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 a, pwu::Plane
 abort, pw::Mode
 Adaptation, pw::TRexCondition
 Adaptation(Default), pw::TRexCondition
 add
 addAllEntities, pw::CaeExporter
 addAttachmentPoint, pw::Framework
 addBlock, pw::CutPlane
 addBoundaryConditionFilter, pw::VolumeMesher
 addBoundaryFilter, pw::DatabaseMesher
 addBoundaryFilterDefinition, pw::DatabaseMesher
 addBreakPoint, pw::Connector
 addCAESolverAttribute, pw::Application
 addChild
 addConnector, pw::Edge
 addDomain
 addEdge, pw::Domain
 addEntities, pw::CaeExporter
 addEntity
 addFace
 addFilter, pw::DatabaseMesher
 addMappingFilter, pw::DatabaseMesher
 addPoint
 addPoints, pw::SourcePointCloud
 addSavedCut, pw::Examine
 addSegment
 addSourcePoints, pw::SourcePointCloud
 affine, pwu::Vector3
 Algorithm, pw::DomainUnstructured
 Algorithm(Default), pw::DomainUnstructured
 AlignCellsToSources, pw::DomainUnstructured
 alignOrientation
 AllowedBoundaryConditions, pw::Application
 AllowedCollarBoundaryConditions, pw::Application
 AllowedDataPrecision, pw::Application
 AllowedElements, pw::Application
 AllowedElementTopologies, pw::Application
 AllowedExportConditionsOnly, pw::Application
 AllowedExportMirroring, pw::Application
 AllowedFileByteOrder, pw::Application
 AllowedFileFormats, pw::Application
 AllowedVolumeConditions, pw::Application
 AllowIncomplete
 angle, pwu::Quaternion
 AppendMode, pw::ProjectLoader
 apply
 applyMetric, pw::CutPlane
 applyToDirection, pwu::Transform
 applyToNormal, pwu::Transform
 applyToPlane, pwu::Transform
 applyTRex, pw::Connector
 applyTRex(static), pw::Connector
 AppMachine, pw::Application
 AppName, pw::Application
 AppNameAndVersion, pw::Application
 AppVersion, pw::Application
 AppVersionCandidate, pw::Application
 AppVersionMajor, pw::Application
 AppVersionMinor, pw::Application
 AppVersionRelease, pw::Application
 areCAESolverVariablesSupported, pw::Application
 areOversetBCsCompatible, pw::Application
 assemble
 assembleMultiple, pw::Quilt
 AssemblyAllowed, pw::Application
 attach, pw::Framework
 attachAttributeDictionary, pw::DatabaseEntity
 AutomaticAngleValue, pw::TRexCondition
 AutomaticAspectRatioValue, pw::TRexCondition
 AutomaticPrecision, pw::Display
 AutomaticWallValue, pw::TRexCondition
 axis, pwu::Quaternion
pwu::Plane a plane
Get the A plane coefficient
$mode abort
This action ends this mode and discards changes made during the mode.
$tc get/setAdaptation adapt
This attribute is the adaptation type of the T-Rex condition.
pw::TRexCondition get/setDefault Adaptation type
This default is the adaptation of a T-Rex condition when created.
$collection add entity_list
This action adds members to a collection.
$rule add entity
This action adds an entity to the rule.
pwu::Time add time1 time2
Add two times together
pwu::Vector2 add vec1 vec2
Add two vectors together and return the result
pwu::Vector3 add vec1 vec2
Add two vectors together and return the result
$io addAllEntities
This action adds all mode appropriate entities from all frameworks to the uninitialized mode.
$framework addAttachmentPoint ?-name name? location up forward
This action adds an attachment point to a framework.
$cutPlane addBlock $block
This action specifies a block or list of blocks to be intersected by the cutting plane.
$mesher addBoundaryConditionFilter name
This command creates a new boundary condition filter.
$mesher addBoundaryFilter ?filter_name?
This action adds a new boundary filter to control how stretching is applied to the matching boundaries.
$mesher addBoundaryFilterDefinition filter_name pattern_list
This method adds a new entry to the end of a current boundary filter definition.
$con addBreakPoint ?< -control | -arc | -X | -Y | -Z | -U | -V >? value
This action adds one or more break points to the list of break points.
pw::Application addCAESolverAttribute group name type access desc val range
This action adds the named attribute to the current CAE solver.
$parent addChild child
This action adds a child pw::Framework object to the framework.
$node addChild node_or_type
This action adds a child node to the node hierarchy.
$edge addConnector connector
This action adds a connector to the end of this edge.
$face addDomain ?-linkage linkage? domain
This action adds a domain to this face.
$cloud addDomain domain decay
This action adds a domain’s points to the source point cloud.
$dom addEdge edge
This action adds an edge to the domain.
$io addEntities ?-path path? entities
This action adds entities to the uninitialized mode.
$examine addEntity entities
This action adds one or more entities to the examine object.
$group addEntity entity_list
This action adds one or more entities to a group.
$block addFace face
This action adds a face to the block.
$block addFace face
This action adds a face to the block.
$block addFace face
This action adds a face to the block.
$mesher addFilter ?-type filter_type? ?-priority < index | name >? ?-name name? value ?pattern_list?
This action adds a new, mesher mode filter to a filter queue.
$mesher addMappingFilter ?-priority < index | name >? ?-name name? value ?pattern_list ?equal_spacing ?force_adjacent ?max_aspect_ratio?
This action adds a new mapping filter for the mesher mode.
$splitter addPoint point
This action adds an explicit point to split the quilts at.
$segment addPoint point
This action adds a control point to the end of the control points for this curve segment.
$cloud addPoint xyz spacing decay
This action adds a point to the source point cloud.
$cloud addPoints point_data
This action adds a list of points to the source point cloud.
pw::Examine addSavedCut type value <block | form> ?-excludeCellTypes type_list? ?user_normal?
This action adds a cut to the list of saved cuts for block examine.
$con addSegment segment
This action adds the segment to the end of the segments in the connector.
$curve addSegment segment
This action adds the segment to the end of the segments in the curve.
$srcCrv addSegment segment
This action adds the segment to the end of the segments in the curve.
$cloud addSourcePoints source ?spacing? ?multiplier?
This action adds points to the source point cloud from another source entity, using the primitive points that a source defines when the background spacing is as given
pwu::Vector3 affine s vec1 vec2
Return a vector that is the affine combination of two vectors
$dom get/setUnstructuredSolverAttribute Algorithm < Delaunay | AdvancingFront | AdvancingFrontOrtho | ThinSurfaceInterpolation >.
This attribute is the algorithm to use when initializing the interior of the domain.
pw::DomainUnstructured get/setDefault Algorithm algorithm
This default is the meshing algorithm of an unstructured domain when it is created.
$dom get/setUnstructuredSolverAttribute AlignCellsToSources value
This attribute is the flag which controls whether cells should be aligned to source curves.
$block alignOrientation blocks
This action aligns the IJK orientation of the given blocks with this block.
$con alignOrientation connectors
This action aligns the I orientation of the given connectors with this connector.
$curve alignOrientation ?-tolerance tol? curves
This action aligns the U orientation of the given curves with this curve.
$dom alignOrientation domains
This action aligns the IJK orientation of the given domains with this domain.
$dom alignOrientation domains
This action aligns the normal orientation of the given domains with this domain.
$model alignOrientation ?-tolerance tol? models
This action aligns the normal orientation of the given models with this model.
$shell alignOrientation ?-tolerance tol? shells
This action aligns the normal orientation of the given shells with this shell.
$srcCrv alignOrientation ?-tolerance tol? curves
This action aligns the U orientation of the given source curves with this source curve.
$surf alignOrientation ?-tolerance tol? surfaces
This action aligns the UV orientation of the given surfaces with this surface.
pw::Application getOversetAssemblerAttribute AllowedBoundaryConditions
This gets the flag that indicates whether the current overset assembler allows boundary conditions.
pw::Application getOversetAssemblerAttribute AllowedCollarBoundaryConditions
This gets the flag that indicates whether the current overset assembler allows collar boundary conditions.
pw::Application getCAESolverAttribute AllowedDataPrecision
This gets the allowed data precision when exporting for the CAE solver.
pw::Application getCAESolverAttribute AllowedElements
This gets a list of the element types supported by the CAE solver.
pw::Application getCAESolverAttribute AllowedElementTopologies
This gets a list of the element topologies supported by the CAE solver.
pw::Application getCAESolverAttribute AllowedExportConditionsOnly
This gets a boolean flag that indicates whether the CAE solver allows export of the conditions data without having to export the grid data.
pw::Application getCAESolverAttribute AllowedExportMirroring
This returns a boolean flag that indicates whether the CAE solver supports setting an export mirror plane.
pw::Application getCAESolverAttribute AllowedFileByteOrder
This gets the allowed file byte order when exporting for the CAE solver.
pw::Application getCAESolverAttribute AllowedFileFormats
This gets the allowed file formats when exporting for the CAE solver.
pw::Application getCAESolverAttribute AllowedVolumeConditions
This returns a boolean flag that indicates whether the CAE solver supports the volume conditions.
$solver get/setAllowIncomplete value
This attribute controls whether the pw::Solver.run command will throw an error if initialization produces an incomplete grid.
$solver get/setAllowIncomplete value
This attribute controls whether the pw::Solver.run command will throw an error if initialization produces an incomplete grid.
pwu::Quaternion angle quat
Get the angle of a quaternion
$loader get/setAppendMode append
This attribute controls whether the data being loaded is treated as an append or a replace.
$bc apply register_or_entity_list
This action applies this boundary condition to a set of entities and/or entity registers.
$tc apply register_or_entity_list
This action applies this TRex boundary condition to a set of entities and/or entity registers.
$vc apply entity_list
This action applies this volume condition to the given domains or blocks.
pwu::Transform apply matrix vec
Transform a vector point matrix by the given transform matrix
pw::CutPlane applyMetric
This action applies a block metric function name to the cuts.
pwu::Transform applyToDirection matrix dir
Transform a direction vector by the given transform matrix.
pwu::Transform applyToNormal matrix normal
Transform a normal vector by the given transform matrix.
pwu::Transform applyToPlane matrix plane
Transform a plane by the given transform matrix.
$con applyTRex ?<-wall bc1 | -angle bc1 | -aspectratio bc1 | -maxaspectratio bc1>? ?-adjacent bc2? ?-domains domainVar?
This action will create (if not specified) and apply a T-Rex boundary condition to the unstructured domains that use this connector.
pw::Connector applyTRex ?-refine? ?<-wall bc1 | -angle bc1 | -aspectratio bc1 | -maxaspectratio bc1>? ?-adjacent bc2? ?-unused connectorVar? ?-domains domainVar? connectors
This action will create (if not specified) and apply T-Rex boundary conditions to the unstructured domains that use the given connectors.
pw::Application getRuntimeAttribute AppMachine
Application machine architecture.
pw::Application getRuntimeAttribute AppName
Application name.
pw::Application getRuntimeAttribute AppNameAndVersion
Application name and version.
pw::Application getRuntimeAttribute AppVersion
Application version.
pw::Application getRuntimeAttribute AppVersionCandidate
Application candidate version number.
pw::Application getRuntimeAttribute AppVersionMajor
Application major version number.
pw::Application getRuntimeAttribute AppVersionMinor
Application minor version number.
pw::Application getRuntimeAttribute AppVersionRelease
Application release version number.
pw::Application areCAESolverVariablesSupported
This action returns whether settable variables are supported by the current CAE solver.
pw::Application areOversetBCsCompatible name
This action return whether overset boundary conditions are compatible between the current assembler and another
pw::Model assemble ?-tolerance tol? ?-quiltMaximumAngle angle? ?-quiltboundaryMaximumAngle angle? ?-allowEmbeddedRegions? ?-reject rejectVar? ?-rejectReason rejectReasonVar? ?-rejectLocation rejectLocationVar? entities
This action assembles adjacent models when the edges are within the given tolerance.
pw::Quilt assemble ?-maximumAngle angle? ?-boundaryMaximumAngle angle? quilts
This action assembles adjacent quilts within the same model when the maximum bend angle has not been exceeded.
pw::Quilt assembleMultiple ?-maximumAngle angle? ?-boundaryMaximumAngle angle? quiltArrays
This action assembles adjacent quilts within the same model when the maximum bend angle has not been exceeded.
pw::Application getOversetAssemblerAttribute AssemblyAllowed
This gets the flag that indicates whether the current overset assembler allows overset grid assembly.
$parent attach parent_path parent_attachment_point child_path child_attachment_point
This action transforms the framework such that the parent attachment point and the child attachment point line up in the global transform space.
$entity attachAttributeDictionary ?-part part? ?-exclusiveClass? attr_dict
This action attaches a pw::AttributeDictionary object to this entity.
pw::TRexCondition get/setAutomaticAngleValue angle
This attribute is the angle to automatically determine the local spacing apply whenever the type of a T-Rex condition is set to Angle.
pw::TRexCondition get/setAutomaticAspectRatioValue ratio
This attribute is the aspect ratio to automatically determine the local spacing apply whenever the type of a T-Rex condition is set to AspectRatio or MaximumAspectRatio.
pw::Display get/setAutomaticPrecision bool
This attribute controls whether the display switches between single and double precision graphics modes as needed.
pw::TRexCondition get/setAutomaticWallValue spacing
This attribute is the spacing to automatically apply whenever the type of a T-Rex condition is set to Wall.
pwu::Quaternion axis quat
Get the axis vector of a quaternion
Close