Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dbc_freestream.h178 const OutflowContext outflow = (OutflowContext)ctx; in RiemannOutflow() local
183 CeedScalar(*jac_data_sur) = outflow->gas.is_implicit ? out[1] : NULL; in RiemannOutflow()
185 const NewtonianIdealGasContext gas = &outflow->gas; in RiemannOutflow()
196 y_ext.pressure = outflow->pressure; in RiemannOutflow()
197 y_ext.temperature = outflow->temperature; in RiemannOutflow()
199 …const CeedScalar proj = (1 - outflow->recirc) * Softplus(-u_normal, outflow->softplus_velocity… in RiemannOutflow()
253 const OutflowContext outflow = (OutflowContext)ctx; in RiemannOutflow_Jacobian() local
254 const NewtonianIdealGasContext gas = &outflow->gas; in RiemannOutflow_Jacobian()
270 y_ext.pressure = outflow->pressure; in RiemannOutflow_Jacobian()
271 y_ext.temperature = outflow->temperature; in RiemannOutflow_Jacobian()
[all …]
/libCEED/examples/fluids/
H A DREADME.md143 - Use outflow boundary conditions on this list of faces
250 …bc_freestream`, which solves a Riemann problem and can handle inflow and outflow (simultaneously a…
265 …ion (with default `outflow_type: riemann`) is stable for both inflow and outflow, so can be used i…
267 …w` variant, `outflow_type: pressure`, requires that the flow be a strict outflow (or the problem b…
268 …ience, `riemann` is slightly less reflective but produces similar flows in cases of strict outflow.
285 …valuating boundary integrals that cross the periodicity, such as for the outflow Riemann problem i…
H A Dindex.md546outflow boundary conditions, we have used the current values of $E$, following {cite}`papanastasio…
547 …The weak form boundary integral in {eq}`eq-weak-vector-ns` for outflow boundary conditions is defi…
550 …\int_{\partial \Omega_{outflow}} \bm v \cdot \bm{F}(\bm q_N) \cdot \widehat{\bm{n}} \,dS = \int_{\…
641 … to freestream boundary conditions at the inflow (left) and Riemann-type outflow on the right, wit…
700 outflow and is tilted at a downward angle to ensure that flow is always exiting
884 One of those is tilting the top of the domain, allowing for it to be a outflow boundary condition.
/libCEED/doc/sphinx/source/
H A Dreferences.bib81 title = {A new outflow boundary condition},
240 …mulation, Boundary conditions, Nonreflecting boundary conditions, Inflow–outflow boundary conditio…
H A Dreleasenotes.md79 - Add Riemann-based outflow boundary conditions.