Logo white

yuhang / Stage-Discharge-Relation

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Stage-Discharge-Relation
  • calc_gate.h
  • mode printf
    c4bf7e2c
    NightIsDark authored
    2021-01-14 11:52:12 +0800  
    Browse Code ยป
calc_gate.h 336 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#ifndef _CALC_GATE_H
#define _CALC_GATE_H

#define   g		9.81

struct param_gate{
	int wingwall;
	int drop_step;
	double openning_height_of_gate;
	double water_depth_front_of_gate;
	double water_depth_behind_of_gate;
	double gate_width;
};

int Calculation_of_InstantaneousFlow(double *value,struct param_gate *param);


#ifndef

#endif