Home
last modified time | relevance | path

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

/libCEED/examples/solids/qfunctions/
H A Dconstant-force.h33 CeedScalar *force = out[0]; in SetupConstantForce() local
45 force[i + 0 * Q] = forcing_vector[0] * wdetJ; in SetupConstantForce()
48 force[i + 1 * Q] = forcing_vector[1] * wdetJ; in SetupConstantForce()
51 force[i + 2 * Q] = forcing_vector[2] * wdetJ; in SetupConstantForce()
H A Dmanufactured-force.h33 CeedScalar *force = out[0]; in SetupMMSForce() local
48force[i + 0 * Q] = (-(E * (cos(x * 2.0) * cos(y * 3.0) * exp(z * 4.0) * 4.0 - cos(z * 4.0) * sin(y… in SetupMMSForce()
58force[i + 1 * Q] = (-(E * (cos(y * 3.0) * cos(z * 4.0) * exp(x * 2.0) * 3.0 - cos(x * 2.0) * sin(z… in SetupMMSForce()
68force[i + 2 * Q] = (-(E * (cos(x * 2.0) * cos(z * 4.0) * exp(y * 3.0) * 6.0 - cos(y * 3.0) * sin(x… in SetupMMSForce()
/libCEED/examples/fluids/postprocess/
H A Dvortexshedding.py8 def coeff(force, rho=1, u=1, D=1, zspan=0.2): argument
10 return 2 * force / (rho * u**2 * S)
/libCEED/examples/nek/boxes/
H A Db1e.rea66 0.00000 p062 >0 --> force byte_swap for output
67 0.00000 p063 =8 --> force 8-byte output
173 4 Lines of Drive force data follow
/libCEED/julia/LibCEED.jl/src/
H A DLibCEED.jl231 set_preferences!(C.libCEED_jll, "libceed_path" => path; force=true)
243 set_preferences!(C.libCEED_jll, "libceed_path" => nothing; force=true)
249 delete_preferences!(Preferences.get_uuid(C.libCEED_jll), "libceed_path"; force=true)
H A DCeedVector.jl140 force synchronization of arrays set with [`setarray!`](@ref). If the requested memtype is
/libCEED/examples/fluids/
H A DREADME.md167 …- Viewer for the force on each no-slip wall, e.g., `ascii:force.csv:ascii_csv` to write a CSV file.
776 The above run writes a file named `force.csv` (see `ts_monitor_wall_force` in `vortexshedding.yaml`…
868 - Multiplier for body force (`-1` for flow reversal)
H A Dindex.md28 …\bm{I}_3$ represents the $3 \times 3$ identity matrix, $\bm{b}$ is a body force vector (e.g., grav…
649 Forces on the cylinder walls are computed using the "reaction force" method, which is variationally…
650 Given the force components $\bm F = (F_x, F_y, F_z)$ and surface area $S = \pi D L_z$ where $L_z$ i…
685 The flow is driven by a body force determined analytically from the fluid properties and setup para…
/libCEED/examples/solids/
H A DREADME.md215 * - Body force (gravity) on volume, $\int \rho \bm g$
H A Dindex.md60 where $\bm{\sigma} \cdot \hat{\bm{n}}|_{\partial \Omega}$ is replaced by an applied force/traction …
416 where $\bm{P} \cdot \hat{\bm{N}}|_{\partial\Omega}$ is replaced by any prescribed force/traction bo…
417 …linearities through $\bm P = \bm F\, \bm S$, $\bm E(\bm F)$, and the body force $\bm g$, which mus…
/libCEED/examples/nek/bps/
H A Dbps.usr291 C Note: this is an acceleration term, NOT a force!
/libCEED/
H A DDoxyfile1700 # output directory to force them to be regenerated.