Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
Flux Struct Reference

A NULL-terminated array of Flux structures passed to output_fluxes()* will create a file (called name) for each flux. More...

#include <hydro.h>

Collaboration diagram for Flux:
[legend]

Data Fields

charname
 
coord s [2]
 
chardesc
 
FILEfp
 

Detailed Description

A NULL-terminated array of Flux structures passed to output_fluxes()* will create a file (called name) for each flux.

Each time output_fluxes() is called a line will be appended to the file. The line contains the time, the total flux and the value of the flux for each \(h\), \(u\) pair in the layer. The desc field can be filled with a longer description of the flux.

Definition at line 719 of file hydro.h.

Field Documentation

◆ desc

char* Flux::desc

Definition at line 722 of file hydro.h.

◆ fp

FILE* Flux::fp

Definition at line 723 of file hydro.h.

◆ name

char* Flux::name

Definition at line 720 of file hydro.h.

◆ s

coord Flux::s[2]

Definition at line 721 of file hydro.h.


The documentation for this struct was generated from the following file: