Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dbc_freestream.h195 StatePrimitive y_ext = s_int.Y; in RiemannOutflow() local
196 y_ext.pressure = outflow->pressure; in RiemannOutflow()
197 y_ext.temperature = outflow->temperature; in RiemannOutflow()
198 const CeedScalar u_normal = Dot3(y_ext.velocity, normal); in RiemannOutflow()
201y_ext.velocity[j] += normal[j] * proj; // (I - n n^T) projects into the plane tangent to the norm… in RiemannOutflow()
203 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow()
269 StatePrimitive y_ext = s_int.Y, dy_ext = ds_int.Y; in RiemannOutflow_Jacobian() local
270 y_ext.pressure = outflow->pressure; in RiemannOutflow_Jacobian()
271 y_ext.temperature = outflow->temperature; in RiemannOutflow_Jacobian()
279 y_ext.velocity[j] += normal[j] * proj; in RiemannOutflow_Jacobian()
[all …]