domain_child#

class ansys.cfx.core.generated.pre_processing.settings_261.domain_child.domain_child(name: str | None = None, parent=None)#

Bases: Group

‘child_object_type’ of domain.

Attributes

Attribute

Summary

location

‘Location’ parameter.

domain_type

‘Domain Type’ parameter.

coord_frame

Local coordinate frame for computing expressions. The default at the top level of the command data structure is Coord 0, that is no transformation. The default at lower levels is to inherit the value from objects higher up the structure.

number_of_passages_in_360

‘Number of Passages in 360’ parameter.

number_of_passages_in_component

‘Number of Passages in Component’ parameter.

solid_definition

A container for Solid Definition objects.

fluid_definition

A container for Fluid Definition objects.

domain_models

Defines the physical models that are associated with the domain.

multiphase_models

Defines the overall models that control the interaction of two or more phases.

fluid_models

Defines the model details that operate on individual fluids within the domain.

solid_models

Defines the model details that operate on the solids within the domain.

fluid_pair

A container for Fluid Pair objects.

particle_injection_region

A container for Particle Injection Region objects.

tube_definition

A container for Tube Definition objects.

shell_and_tube_models

Holds the definition of shell and tube models.

porosity_models

Describes loss model for a porous domain.

boundary_models

Defines the physical models that are associated with boundaries.

boundary

A container for Boundary objects.

injection_region

A container for Injection Region objects.

subdomain

A container for Subdomain objects.

source_point

A container for Source Point objects.

initialisation

Defines the initialisation of flow-field variables.

solver_control

Holds all objects that control discretization and execution of the solution process.

Included in:

Parent

Summary

domain

A container for Domain objects.