|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
Functions/Subroutines | |
| subroutine | computettot_b (rho, rhod, u, ud, v, vd, w, wd, p, pd, ttot, ttotd) |
| subroutine | computettot (rho, u, v, w, p, ttot) |
| subroutine | computegamma (t, gamma, mm) |
| subroutine | computeptot_b (rho, rhod, u, ud, v, vd, w, wd, p, pd, ptot, ptotd) |
| subroutine | computeptot (rho, u, v, w, p, ptot) |
| subroutine | computespeedofsoundsquared_b () |
| subroutine | computespeedofsoundsquared () |
| subroutine | computeetotblock_b (istart, iend, jstart, jend, kstart, kend, correctfork) |
| subroutine | computeetotblock (istart, iend, jstart, jend, kstart, kend, correctfork) |
| subroutine | etot_b (rho, rhod, u, ud, v, vd, w, wd, p, pd, k, kd, etotal, etotald, correctfork) |
| subroutine | etot (rho, u, v, w, p, k, etotal, correctfork) |
| subroutine | eint_b (rho, rhod, p, pd, k, kd, einternal, einternald, correctfork) |
| subroutine | eint (rho, p, k, einternal, correctfork) |
| subroutine | computepressuresimple_b (includehalos) |
| subroutine | computepressuresimple (includehalos) |
| subroutine | computepressure (ibeg, iend, jbeg, jend, kbeg, kend, pointeroffset) |
| subroutine | computelamviscosity_b (includehalos) |
| subroutine | computelamviscosity (includehalos) |
| subroutine | adjustinflowangle_b () |
| subroutine | adjustinflowangle () |
| subroutine | derivativerotmatrixrigid_b (rotationmatrix, rotationmatrixd, rotationpoint, t) |
| subroutine | derivativerotmatrixrigid (rotationmatrix, rotationpoint, t) |
| subroutine | getdirvector_b (refdirection, alpha, alphad, beta, betad, winddirection, winddirectiond, liftindex) |
| subroutine | getdirvector (refdirection, alpha, beta, winddirection, liftindex) |
| subroutine | vectorrotation_b (xp, xpd, yp, ypd, zp, zpd, iaxis, angle, angled, x, xd, y, yd, z, zd) |
| subroutine | vectorrotation (xp, yp, zp, iaxis, angle, x, y, z) |
| subroutine | allnodalgradients_b () |
| subroutine | allnodalgradients () |
| subroutine flowutils_b::adjustinflowangle |
Definition at line 1270 of file flowUtils_b.f90.
References inputphysics::alpha, inputphysics::beta, inputphysics::dragdirection, getdirvector(), inputphysics::liftdirection, inputphysics::liftindex, constants::one, inputphysics::veldirfreestream, and constants::zero.

| subroutine flowutils_b::adjustinflowangle_b |
Definition at line 1236 of file flowUtils_b.f90.
References inputphysics::alpha, inputphysics::alphad, inputphysics::beta, inputphysics::betad, inputphysics::dragdirection, inputphysics::dragdirectiond, getdirvector_b(), inputphysics::liftdirection, inputphysics::liftdirectiond, inputphysics::liftindex, constants::one, inputphysics::veldirfreestream, inputphysics::veldirfreestreamd, and constants::zero.
Referenced by masterroutines::master_b().


| subroutine flowutils_b::allnodalgradients |
Definition at line 2470 of file flowUtils_b.f90.
References blockpointers::aa, constants::fourth, blockpointers::ie, blockpointers::il, constants::ivx, constants::ivy, constants::ivz, blockpointers::je, blockpointers::jl, blockpointers::ke, blockpointers::kl, constants::one, blockpointers::qx, blockpointers::qy, blockpointers::qz, blockpointers::si, blockpointers::sj, blockpointers::sk, blockpointers::ux, blockpointers::uy, blockpointers::uz, blockpointers::vol, blockpointers::vx, blockpointers::vy, blockpointers::vz, blockpointers::w, blockpointers::wx, blockpointers::wy, blockpointers::wz, and constants::zero.
Referenced by residuals_b::residual_block().

