material_child#

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

Bases: Group

‘child_object_type’ of material.

Attributes

Attribute

Summary

option

The ‘Material’ option.

material_group

Name of material group. Used for categorizing materials in a materials file so that the user interface can show them by group name. The value of this string must be a valid CCL Object name.

materials_list

‘Materials List’ parameter.

binary_material1

First material in a homogeneous binary mixture.

binary_material2

First material in a homogeneous binary mixture.

reactions_list

‘Reactions List’ parameter.

object_origin

Where the Object definition came from.

material_description

Description of material, used for matching materials in a flamelet library.

thermodynamic_state

State type of a pure substance.

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.

additional_materials_list

‘Additional Materials List’ parameter.

constitutive_relation_temperature_criterion

‘Constitutive Relation Temperature Criterion’ parameter.

constitutive_relation_iteration_limit

‘Constitutive Relation Iteration Limit’ parameter.

constitutive_relation_under_relaxation

‘Constitutive Relation Under Relaxation’ parameter.

newton_pressure_criterion

‘Newton Pressure Criterion’ parameter.

newton_pressure_iteration_limit

‘Newton Pressure Iteration Limit’ parameter.

newton_pressure_under_relaxation

‘Newton Pressure Under Relaxation’ parameter.

child_material

A container for Child Material objects.

properties

Holds the definition of all physical properties for a material.

saturation_properties

Defines the saturation properties used for interphase mass transfer or equilibrium mass transfer models. This singleton would point to a data file. In this case only RGP files are currently supported. The saturation pressure and temperature singletons can override this data.

material_analysis

Proximate and ultimate analysis of hydrocarbon fuel.

mixture_materials

Material names for mixture components used by hydrocarbon fuel model.

mixture_properties

Used as a container for specifying bulk properties of both fixed and variable composition mixtures. Ideal Mixture is the default rule for all properties. Individual properties can be overridden using the singleton for that property.

Included in:

Parent

Summary

material

A container for Material objects.