You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
simulacion-permeabilidad/fftma_module/gen/lib_src/pressure.h

21 lines
461 B
C

#include "genlib.h"
#include "geostat.h"
#include <stdlib.h>
#include <string.h>
#ifndef _PRESSURE_H
#define _PRESSURE_H
/*STRUCTURES*/
/*----------*/
/* pressure_mod */
/* x: macroscopic gradient value in x direction */
/* y: macroscopic gradient value in x direction */
/* z: macroscopic gradient value in x direction */
struct pressure_mod {
double x, y, z;
};
#endif // define _PRESSURE_H