| subroutine flowutils_b::allnodalgradients_b |
Definition at line 1828 of file flowUtils_b.f90.
References blockpointers::aa, blockpointers::aad, constants::fourth, blockpointers::ie, blockpointers::il, constants::ivx, constants::ivy, constants::ivz, blockpointers::je, blockpointers::jl, blockpointers::ke, blockpointers::kl, constants::one, blockpointers::qx, blockpointers::qxd, blockpointers::qy, blockpointers::qyd, blockpointers::qz, blockpointers::qzd, blockpointers::si, blockpointers::sid, blockpointers::sj, blockpointers::sjd, blockpointers::sk, blockpointers::skd, blockpointers::ux, blockpointers::uxd, blockpointers::uy, blockpointers::uyd, blockpointers::uz, blockpointers::uzd, blockpointers::vol, blockpointers::vold, blockpointers::vx, blockpointers::vxd, blockpointers::vy, blockpointers::vyd, blockpointers::vz, blockpointers::vzd, blockpointers::w, blockpointers::wd, blockpointers::wx, blockpointers::wxd, blockpointers::wy, blockpointers::wyd, blockpointers::wz, blockpointers::wzd, and constants::zero.
Referenced by masterroutines::master_b().

| subroutine flowutils_b::computeetotblock | ( | integer(kind=inttype), intent(in) | istart, |
| integer(kind=inttype), intent(in) | iend, | ||
| integer(kind=inttype), intent(in) | jstart, | ||
| integer(kind=inttype), intent(in) | jend, | ||
| integer(kind=inttype), intent(in) | kstart, | ||
| integer(kind=inttype), intent(in) | kend, | ||
| logical, intent(in) | correctfork | ||
| ) |
Definition at line 429 of file flowUtils_b.f90.
References constants::cpconstant, inputphysics::cpmodel, constants::five, inputphysics::gammaconstant, constants::half, constants::irho, constants::irhoe, constants::itu1, constants::ivx, constants::ivy, constants::ivz, constants::one, blockpointers::p, flowvarrefstate::rgas, constants::third, flowvarrefstate::tref, and blockpointers::w.
| subroutine flowutils_b::computeetotblock_b | ( | integer(kind=inttype), intent(in) | istart, |
| integer(kind=inttype), intent(in) | iend, | ||
| integer(kind=inttype), intent(in) | jstart, | ||
| integer(kind=inttype), intent(in) | jend, | ||
| integer(kind=inttype), intent(in) | kstart, | ||
| integer(kind=inttype), intent(in) | kend, | ||
| logical, intent(in) | correctfork | ||
| ) |
Definition at line 334 of file flowUtils_b.f90.
References constants::cpconstant, inputphysics::cpmodel, constants::five, inputphysics::gammaconstant, constants::half, constants::irho, constants::irhoe, constants::itu1, constants::ivx, constants::ivy, constants::ivz, constants::one, blockpointers::p, blockpointers::pd, flowvarrefstate::rgas, flowvarrefstate::rgasd, constants::third, flowvarrefstate::tref, flowvarrefstate::trefd, blockpointers::w, and blockpointers::wd.
Referenced by haloexchange::whalo2_b().

| subroutine flowutils_b::computegamma | ( | real(kind=realtype), dimension(mm), intent(in) | t, |
| real(kind=realtype), dimension(mm), intent(out) | gamma, | ||
| integer(kind=inttype), intent(in) | mm | ||
| ) |
Definition at line 104 of file flowUtils_b.f90.
References constants::cpconstant, inputphysics::cpmodel, and inputphysics::gammaconstant.
Referenced by initializeflow_b::referencestate(), and initializeflow_b::referencestate_b().

| subroutine flowutils_b::computelamviscosity | ( | logical, intent(in) | includehalos | ) |
Definition at line 1137 of file flowUtils_b.f90.
References utils_b::getcorrectfork(), blockpointers::ie, blockpointers::il, constants::irho, constants::itu1, blockpointers::je, blockpointers::jl, blockpointers::ke, blockpointers::kl, flowvarrefstate::muref, inputphysics::musuthdim, blockpointers::p, flowvarrefstate::rgas, blockpointers::rlv, inputphysics::ssuthdim, constants::third, flowvarrefstate::tref, inputphysics::tsuthdim, constants::two, flowvarrefstate::viscous, and blockpointers::w.

