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

#include <gauges.h>

Data Fields

charname
 
double x
 
double y
 
chardesc
 
FILEfp
 

Detailed Description

Tide gauges

An array of Gauge structures passed to output_gauges() will create a file (called name) for each gauge. Each time output_gauges() is called a line will be appended to the file. The line contains the time and the value of each scalar in list in the cell containing (x,y)*. The desc field can be filled with a longer description of the gauge.

Definition at line 13 of file gauges.h.

Field Documentation

◆ desc

char* Gauge::desc

Definition at line 16 of file gauges.h.

◆ fp

FILE* Gauge::fp

Definition at line 17 of file gauges.h.

◆ name

char* Gauge::name

Definition at line 14 of file gauges.h.

◆ x

double Gauge::x

Definition at line 15 of file gauges.h.

◆ y

double Gauge::y

Definition at line 15 of file gauges.h.


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