|
CG
Version 25
|
Go to the source code of this file.
Functions | |
| RealArray | fx (nc) |
| RealArray | fy (nc) |
| RealArray | fz (nc) |
| RealArray | ft (nc) |
| RealArray | gx (nc) |
| RealArray | gy (nc) |
| RealArray | gz (nc) |
| RealArray | gt (nc) |
| RealArray | amplitude (nc) |
| RealArray | cc (nc) |
| if (numberOfDimensions==2) | |
| if (method==sosup) | |
| OGTrigFunction *tz | setShifts (gx, gy, gz, gt) |
| OGTrigFunction *tz | setAmplitudes (amplitude) |
| OGTrigFunction *tz | setConstants (cc) |
Variables | |
| const int | nc = numberOfComponents + int(useChargeDensity) |
| gx =0. | |
| gy =0. | |
| gz =0. | |
| gt =0. | |
| amplitude =1. | |
| cc =0. | |
| fx =omega[0] | |
| fy = numberOfDimensions>1 ? omega[1] : 0. | |
| fz = numberOfDimensions>2 ? omega[2] : 0. | |
| ft = omega[3] | |
| tz = new OGTrigFunction(fx,fy,fz,ft) | |
| RealArray amplitude | ( | nc | ) |
| RealArray cc | ( | nc | ) |
| RealArray ft | ( | nc | ) |
| RealArray fx | ( | nc | ) |
| RealArray fy | ( | nc | ) |
| RealArray fz | ( | nc | ) |
| RealArray gt | ( | nc | ) |
| RealArray gx | ( | nc | ) |
| RealArray gy | ( | nc | ) |
| RealArray gz | ( | nc | ) |
| if | ( | numberOfDimensions | = =2 | ) |
| amplitude =1. |
Referenced by Maxwell::assignInitialConditions(), MovingGrids::getBoundaryAcceleration(), Maxwell::getChargeDensity(), Cgsm::getForcing(), Maxwell::getForcing(), MovingGrids::getGridVelocity(), MovingGrids::gridAccelerationBC(), if(), MovingGrids::moveGrids(), AdParameters::setTwilightZoneFunction(), AsfParameters::setTwilightZoneFunction(), SmParameters::setTwilightZoneFunction(), CnsParameters::setTwilightZoneFunction(), InsParameters::setTwilightZoneFunction(), Parameters::setTwilightZoneFunction(), Maxwell::setupGrids(), and MovingGrids::update().
| cc =0. |
Referenced by Cgins::addForcing(), Cgins::advanceLineSolveNew(), Cgins::advanceLineSolveOld(), PenaltyWallFunctionBC::applyBC(), Maxwell::assignBoundaryConditions(), Maxwell::assignInitialConditions(), Cgins::assignLineSolverBoundaryConditions(), F90_ID(), Cgcns::getAugmentedSolution(), Maxwell::getAugmentedSolution(), Maxwell::getErrors(), Maxwell::getField(), if(), Maxwell::initializeKnownSolution(), Maxwell::interactiveUpdate(), Cgsm::outputResults(), Cgmp::plot(), rigidBodyBoundaryProjection(), MovingGrids::rigidBodyMotion(), Parameters::saveParametersToShowFile(), AdParameters::setTwilightZoneFunction(), AsfParameters::setTwilightZoneFunction(), SmParameters::setTwilightZoneFunction(), CnsParameters::setTwilightZoneFunction(), InsParameters::setTwilightZoneFunction(), Parameters::setTwilightZoneFunction(), and Maxwell::setupDSICoefficients().
| ft = omega[3] |
Referenced by Maxwell::assignInitialConditions(), if(), main(), AdParameters::setTwilightZoneFunction(), AsfParameters::setTwilightZoneFunction(), SmParameters::setTwilightZoneFunction(), CnsParameters::setTwilightZoneFunction(), InsParameters::setTwilightZoneFunction(), Parameters::setTwilightZoneFunction(), and TimeFunction::update().
| fx =omega[0] |
Referenced by Maxwell::assignInitialConditions(), Reactions::computeEigenvaluesOfTheChemicalSourceJacobian(), Maxwell::getErrors(), RigidBodyMotion::getTimeStepEstimate(), if(), main(), AdParameters::setTwilightZoneFunction(), AsfParameters::setTwilightZoneFunction(), SmParameters::setTwilightZoneFunction(), CnsParameters::setTwilightZoneFunction(), InsParameters::setTwilightZoneFunction(), Parameters::setTwilightZoneFunction(), Reactions::solveImplicitForPTYGivenR(), Reactions::solveImplicitForRTYGivenP(), Reactions::solveImplicitForYGivenRTP(), solveProblem(), and Cgsm::userDefinedBoundaryValues().
| fy = numberOfDimensions>1 ? omega[1] : 0. |
Referenced by Maxwell::assignInitialConditions(), Maxwell::getErrors(), if(), main(), AdParameters::setTwilightZoneFunction(), AsfParameters::setTwilightZoneFunction(), SmParameters::setTwilightZoneFunction(), CnsParameters::setTwilightZoneFunction(), InsParameters::setTwilightZoneFunction(), Parameters::setTwilightZoneFunction(), and solveProblem().
| fz = numberOfDimensions>2 ? omega[2] : 0. |
Referenced by Maxwell::assignInitialConditions(), Maxwell::getErrors(), if(), main(), AdParameters::setTwilightZoneFunction(), AsfParameters::setTwilightZoneFunction(), SmParameters::setTwilightZoneFunction(), CnsParameters::setTwilightZoneFunction(), InsParameters::setTwilightZoneFunction(), Parameters::setTwilightZoneFunction(), and solveProblem().
| gt =0. |
Referenced by Maxwell::assignInitialConditions(), PistonMotion::getFlow(), FlowSolutions::getPistonFlow(), GridEvolution::getVelocity(), PistonMotion::getVelocity(), if(), AdParameters::setTwilightZoneFunction(), AsfParameters::setTwilightZoneFunction(), SmParameters::setTwilightZoneFunction(), CnsParameters::setTwilightZoneFunction(), InsParameters::setTwilightZoneFunction(), Parameters::setTwilightZoneFunction(), Cgins::turbulenceModels(), and PistonMotion::update().
| gx =0. |
Referenced by Maxwell::assignInitialConditions(), if(), AdParameters::setTwilightZoneFunction(), AsfParameters::setTwilightZoneFunction(), SmParameters::setTwilightZoneFunction(), CnsParameters::setTwilightZoneFunction(), InsParameters::setTwilightZoneFunction(), Parameters::setTwilightZoneFunction(), DomainSolver::setupUserDefinedForcing(), and solveProblem().
| gy =0. |
Referenced by Maxwell::assignInitialConditions(), if(), AdParameters::setTwilightZoneFunction(), AsfParameters::setTwilightZoneFunction(), SmParameters::setTwilightZoneFunction(), CnsParameters::setTwilightZoneFunction(), InsParameters::setTwilightZoneFunction(), Parameters::setTwilightZoneFunction(), and DomainSolver::setupUserDefinedForcing().
| gz =0. |
Referenced by Maxwell::assignInitialConditions(), if(), AdParameters::setTwilightZoneFunction(), AsfParameters::setTwilightZoneFunction(), SmParameters::setTwilightZoneFunction(), CnsParameters::setTwilightZoneFunction(), InsParameters::setTwilightZoneFunction(), Parameters::setTwilightZoneFunction(), and DomainSolver::setupUserDefinedForcing().
| const int nc = numberOfComponents + int(useChargeDensity) |
Referenced by Cgins::addForcing(), Cgins::addForcingToPressureEquation(), Cgins::advanceLineSolveNew(), Cgins::advanceLineSolveOld(), Cgcns::applyBoundaryConditions(), Cgasf::applyBoundaryConditions(), Cgins::applyBoundaryConditions(), Cgins::applyBoundaryConditionsForImplicitTimeStepping(), Maxwell::assignInitialConditions(), Cgins::assignLineSolverBoundaryConditions(), Cgsm::buildRunTimeDialog(), checkForSymmetry(), Cgcns::formMatrixForImplicitSolve(), DomainSolver::getInitialConditions(), Cgins::getLineSolverBoundaryConditions(), InsParameters::getTwoPhaseFlowVariables(), Cgins::lineSolverBoundaryConditions(), Cgsm::plot(), Parameters::setBoundaryConditionValues(), Cgins::setOgesBoundaryConditions(), InsParameters::setParameters(), SmParameters::setTwilightZoneFunction(), CnsParameters::setTwilightZoneFunction(), InsParameters::setTwilightZoneFunction(), Parameters::setTwilightZoneFunction(), Cgins::turbulenceModelBoundaryConditions(), and Cgins::turbulenceModels().
1.8.3