| subroutine flowutils_b::computelamviscosity_b | ( | logical, intent(in) | includehalos | ) |
Definition at line 1000 of file flowUtils_b.f90.
References utils_b::getcorrectfork(), blockpointers::ie, blockpointers::il, constants::irho, constants::itu1, blockpointers::je, blockpointers::jl, blockpointers::ke, blockpointers::kl, flowvarrefstate::muref, flowvarrefstate::murefd, inputphysics::musuthdim, blockpointers::p, blockpointers::pd, flowvarrefstate::rgas, flowvarrefstate::rgasd, blockpointers::rlvd, inputphysics::ssuthdim, constants::third, flowvarrefstate::tref, flowvarrefstate::trefd, inputphysics::tsuthdim, constants::two, flowvarrefstate::viscous, blockpointers::w, and blockpointers::wd.
Referenced by masterroutines::master_b(), and masterroutines::master_state_b().


| subroutine flowutils_b::computepressure | ( | integer(kind=inttype), intent(in) | ibeg, |
| integer(kind=inttype), intent(in) | iend, | ||
| integer(kind=inttype), intent(in) | jbeg, | ||
| integer(kind=inttype), intent(in) | jend, | ||
| integer(kind=inttype), intent(in) | kbeg, | ||
| integer(kind=inttype), intent(in) | kend, | ||
| integer(kind=inttype), intent(in) | pointeroffset | ||
| ) |
Definition at line 783 of file flowUtils_b.f90.
References constants::cpconstant, cpcurvefits::cpeint, inputphysics::cpmodel, cpcurvefits::cpnparts, constants::cptempcurvefits, cpcurvefits::cptempfit, cpcurvefits::cptrange, cpcurvefits::cv0, cpcurvefits::cvn, constants::five, inputphysics::gammaconstant, constants::half, constants::irho, constants::irhoe, constants::itu1, constants::ivx, constants::ivy, constants::ivz, flowvarrefstate::kpresent, constants::one, blockpointers::p, flowvarrefstate::pinf, flowvarrefstate::rgas, constants::third, flowvarrefstate::tref, constants::two, and blockpointers::w.
| subroutine flowutils_b::computepressuresimple | ( | logical, intent(in) | includehalos | ) |
Definition at line 731 of file flowUtils_b.f90.
References inputphysics::gammaconstant, constants::half, blockpointers::ib, blockpointers::il, constants::irho, constants::irhoe, constants::ivx, constants::ivy, constants::ivz, blockpointers::jb, blockpointers::jl, blockpointers::kb, blockpointers::kl, constants::one, blockpointers::p, flowvarrefstate::pinfcorr, and blockpointers::w.
| subroutine flowutils_b::computepressuresimple_b | ( | logical, intent(in) | includehalos | ) |
Definition at line 670 of file flowUtils_b.f90.
References inputphysics::gammaconstant, constants::half, blockpointers::ib, blockpointers::il, constants::irho, constants::irhoe, constants::ivx, constants::ivy, constants::ivz, blockpointers::jb, blockpointers::jl, blockpointers::kb, blockpointers::kl, constants::one, blockpointers::p, blockpointers::pd, flowvarrefstate::pinfcorr, flowvarrefstate::pinfcorrd, blockpointers::w, and blockpointers::wd.
Referenced by masterroutines::master_b(), and masterroutines::master_state_b().

| subroutine flowutils_b::computeptot | ( | real(kind=realtype), intent(in) | rho, |
| real(kind=realtype), intent(in) | u, | ||
| real(kind=realtype), intent(in) | v, | ||
| real(kind=realtype), intent(in) | w, | ||
| real(kind=realtype), intent(in) | p, | ||
| real(kind=realtype), intent(out) | ptot | ||
| ) |
Definition at line 195 of file flowUtils_b.f90.
References constants::cpconstant, inputphysics::cpmodel, flowvarrefstate::gammainf, constants::half, constants::one, flowvarrefstate::rgas, and flowvarrefstate::tref.
Referenced by surfaceintegrations_b::flowintegrationface(), surfaceintegrations_b::flowintegrationface_b(), zipperintegrations_b::flowintegrationzipper(), and zipperintegrations_b::flowintegrationzipper_b().

