HyPar  1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
FPPowerSystem3BusCleanup.c
Go to the documentation of this file.
1 
6 #include <stdlib.h>
8 
11  void *s
12  )
13 {
14  FPPowerSystem3Bus *physics = (FPPowerSystem3Bus*) s;
15  free(physics->G);
16  free(physics->B);
17  return(0);
18 }
3-Bus Power System model
int FPPowerSystem3BusCleanup(void *s)
Structure containing variable and parameters specific to the 3-bus power system model. This structure contains the physical parameters and variables for the Fokker-Planck model for a 3-bus power system.