14.7. The timebc.dat file

This file is used to impose nodal values of specific variables at predefined time levels. Although it is intended for unsteady computations, it can also be used in steady computations. The format is as follows:

 
 ntsteps 1 1 
 time_level nmbr_bc_conds nmbr_bc_conds 
 nodeid var_nbr value [domain] 
 nodeid var_nbr value [domain] 
 nodeid var_nbr value [domain] 
 ...... ....... ..... ...... 
 ...... ....... ..... ...... 
 ...... ....... ..... ...... 
 time_level nmbr_bc_conds nmbr_bc_conds 
 nodeid var_nbr value [domain] 
 nodeid var_nbr value [domain] 
 nodeid var_nbr value [domain] 
 ...... ....... ..... ...... 
 ...... ....... ..... ...... 
 ...... ....... ..... ...... 
 time_level nmbr_bc_conds nmbr_bc_conds 
 nodeid var_nbr value [domain] 
 nodeid var_nbr value [domain] 
 nodeid var_nbr value [domain] 
 ...... ....... ..... ...... 
 ...... ....... ..... ...... 
 ...... ....... ..... ...... 

where:

  • ntsteps

Number of time levels (32-bit integer)
  • time_level

Current time level (64-bit double-precision)
  • nmbr_bc_conds

Number of boundary conditions to impose at each time level (32-bit integer)
  • nodeid

Node number (32-bit integer)
  • var_nbr

Number of the variable to impose, see Table 14.4: List of Variable Numbers in timebc.dat (32-bit integer)
  • value

Value of the variable to impose (64-bit double-precision)
  • domain

Number of the grid domain, grid stitching mode only (32-bit integer). It can be omitted if only one domain is present

Note:  The table should be ordered by increasing node number for computational efficiency. When multiple variables are imposed at a node, they should appear sequentially.


The list of assignable variables is shown in the table below

Table 14.4: List of Variable Numbers in timebc.dat

var_nbrVariable
1pressure (Pa)
2x-velocity (air) (m/s)
3y-velocity (air) (m/s)
4z-velocity (air) (m/s)
5temperature (K)
6heat flux (W/m2)
7LWC (kg/m3)
8x-velocity (drop) (m/s)
9y-velocity (drop) (m/s)
10z-velocity (drop) (m/s)
11drop diameter (m)r
12nu-tilde (m2/s)/kay (m2/s2)
13epsilon (m2/s3)/omega (s-1)
14total pressure (Pa)
15total temperature (K)
16flow angle α (deg)
17flow angle β (deg)
18ice crystal content (kg/m3)
19x-velocity (crystal) (m/s)
20y-velocity (crystal) (m/s)
21z-velocity (crystal) (m/s)