| subroutine flowutils_b::computeptot_b | ( | real(kind=realtype), intent(in) | rho, |
| real(kind=realtype) | rhod, | ||
| real(kind=realtype), intent(in) | u, | ||
| real(kind=realtype) | ud, | ||
| real(kind=realtype), intent(in) | v, | ||
| real(kind=realtype) | vd, | ||
| real(kind=realtype), intent(in) | w, | ||
| real(kind=realtype) | wd, | ||
| real(kind=realtype), intent(in) | p, | ||
| real(kind=realtype) | pd, | ||
| real(kind=realtype) | ptot, | ||
| real(kind=realtype) | ptotd | ||
| ) |
Definition at line 139 of file flowUtils_b.f90.
References constants::cpconstant, inputphysics::cpmodel, flowvarrefstate::gammainf, constants::half, constants::one, flowvarrefstate::rgas, flowvarrefstate::rgasd, flowvarrefstate::tref, and flowvarrefstate::trefd.
Referenced by surfaceintegrations_b::flowintegrationface_b(), and zipperintegrations_b::flowintegrationzipper_b().

| subroutine flowutils_b::computespeedofsoundsquared |
Definition at line 291 of file flowUtils_b.f90.
References blockpointers::aa, blockpointers::gamma, utils_b::getcorrectfork(), blockpointers::ie, constants::irho, constants::itu1, blockpointers::je, blockpointers::ke, blockpointers::p, constants::third, constants::two, and blockpointers::w.
Referenced by residuals_b::residual_block().


| subroutine flowutils_b::computespeedofsoundsquared_b |
Definition at line 236 of file flowUtils_b.f90.
References blockpointers::aa, blockpointers::aad, blockpointers::gamma, utils_b::getcorrectfork(), blockpointers::ie, constants::irho, constants::itu1, blockpointers::je, blockpointers::ke, blockpointers::p, blockpointers::pd, constants::third, constants::two, blockpointers::w, and blockpointers::wd.
Referenced by masterroutines::master_b(), and masterroutines::master_state_b().


| subroutine flowutils_b::computettot | ( | real(kind=realtype), intent(in) | rho, |
| real(kind=realtype), intent(in) | u, | ||
| real(kind=realtype), intent(in) | v, | ||
| real(kind=realtype), intent(in) | w, | ||
| real(kind=realtype), intent(in) | p, | ||
| real(kind=realtype), intent(out) | ttot | ||
| ) |
Definition at line 65 of file flowUtils_b.f90.
References constants::cpconstant, inputphysics::cpmodel, constants::cptempcurvefits, flowvarrefstate::gammainf, constants::half, constants::one, flowvarrefstate::rgas, and utils_b::terminate().
Referenced by surfaceintegrations_b::flowintegrationface(), surfaceintegrations_b::flowintegrationface_b(), zipperintegrations_b::flowintegrationzipper(), and zipperintegrations_b::flowintegrationzipper_b().


| subroutine flowutils_b::computettot_b | ( | real(kind=realtype), intent(in) | rho, |
| real(kind=realtype) | rhod, | ||
| real(kind=realtype), intent(in) | u, | ||
| real(kind=realtype) | ud, | ||
| real(kind=realtype), intent(in) | v, | ||
| real(kind=realtype) | vd, | ||
| real(kind=realtype), intent(in) | w, | ||
| real(kind=realtype) | wd, | ||
| real(kind=realtype), intent(in) | p, | ||
| real(kind=realtype) | pd, | ||
| real(kind=realtype) | ttot, | ||
| real(kind=realtype) | ttotd | ||
| ) |
Definition at line 11 of file flowUtils_b.f90.
References constants::cpconstant, inputphysics::cpmodel, flowvarrefstate::gammainf, constants::half, constants::one, flowvarrefstate::rgas, flowvarrefstate::rgasd, and utils_b::terminate().
Referenced by surfaceintegrations_b::flowintegrationface_b(), and zipperintegrations_b::flowintegrationzipper_b().


