Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dbc_outflow.h55 StatePrimitive y_ext = s_int.Y; in RiemannOutflow() local
56 y_ext.pressure = outflow->pressure; in RiemannOutflow()
57 y_ext.temperature = outflow->temperature; in RiemannOutflow()
58 const CeedScalar u_normal = Dot3(y_ext.velocity, normal); in RiemannOutflow()
61y_ext.velocity[j] += normal[j] * proj; // (I - n n^T) projects into the plane tangent to the norm… in RiemannOutflow()
63 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow()
129 StatePrimitive y_ext = s_int.Y, dy_ext = ds_int.Y; in RiemannOutflow_Jacobian() local
130 y_ext.pressure = outflow->pressure; in RiemannOutflow_Jacobian()
131 y_ext.temperature = outflow->temperature; in RiemannOutflow_Jacobian()
139 y_ext.velocity[j] += normal[j] * proj; in RiemannOutflow_Jacobian()
[all …]