
STAR-CD Interface
| T | S | U | G |
The translator creates the following STAR-CD input files:
| File type | version 3.0.5.0 or STAR-LT | version 3.1.0.0 |
| Element file | elem | cel |
| Node file | node | vrt |
| Boundary file | bread | bnd |
| Command file | inp | inp |
| Coupling file | cp | cpl |
In the case that not all element orientations can be resolved, there is a field ("List of priority families in orientation") in which you can specify the most important families to be oriented. You can specify these actual family names in a list separated by spaces, for example:
OUTLT INLET FAM3 ... FAMnIf none of these families are adjacent, then all families listed should be guaranteed proper orientation. In the case that two of these families are adjacent, that family appearing later in the list will be given priority. Thus, the list should be arranged in ascending order of importance; in the example above, FAMn would be given priority over any other adjacent surface families in the list.
The following sections explain how to define properties and boundary
conditions for the STAR-CD interface in MULCAD. For boundary conditions
generated in MED, the user simply needs to fill the appropriate fields
in the GUI.
Element groups and ICTID
The translator creates groups of elements based on the name tagging found in the file ICEM CFD boundary condition file. A group is created for each family found in an unstructured grid file. The family names are used as group names.
Each group of elements with a distinct name gets a distinct ICTID number.
The ICTID are written in the "ctable" of the .inp file where they are listed
with the different group names, types and ICOLOR. The element file contains
the ICTID number of each element.
The translator has 2 different options for setting the ICTID numbers:
Material Property for STAR-CD
By default, all 3D elements are given the type FLUID (bctype=1). This can be modified to SOLID (bctype=2) in the boundary condition menu. The boundary condition type (bctype) is represented by an integer in the STAR-CD element file.
Boundary region number
Each boundary region for which a boundary condition is defined is represented
by a list of shell elements in the STAR-CD boundary file. The boundary
condition itself is written in the STAR-CD command file. The description
of the boundary elements in the STAR-CD boundary file includes their connectivity,
boundary region numbers and group names.
Defining boundary condition for STAR-CD
The following boundary conditions are supported by the translator. The boundary elements for which such conditions are defined, are written in the STAR-CD boundary file with their boundary region number. The properties of all the boundary regions are listed in the command file.
The following sections explain how to define boundary conditions for
the STAR-CD interface in MULCAD. For boundary conditions generated
in MED, the user simply needs to fill the appropriate fields in the GUI.
BAFFLE (bctype=3)
| MULCAD field | Data |
| 1. FLAG | Enter the string BAFFL |
| 2. NR | Enter 1 for SLIP, 2 for NO-SLIP |
| 3. VALUE | Enter 1 for ADIABATIC, 2 for FIXED,
3 for FLUX, 4 for CONDUCTIVE |
| 4. X | If NO-SLIP, enter permeability coefficient ARES |
| 5. Y | If NO-SLIP, enter permeability coefficient BRES |
| 6. Z | If NO-SLIP, enter porosity POROS |
| 8. A | If FIXED, specify temperature
If FLUX, specify flux If CONDUCTIVE, specify resistance |
| 9. B | If FIXED, specify resistance |
| 12. ATTRIB | Enter the string TYPE |
WALL (bctype=4)
| MULCAD field | Data |
| 1. FLAG | Enter the string WALL |
| 2. NR | Enter 1 for SLIP, 2 for NO-SLIP |
| 3. VALUE | Enter 1 for ADIABATIC, 2 for FIXED,
3 for FLUX, 4 for CONDUCTIVE |
| 4. X | If NO-SLIP, enter U |
| 5. Y | If NO-SLIP, enter V |
| 6. Z | If NO-SLIP, enter W |
| 7. SCALE | If NO-SLIP, enter w |
| 8. A | If FIXED, specify temperature
If FLUX, specify flux If CONDUCTIVE, specify resistance |
| 9. B | If FIXED, specify resistance |
| 12. ATTRIB | Enter the string TYPE |
SYMMETRY PLANE(bctype=5)
| MULCAD field | Data |
| 1. FLAG | Enter the string SYMM |
| 12. ATTRIB | Enter the string TYPE |
INLET (bctype=6)
| MULCAD field | Data |
| 1. FLAG | Enter the string INLET |
| 3. VALUE | Enter U |
| 4. X | Enter V |
| 5. Y | Enter W |
| 6. Z | Enter w |
| 7. SCALE | Enter Ke |
| 8. A | Enter eps |
| 9. B | Enter t |
| 12. ATTRIB | Enter the string TYPE |
OUTLET (bctype=7)
| MULCAD field | Data |
| 1. FLAG | Enter the string OUTLT |
| 2. NR | Enter 1 for Split Flow or 2 for Fixed Flow Rate |
| 3. VALUE | Enter the flow split or flow rate |
| 12. ATTRIB | Enter the string TYPE |
PRESSURE (bctype=8)
| MULCAD field | Data |
| 1. FLAG | Enter the string PRESS |
| 2. NR | Enter 1 for PIEZO, 2 for STATIC |
| 3. VALUE | Enter pressure |
| 4. X | Enter 1 if environmental pressure |
| 5. Y | Enter 1 if mean value |
| 6. Z | Enter turbulent intensity |
| 7. SCALE | Enter length scale |
| 8. A | Enter temperature |
| 12. ATTRIB | Enter the string TYPE |
CYCLIC (bctype=9)
| MULCAD field | Data |
| 1. FLAG | Enter the string CYCLC |
| 2. NR | Enter 1 for "integral", 2 for "arbitrary" |
| 3. VALUE | If "arbitrary", enter x-offset |
| 4. X | If "arbitrary", enter y-offset |
| 5. Y | If "arbitrary", enter z-offset |
| 12. ATTRIB | Enter the string TYPE |
(Return)