Searched refs:recirc (Results 1 – 4 of 4) sorted by relevance
| /honee/problems/ |
| H A D | bc_outflow.c | 127 CeedScalar recirc = 1, softplus_velocity = 1e-2; in OutflowBCSetup() local 134 …irc", "Fraction of recirculation to allow in exterior velocity state [0,1]", NULL, recirc, &recirc, in OutflowBCSetup() 146 .recirc = recirc, in OutflowBCSetup()
|
| /honee/qfunctions/ |
| H A D | bc_freestream_type.h | 17 …CeedScalar recirc; // amount of recirculation to allow in exteri… member
|
| H A D | bc_outflow.h | 59 …const CeedScalar proj = (1 - outflow->recirc) * Softplus(-u_normal, outflow->softplus_velocity… in RiemannOutflow() 136 …const CeedScalar proj = (1 - outflow->recirc) * Softplus(-u_normal, outflow->softplus_velocit… in RiemannOutflow_Jacobian() 137 …const CeedScalar dproj = (1 - outflow->recirc) * Softplus_fwd(-u_normal, -du_normal, outflow->… in RiemannOutflow_Jacobian()
|
| /honee/examples/meshes/ |
| H A D | Makefile | 15 cylinder-q1-n12-recirc.msh: GMSH_FLAGS = -order 1 -setnumber N 12 -setnumber H 1 -setnumber xL 1 -s…
|