Home
last modified time | relevance | path

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

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/zeroD/
H A DflowControllers.cpp47 double delta_P = in().pressure() - out().pressure(); in updateMassFlowRate() local
49 mdot *= m_pfunc->eval(delta_P); in updateMassFlowRate()
51 mdot *= delta_P; in updateMassFlowRate()
71 double delta_P = in().pressure() - out().pressure(); in updateMassFlowRate() local
73 mdot *= m_pfunc->eval(delta_P); in updateMassFlowRate()
75 mdot *= delta_P; in updateMassFlowRate()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/emd/
H A Drt_propagation_output.F453 SUBROUTINE rt_convergence_density(rtp, delta_P, delta_eps) argument
456 TYPE(dbcsr_p_type), DIMENSION(:), POINTER :: delta_P local
476 CALL dbcsr_add(delta_P(i)%matrix, rho_new(i)%matrix, one, -one)
479 DO i = 1, SIZE(delta_P)
481 CALL dbcsr_iterator_start(iter, delta_P(i)%matrix)
491 DO ispin = 1, SIZE(delta_P)/2
492 CALL dbcsr_desymmetrize(delta_P(2*ispin - 1)%matrix, tmp)
493 CALL dbcsr_add(delta_P(2*ispin)%matrix, tmp, one, one)
497 DO ispin = 1, SIZE(delta_P)/2
498 CALL dbcsr_iterator_start(iter, delta_P(2*ispin)%matrix)
[all …]
H A Drt_propagation_methods.F122 NULLIFY (delta_P, rho_new, delta_mos, mos_new)
152 NULLIFY (delta_P)
153 CALL dbcsr_allocate_matrix_set(delta_P, SIZE(rho_new))
155 CALL dbcsr_init_p(delta_P(i)%matrix)
156 CALL dbcsr_create(delta_P(i)%matrix, template=rho_new(i)%matrix)
157 CALL dbcsr_copy(delta_P(i)%matrix, rho_new(i)%matrix)
239 CALL step_finalize(qs_env, rtp_control, delta_mos, delta_P)
241 CALL dbcsr_deallocate_matrix_set(delta_P)
262 SUBROUTINE step_finalize(qs_env, rtp_control, delta_mos, delta_P) argument
266 TYPE(dbcsr_p_type), DIMENSION(:), POINTER :: delta_P local
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/emd/
H A Drt_propagation_output.F453 SUBROUTINE rt_convergence_density(rtp, delta_P, delta_eps) argument
456 TYPE(dbcsr_p_type), DIMENSION(:), POINTER :: delta_P local
476 CALL dbcsr_add(delta_P(i)%matrix, rho_new(i)%matrix, one, -one)
479 DO i = 1, SIZE(delta_P)
481 CALL dbcsr_iterator_start(iter, delta_P(i)%matrix)
491 DO ispin = 1, SIZE(delta_P)/2
492 CALL dbcsr_desymmetrize(delta_P(2*ispin - 1)%matrix, tmp)
493 CALL dbcsr_add(delta_P(2*ispin)%matrix, tmp, one, one)
497 DO ispin = 1, SIZE(delta_P)/2
498 CALL dbcsr_iterator_start(iter, delta_P(2*ispin)%matrix)
[all …]
H A Drt_propagation_methods.F122 NULLIFY (delta_P, rho_new, delta_mos, mos_new)
152 NULLIFY (delta_P)
153 CALL dbcsr_allocate_matrix_set(delta_P, SIZE(rho_new))
155 CALL dbcsr_init_p(delta_P(i)%matrix)
156 CALL dbcsr_create(delta_P(i)%matrix, template=rho_new(i)%matrix)
157 CALL dbcsr_copy(delta_P(i)%matrix, rho_new(i)%matrix)
239 CALL step_finalize(qs_env, rtp_control, delta_mos, delta_P)
241 CALL dbcsr_deallocate_matrix_set(delta_P)
262 SUBROUTINE step_finalize(qs_env, rtp_control, delta_mos, delta_P) argument
266 TYPE(dbcsr_p_type), DIMENSION(:), POINTER :: delta_P local
[all …]
/dports/science/nest/nest-simulator-3.1/models/
H A Dht_synapse.h231 def< double >( d, names::delta_P, delta_P_ ); in get_status()
244 updateValue< double >( d, names::delta_P, delta_P_ ); in set_status()
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dnest_names.cpp121 const Name delta_P( "delta_P" ); variable
H A Dnest_names.h145 extern const Name delta_P;
/dports/astro/stellarium/stellarium-0.21.3/guide/
H A Dplg_archaeolines.tex71 \item Current declination $\delta_P$ of a naked-eye planet
/dports/science/nest/nest-simulator-3.1/doc/userdoc/model_details/
H A DHillTononiModels.ipynb363 …"\\frac{\\text{d}P}{\\text{d}t} = -\\:\\text{spike}\\:\\delta_P P+\\frac{P_{\\text{peak}}-P}{\\tau…
368 "- $\\delta_P = 0.5$ by default\n",
372 "P \\leftarrow ( 1 - \\Delta t \\delta_P ) P\n",
374 …"For default parameters $\\Delta t=0.25\\text{ms}$ and $\\delta_P=0.5$, this means that a single s…
382 "P &\\leftarrow ( 1 - \\delta_P^*) P \n",
389 "3. Depletion: $P \\leftarrow ( 1 - \\delta_P^*) P$\n",
391 …"To achieve approximately the same depletion as in Synthesis, use $\\delta_P^*=\\Delta t\\delta_p$…
1897 "dP = sp['delta_P']\n",