Home
Downloads
Documentation
Installation
User Guide
man-pages
API Documentation
README
Release Notes
Changes
License
Support
SourceForge Project
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
applications
utilities
postProcessing
graphics
ensightFoamReader
USERD_structured_data.H
Go to the documentation of this file.
1
int
USERD_get_block_vector_values_by_component
2
(
3
int
block_number,
4
int
which_vector,
5
int
which_component,
6
float
*vector_array
7
)
8
{
9
return
(Z_OK);
10
}
11
12
int
USERD_get_block_coords_by_component
13
(
14
int
block_number,
15
int
which_component,
16
float
*coord_array
17
)
18
{
19
return
(Z_OK);
20
}
21
22
23
int
USERD_get_block_iblanking
24
(
25
int
block_number,
26
int
*iblank_array
27
)
28
{
29
return
(Z_OK);
30
}
31
32
int
USERD_get_block_scalar_values
33
(
34
int
block_number,
35
int
which_scalar,
36
float
*scalar_array
37
)
38
{
39
return
(Z_OK);
40
}
41
int
USERD_get_ghosts_in_model_flag
(
void
)
42
{
43
return
(Z_OK);
44
}
45
46
int
USERD_get_ghosts_in_block_flag
47
(
48
int
block_number
49
)
50
{
51
return
(Z_OK);
52
}
53
54
int
USERD_get_block_ghost_flags
55
(
56
int
block_number,
57
int
*ghost_flags
58
)
59
{
60
return
(Z_OK);
61
}
62
63
64
// ************************ vim: set sw=4 sts=4 et: ************************ //