Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/network/
H A DpipeInterface.c50 …cErrorCode PipeSetParameters(Pipe pipe, PetscReal length, PetscReal D, PetscReal a, PetscReal fric) in PipeSetParameters() argument
56 pipe->fric = fric; in PipeSetParameters()
80 pipe->R = pipe->fric / (2 * pipe->D * pipe->A); in PipeSetUp()
H A Dpipe.h36 PetscReal fric; /* friction */ member