This is a set of functions which control the readout of radially symmetric multi-dimensional data. 更多...
#include <math.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "../include/var_struc.h"
#include "../include/file_io.h"
函数 | |
void | file_radial_write_TEC (const struct flu_var FV, const double *R, const char *problem, const double time) |
This function write the radially symmetric 2-D solution into Tecplot output '.tec' files. 更多... | |
This is a set of functions which control the readout of radially symmetric multi-dimensional data.
在文件 file_radial_out.c 中定义.
void file_radial_write_TEC | ( | const struct flu_var | FV, |
const double * | R, | ||
const char * | problem, | ||
const double | time | ||
) |
This function write the radially symmetric 2-D solution into Tecplot output '.tec' files.
[in] | FV | Structure of fluid variable data array in computational grid. |
[in] | R | Array of the r-coordinate data. |
[in] | problem | Name of the numerical results for the test problem. |
[in] | time | The plotting time. |
在文件 file_radial_out.c 第 22 行定义.