#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "../../util/source/useful.h"
#include "../../util/source/logfile.h"
#include "../../util/source/compiler.h"
#include "../../geometry/source/geom.h"
#include "../../gas_models/source/gas.h"
#include "../../flux_calc/source/flux_calc.h"
#include "../../mb_cns/source/cns_case_id.h"
#include "../../mb_cns/source/cns_work_vector.h"
#include "../../mb_cns/source/cns_debug_level.h"
#include "../../mb_cns/source/cns_cell.h"
#include "../../mb_cns/source/cns_echo.h"
#include "../../mb_cns/source/cns_bc_defs.h"
#include "../../mb_cns/source/mb_cfg.h"
#include "./e_block.h"
#include "./e_tavg.h"
Functions | |
| int | t_avg_3D (struct block_data_3D *A, int n, double dtav) |
| Normalising the time integral by the time interval. | |
| int | t_avg_normalise_3D (struct block_data_3D *A, int nav, double dtav) |
| Normalising the time integral by the time interval. | |
|
||||||||||||||||
|
Normalising the time integral by the time interval.
This function calculates the integral summation over the specified time interval
Averaged values are kept in a new data structure within cell center and thus do not affect the solution. Data is written out to .av files in write_averaged_solution() within cns_io.c.
|
|
||||||||||||||||
|
Normalising the time integral by the time interval.
This function normalises the integral summation over the specified time interval by that time interval
|
1.4.4