Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Ddensitycurrent.h97 const CeedScalar cp = gas->cp; in Exact_DC() local
99 const CeedScalar Rd = cp - cv; in Exact_DC()
118 const CeedScalar Pi = 1. + Square(g) * (exp(-Square(N) * z / g) - 1.) / (cp * theta0 * Square(N)); in Exact_DC()
122 Y[0] = P0 * pow(Pi, cp / Rd); in Exact_DC()
H A Dchannel.h40 const CeedScalar cp = gas->cp; in Exact_Channel() local
50 const CeedScalar Pr = mu / (cp * k); in Exact_Channel()
51 const CeedScalar Ec = (umax * umax) / (cp * theta0); in Exact_Channel()
H A Dnewtonian_types.h28 CeedScalar cp; member
H A Dnewtonian_state.h49 CEED_QFUNCTION_HELPER CeedScalar HeatCapacityRatio(NewtonianIdealGasContext gas) { return gas->cp /… in HeatCapacityRatio()
51 CEED_QFUNCTION_HELPER CeedScalar GasConstant(NewtonianIdealGasContext gas) { return gas->cp - gas->… in GasConstant()
53 CEED_QFUNCTION_HELPER CeedScalar Prandtl(NewtonianIdealGasContext gas) { return gas->cp * gas->mu /… in Prandtl()
55 … SoundSpeed(NewtonianIdealGasContext gas, CeedScalar T) { return sqrt(gas->cp * (HeatCapacityRatio… in SoundSpeed()
H A Dshocktube.h28 CeedScalar cp; member
/libCEED/examples/nek/
H A Dnek-examples.sh148 cp $NEK5K_DIR/bin/makenek build/
152 cp bps/bps.* build/
156 cp SIZE.in build/SIZE
227 cp $1.box ttt.box
281 cp ${CEED_DIR}/examples/nek/boxes/b1e.rea b$i/
/libCEED/examples/fluids/problems/
H A Dchannel.c88 CeedScalar cv = newtonian_ig_ctx->cv, cp = newtonian_ig_ctx->cp; in NS_CHANNEL() local
89 CeedScalar Rd = cp - cv; in NS_CHANNEL()
H A Dnewtonian.c243 CeedScalar cp = 1004.; // J/(kg K) in NS_NEWTONIAN_IG() local
324 PetscCall(PetscOptionsScalar("-cp", "Heat capacity at constant pressure", NULL, cp, &cp, NULL)); in NS_NEWTONIAN_IG()
399 cp *= J_per_kg_K; in NS_NEWTONIAN_IG()
418 newtonian_ig_ctx->cp = cp; in NS_NEWTONIAN_IG()
/libCEED/
H A DMakefile709 cp examples/deal.II/build/$* $@
715 cp examples/mfem/$* $@
724 cp examples/nek/nek-examples.sh $(OBJDIR)/nek-bps
729 cp examples/rust-qfunctions/$* $@
744 cp examples/petsc/$* $@
750 cp examples/fluids/$* $@
759 cp examples/solids/$* $@
/libCEED/rust/libceed-sys/c-src/
H A DMakefile709 cp examples/deal.II/build/$* $@
715 cp examples/mfem/$* $@
724 cp examples/nek/nek-examples.sh $(OBJDIR)/nek-bps
729 cp examples/rust-qfunctions/$* $@
744 cp examples/petsc/$* $@
750 cp examples/fluids/$* $@
759 cp examples/solids/$* $@
/libCEED/examples/solids/
H A DREADME.md76 ./elasticity -problem FS-NH -E 1 -nu 0.3 -num_steps 40 -snes_linesearch_type cp -dm_plex_box_faces …
/libCEED/examples/fluids/
H A DREADME.md582 * - `-cp`