AdH Kraken
0.0.0
Next generation Adaptive Hydraulics
Loading...
Searching...
No Matches
smeteor.h
1
#ifndef H_SMETEOR_
2
#define H_SMETEOR_
3
4
/***********************************************************/
5
/***********************************************************/
6
/***********************************************************/
7
8
typedef
struct
{
9
int
n;
/* total number of grid points*/
10
double
dt;
/* time between snaps */
11
double
tprev;
/* previous time */
12
double
tnext;
/* next time */
13
FILE *fin;
/* file pointer for meteorologicreads */
14
}
SMETEOR_FILE
;
15
16
/***********************************************************/
17
/***********************************************************/
18
/***********************************************************/
19
20
typedef
struct
{
21
double
x,y;
// station location
22
double
*node_contrib;
// grid interpolation weights
23
}
SMETEOR_STATION
;
24
25
/***********************************************************/
26
/***********************************************************/
27
/***********************************************************/
28
// use winds.stress.x
29
typedef
struct
{
30
SVECT2D
stress;
31
}
SWIND
;
32
33
/***********************************************************/
34
/***********************************************************/
35
/***********************************************************/
36
// use: wave.rads.xx
37
typedef
struct
{
38
STENSOR2D
rads;
39
SVECT2D
stress;
40
}
SWAVE
;
41
42
/*********************************************************/
43
/* struct methods -------------------------------------- */
44
45
void
smeteor_file_init(
SMETEOR_FILE
*);
46
void
smeteor_station_init(
SMETEOR_STATION
*,
int
);
47
void
smeteor_station_alloc(
SMETEOR_STATION
**,
int
);
48
void
smeteor_station_realloc(
SMETEOR_STATION
**,
int
,
int
);
49
void
smeteor_station_free(
SMETEOR_STATION
*,
int
);
50
void
smeteor_station_copy(
SMETEOR_STATION
*,
SMETEOR_STATION
*,
int
);
51
void
swind_init(
SWIND
*);
52
void
swind_alloc(
SWIND
**,
int
);
53
void
swind_free(
SWIND
*,
int
);
54
void
swave_init(
SWAVE
*);
55
void
swave_alloc(
SWAVE
**,
int
);
56
void
swave_free(
SWAVE
*,
int
);
57
void
swave_elem2d_local_init(
SWAVE
*);
58
void
swind_elem2d_local_init(
SWIND
*);
59
void
swind_elem2d_get_local(
SWIND
*,
SWIND
*,
int
*);
60
void
swave_elem2d_get_local(
SWAVE
*,
SWAVE
*,
int
*);
61
void
swave_realloc(
SWAVE
**,
int
,
int
);
62
void
swind_realloc(
SWIND
**,
int
,
int
);
63
//void swave_renumber(SWAVE *, int, int *, int *);
64
//void swind_renumber(SWIND *, int, int *, int *, SVECT2D *);
65
66
//SVECT2D swave_elem2d_get_local_stress(int ndim, int CSTORM_WSID, SWAVE *waves, SELEM_2D elem2d, int *grid2d_nodeIDs);
67
//SVECT2D swind_elem2d_get_local_stress(int ndim, SWIND *winds, SELEM_2D *elem2d, int *grid2d_nodeIDs, double elem_depth_avg, double gravity, double density, double windatt, int wind_flag, int WIND_LIBRARY, int NWS);
68
69
70
#endif
71
SMETEOR_FILE
Definition:
smeteor.h:8
SMETEOR_STATION
Definition:
smeteor.h:20
STENSOR2D
Definition:
stensor.h:13
SVECT2D
Definition:
svect2d.h:4
SWAVE
Definition:
smeteor.h:37
SWIND
Definition:
smeteor.h:29
structs
smeteor
smeteor.h
Generated on Thu Apr 3 2025 22:45:55 for AdH Kraken by
1.9.5