| subroutine flowutils_b::derivativerotmatrixrigid | ( | real(kind=realtype), dimension(3, 3), intent(out) | rotationmatrix, |
| real(kind=realtype), dimension(3), intent(out) | rotationpoint, | ||
| real(kind=realtype), intent(in) | t | ||
| ) |
Definition at line 1413 of file flowUtils_b.f90.
References inputmotion::coefpolxrot, inputmotion::coefpolyrot, inputmotion::coefpolzrot, inputmotion::coscoeffourxrot, inputmotion::coscoeffouryrot, inputmotion::coscoeffourzrot, inputmotion::degreefourxrot, inputmotion::degreefouryrot, inputmotion::degreefourzrot, inputmotion::degreepolxrot, inputmotion::degreepolyrot, inputmotion::degreepolzrot, utils_b::derivativerigidrotangle(), flowvarrefstate::lref, inputmotion::omegafourxrot, inputmotion::omegafouryrot, inputmotion::omegafourzrot, utils_b::rigidrotangle(), inputmotion::rotpoint, inputmotion::sincoeffourxrot, inputmotion::sincoeffouryrot, inputmotion::sincoeffourzrot, and constants::zero.
Referenced by solverutils_b::gridvelocitiesfinelevel_block(), solverutils_b::gridvelocitiesfinelevel_block_b(), solverutils_b::slipvelocitiesfinelevel_block(), and solverutils_b::slipvelocitiesfinelevel_block_b().


| subroutine flowutils_b::derivativerotmatrixrigid_b | ( | real(kind=realtype), dimension(3, 3) | rotationmatrix, |
| real(kind=realtype), dimension(3, 3) | rotationmatrixd, | ||
| real(kind=realtype), dimension(3) | rotationpoint, | ||
| real(kind=realtype), intent(in) | t | ||
| ) |
Definition at line 1301 of file flowUtils_b.f90.
References inputmotion::coefpolxrot, inputmotion::coefpolyrot, inputmotion::coefpolzrot, inputmotion::coscoeffourxrot, inputmotion::coscoeffouryrot, inputmotion::coscoeffourzrot, inputmotion::degreefourxrot, inputmotion::degreefouryrot, inputmotion::degreefourzrot, inputmotion::degreepolxrot, inputmotion::degreepolyrot, inputmotion::degreepolzrot, utils_b::derivativerigidrotangle(), utils_b::derivativerigidrotangle_b(), inputmotion::omegafourxrot, inputmotion::omegafouryrot, inputmotion::omegafourzrot, utils_b::rigidrotangle(), inputmotion::sincoeffourxrot, inputmotion::sincoeffouryrot, and inputmotion::sincoeffourzrot.
Referenced by solverutils_b::gridvelocitiesfinelevel_block_b(), and solverutils_b::slipvelocitiesfinelevel_block_b().


| subroutine flowutils_b::eint | ( | real(kind=realtype), intent(in) | rho, |
| real(kind=realtype), intent(in) | p, | ||
| real(kind=realtype), intent(in) | k, | ||
| real(kind=realtype), intent(out) | einternal, | ||
| logical, intent(in) | correctfork | ||
| ) |
Definition at line 619 of file flowUtils_b.f90.
References constants::cpconstant, inputphysics::cpmodel, constants::five, inputphysics::gammaconstant, constants::one, flowvarrefstate::rgas, constants::third, flowvarrefstate::tref, and constants::two.
Referenced by etot(), and etot_b().

| subroutine flowutils_b::eint_b | ( | real(kind=realtype), intent(in) | rho, |
| real(kind=realtype) | rhod, | ||
| real(kind=realtype), intent(in) | p, | ||
| real(kind=realtype) | pd, | ||
| real(kind=realtype), intent(in) | k, | ||
| real(kind=realtype) | kd, | ||
| real(kind=realtype) | einternal, | ||
| real(kind=realtype) | einternald, | ||
| logical, intent(in) | correctfork | ||
| ) |
Definition at line 565 of file flowUtils_b.f90.
References constants::cpconstant, inputphysics::cpmodel, constants::five, inputphysics::gammaconstant, constants::one, flowvarrefstate::rgas, flowvarrefstate::rgasd, constants::third, flowvarrefstate::tref, flowvarrefstate::trefd, and constants::two.
Referenced by etot_b().

| subroutine flowutils_b::etot | ( | real(kind=realtype), intent(in) | rho, |
| real(kind=realtype), intent(in) | u, | ||
| real(kind=realtype), intent(in) | v, | ||
| real(kind=realtype), intent(in) | w, | ||
| real(kind=realtype), intent(in) | p, | ||
| real(kind=realtype), intent(in) | k, | ||
| real(kind=realtype), intent(out) | etotal, | ||
| logical, intent(in) | correctfork | ||
| ) |
Definition at line 535 of file flowUtils_b.f90.
References eint(), and constants::half.
Referenced by fluxes_b::inviscidupwindflux(), fluxes_b::inviscidupwindflux_b(), initializeflow_b::referencestate(), initializeflow_b::referencestate_b(), riemannflux(), and riemannflux_b().


