Home
last modified time | relevance | path

Searched refs:Tw (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/tutorials/power_grid/
H A Dex5.c38 PetscReal Tw; /* Filter time constant */ member
103 user->Tw = 0.2; in WindSpeeds()
109 PetscCall(PetscOptionsReal("-Tw", "", "", user->Tw, &user->Tw, NULL)); in WindSpeeds()
195 f[0] = user->Tw * udot[0] - wd[stepnum] + u[0]; in IFunction()