| subroutine flowutils_b::etot_b | ( | real(kind=realtype), intent(in) | rho, |
| real(kind=realtype) | rhod, | ||
| real(kind=realtype), intent(in) | u, | ||
| real(kind=realtype) | ud, | ||
| real(kind=realtype), intent(in) | v, | ||
| real(kind=realtype) | vd, | ||
| real(kind=realtype), intent(in) | w, | ||
| real(kind=realtype) | wd, | ||
| real(kind=realtype), intent(in) | p, | ||
| real(kind=realtype) | pd, | ||
| real(kind=realtype), intent(in) | k, | ||
| real(kind=realtype) | kd, | ||
| real(kind=realtype) | etotal, | ||
| real(kind=realtype) | etotald, | ||
| logical, intent(in) | correctfork | ||
| ) |
Definition at line 496 of file flowUtils_b.f90.
References eint(), eint_b(), and constants::half.
Referenced by fluxes_b::inviscidupwindflux_b(), initializeflow_b::referencestate_b(), and riemannflux_b().


| subroutine flowutils_b::getdirvector | ( | real(kind=realtype), dimension(3), intent(in) | refdirection, |
| real(kind=realtype) | alpha, | ||
| real(kind=realtype) | beta, | ||
| real(kind=realtype), dimension(3), intent(out) | winddirection, | ||
| integer(kind=inttype) | liftindex | ||
| ) |
Definition at line 1641 of file flowUtils_b.f90.
References utils_b::terminate(), and vectorrotation().
Referenced by adjustinflowangle(), surfaceintegrations_b::getcostfunctions(), surfaceintegrations_b::getcostfunctions_b(), solverutils_b::gridvelocitiesfinelevel_block(), solverutils_b::gridvelocitiesfinelevel_block_b(), solverutils_b::slipvelocitiesfinelevel_block(), and solverutils_b::slipvelocitiesfinelevel_block_b().


| subroutine flowutils_b::getdirvector_b | ( | real(kind=realtype), dimension(3), intent(in) | refdirection, |
| real(kind=realtype) | alpha, | ||
| real(kind=realtype) | alphad, | ||
| real(kind=realtype) | beta, | ||
| real(kind=realtype) | betad, | ||
| real(kind=realtype), dimension(3) | winddirection, | ||
| real(kind=realtype), dimension(3) | winddirectiond, | ||
| integer(kind=inttype) | liftindex | ||
| ) |
Definition at line 1536 of file flowUtils_b.f90.
References utils_b::terminate(), vectorrotation(), and vectorrotation_b().
Referenced by adjustinflowangle_b().


| subroutine flowutils_b::vectorrotation | ( | real(kind=realtype), intent(out) | xp, |
| real(kind=realtype), intent(out) | yp, | ||
| real(kind=realtype), intent(out) | zp, | ||
| integer(kind=inttype), intent(in) | iaxis, | ||
| real(kind=realtype), intent(in) | angle, | ||
| real(kind=realtype), intent(in) | x, | ||
| real(kind=realtype), intent(in) | y, | ||
| real(kind=realtype), intent(in) | z | ||
| ) |
Definition at line 1772 of file flowUtils_b.f90.
Referenced by getdirvector(), and getdirvector_b().

| subroutine flowutils_b::vectorrotation_b | ( | real(kind=realtype) | xp, |
| real(kind=realtype) | xpd, | ||
| real(kind=realtype) | yp, | ||
| real(kind=realtype) | ypd, | ||
| real(kind=realtype) | zp, | ||
| real(kind=realtype) | zpd, | ||
| integer(kind=inttype), intent(in) | iaxis, | ||
| real(kind=realtype), intent(in) | angle, | ||
| real(kind=realtype) | angled, | ||
| real(kind=realtype), intent(in) | x, | ||
| real(kind=realtype) | xd, | ||
| real(kind=realtype), intent(in) | y, | ||
| real(kind=realtype) | yd, | ||
| real(kind=realtype), intent(in) | z, | ||
| real(kind=realtype) | zd | ||
| ) |
Definition at line 1723 of file flowUtils_b.f90.
Referenced by getdirvector_b().
