├── .clang-format ├── .codecov.yml ├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE.md ├── PULL_REQUEST_TEMPLATE.md ├── build_real.sh └── workflows │ ├── code_cov.yml │ ├── cpp_format.yml │ ├── docker.yml │ ├── python_format.yml │ └── tests.yml ├── .gitignore ├── Allclean ├── Allmake ├── LICENSE.md ├── README.md ├── cover.png ├── dafoam ├── __init__.py ├── libs │ ├── ADF │ │ └── __init__.py │ ├── ADR │ │ └── __init__.py │ └── __init__.py ├── mphys │ ├── __init__.py │ └── mphys_dafoam.py ├── pyDAFoam.py └── scripts │ ├── dafoam_matdiff.py │ ├── dafoam_matgetvalues.py │ ├── dafoam_plot3d2tecplot.py │ ├── dafoam_plot3dtransform.py │ ├── dafoam_stltransform.py │ ├── dafoam_vecdiff.py │ └── dafoam_vecgetvalues.py ├── pyproject.toml ├── setup.py ├── src ├── .add_coverage_flag.sh ├── adjoint │ ├── DACheckMesh │ │ ├── DACheckMesh.C │ │ ├── DACheckMesh.H │ │ ├── checkGeometry.C │ │ ├── checkGeometry.H │ │ ├── checkTools.C │ │ └── checkTools.H │ ├── DAColoring │ │ ├── DAColoring.C │ │ └── DAColoring.H │ ├── DAField │ │ ├── DAField.C │ │ └── DAField.H │ ├── DAFunction │ │ ├── DAFunction.C │ │ ├── DAFunction.H │ │ ├── DAFunctionFieldMax.C │ │ ├── DAFunctionFieldMax.H │ │ ├── DAFunctionForce.C │ │ ├── DAFunctionForce.H │ │ ├── DAFunctionLocation.C │ │ ├── DAFunctionLocation.H │ │ ├── DAFunctionMassFlowRate.C │ │ ├── DAFunctionMassFlowRate.H │ │ ├── DAFunctionMeshQualityKS.C │ │ ├── DAFunctionMeshQualityKS.H │ │ ├── DAFunctionMoment.C │ │ ├── DAFunctionMoment.H │ │ ├── DAFunctionPatchMean.C │ │ ├── DAFunctionPatchMean.H │ │ ├── DAFunctionResidualNorm.C │ │ ├── DAFunctionResidualNorm.H │ │ ├── DAFunctionTotalPressure.C │ │ ├── DAFunctionTotalPressure.H │ │ ├── DAFunctionTotalPressureRatio.C │ │ ├── DAFunctionTotalPressureRatio.H │ │ ├── DAFunctionTotalTemperatureRatio.C │ │ ├── DAFunctionTotalTemperatureRatio.H │ │ ├── DAFunctionVariableVolSum.C │ │ ├── DAFunctionVariableVolSum.H │ │ ├── DAFunctionVariance.C │ │ ├── DAFunctionVariance.H │ │ ├── DAFunctionVonMisesStressKS.C │ │ ├── DAFunctionVonMisesStressKS.H │ │ ├── DAFunctionWallHeatFlux.C │ │ └── DAFunctionWallHeatFlux.H │ ├── DAFvSource │ │ ├── DAFvSource.C │ │ ├── DAFvSource.H │ │ ├── DAFvSourceActuatorDisk.C │ │ ├── DAFvSourceActuatorDisk.H │ │ ├── DAFvSourceActuatorLine.C │ │ ├── DAFvSourceActuatorLine.H │ │ ├── DAFvSourceActuatorPoint.C │ │ ├── DAFvSourceActuatorPoint.H │ │ ├── DAFvSourceHeatSource.C │ │ ├── DAFvSourceHeatSource.H │ │ ├── DAFvSourceUniformPressureGradient.C │ │ └── DAFvSourceUniformPressureGradient.H │ ├── DAGlobalVar │ │ ├── DAGlobalVar.C │ │ └── DAGlobalVar.H │ ├── DAIndex │ │ ├── DAIndex.C │ │ └── DAIndex.H │ ├── DAInput │ │ ├── DAInput.C │ │ ├── DAInput.H │ │ ├── DAInputField.C │ │ ├── DAInputField.H │ │ ├── DAInputFieldUnsteady.C │ │ ├── DAInputFieldUnsteady.H │ │ ├── DAInputFvSourcePar.C │ │ ├── DAInputFvSourcePar.H │ │ ├── DAInputPatchField.C │ │ ├── DAInputPatchField.H │ │ ├── DAInputPatchVar.C │ │ ├── DAInputPatchVar.H │ │ ├── DAInputPatchVelocity.C │ │ ├── DAInputPatchVelocity.H │ │ ├── DAInputRegressionPar.C │ │ ├── DAInputRegressionPar.H │ │ ├── DAInputStateVar.C │ │ ├── DAInputStateVar.H │ │ ├── DAInputThermalCoupling.C │ │ ├── DAInputThermalCoupling.H │ │ ├── DAInputVolCoord.C │ │ └── DAInputVolCoord.H │ ├── DAJacCon │ │ ├── DAJacCon.C │ │ └── DAJacCon.H │ ├── DALinearEqn │ │ ├── DALinearEqn.C │ │ └── DALinearEqn.H │ ├── DAMisc │ │ ├── MRFDF │ │ │ ├── IOMRFZoneListDF.C │ │ │ ├── IOMRFZoneListDF.H │ │ │ ├── MRFZoneDF.C │ │ │ ├── MRFZoneDF.H │ │ │ ├── MRFZoneIDF.H │ │ │ ├── MRFZoneListDF.C │ │ │ ├── MRFZoneListDF.H │ │ │ └── MRFZoneTemplatesDF.C │ │ ├── MULESDF │ │ │ ├── CMULESDF.C │ │ │ ├── CMULESDF.H │ │ │ └── CMULESDFTemplates.C │ │ ├── alphatWallFunctionIncomp │ │ │ ├── alphatWallFunctionIncompFvPatchScalarField.C │ │ │ └── alphatWallFunctionIncompFvPatchScalarField.H │ │ ├── fixedWallHeatFlux │ │ │ ├── fixedWallHeatFluxFvPatchScalarField.C │ │ │ └── fixedWallHeatFluxFvPatchScalarField.H │ │ ├── homTemp │ │ │ ├── homTempFvPatchScalarField.C │ │ │ └── homTempFvPatchScalarField.H │ │ ├── meshWaveFrozen │ │ │ ├── meshWaveFrozenPatchDistMethod.C │ │ │ └── meshWaveFrozenPatchDistMethod.H │ │ ├── multiFreqScalar │ │ │ ├── multiFreqScalarFvPatchField.C │ │ │ └── multiFreqScalarFvPatchField.H │ │ ├── multiFreqVector │ │ │ ├── multiFreqVectorFvPatchField.C │ │ │ └── multiFreqVectorFvPatchField.H │ │ ├── nutUSpaldingWallFunctionDF │ │ │ ├── nutUSpaldingWallFunctionFvPatchScalarFieldDF.C │ │ │ └── nutUSpaldingWallFunctionFvPatchScalarFieldDF.H │ │ ├── pimpleControlDF │ │ │ ├── pimpleControlDF.C │ │ │ ├── pimpleControlDF.H │ │ │ └── pimpleControlIDF.H │ │ ├── tractionDisplacement │ │ │ ├── tractionDisplacementFvPatchVectorField.C │ │ │ └── tractionDisplacementFvPatchVectorField.H │ │ ├── varyingVelocity │ │ │ ├── varyingVelocityFvPatchVectorField.C │ │ │ └── varyingVelocityFvPatchVectorField.H │ │ └── varyingVelocityInletOutlet │ │ │ ├── varyingVelocityInletOutletFvPatchVectorField.C │ │ │ └── varyingVelocityInletOutletFvPatchVectorField.H │ ├── DAModel │ │ ├── DAModel.C │ │ ├── DAModel.H │ │ ├── DARadiationModel │ │ │ ├── DAP1.C │ │ │ ├── DAP1.H │ │ │ ├── DARadiationModel.C │ │ │ └── DARadiationModel.H │ │ └── DATurbulenceModel │ │ │ ├── DADummyTurbulenceModel.C │ │ │ ├── DADummyTurbulenceModel.H │ │ │ ├── DASpalartAllmaras.C │ │ │ ├── DASpalartAllmaras.H │ │ │ ├── DASpalartAllmarasFv3.C │ │ │ ├── DASpalartAllmarasFv3.H │ │ │ ├── DATurbulenceModel.C │ │ │ ├── DATurbulenceModel.H │ │ │ ├── DAkEpsilon.C │ │ │ ├── DAkEpsilon.H │ │ │ ├── DAkOmega.C │ │ │ ├── DAkOmega.H │ │ │ ├── DAkOmegaSST.C │ │ │ ├── DAkOmegaSST.H │ │ │ ├── DAkOmegaSSTLM.C │ │ │ └── DAkOmegaSSTLM.H │ ├── DAOption │ │ ├── DAOption.C │ │ └── DAOption.H │ ├── DAOutput │ │ ├── DAOutput.C │ │ ├── DAOutput.H │ │ ├── DAOutputForceCoupling.C │ │ ├── DAOutputForceCoupling.H │ │ ├── DAOutputFunction.C │ │ ├── DAOutputFunction.H │ │ ├── DAOutputResidual.C │ │ ├── DAOutputResidual.H │ │ ├── DAOutputThermalCoupling.C │ │ └── DAOutputThermalCoupling.H │ ├── DAPartDeriv │ │ ├── DAPartDeriv.C │ │ └── DAPartDeriv.H │ ├── DARegression │ │ ├── DARegression.C │ │ └── DARegression.H │ ├── DAResidual │ │ ├── DAResidual.C │ │ ├── DAResidual.H │ │ ├── DAResidualHeatTransferFoam.C │ │ ├── DAResidualHeatTransferFoam.H │ │ ├── DAResidualHisaFoam.C │ │ ├── DAResidualHisaFoam.H │ │ ├── DAResidualInterFoam.C │ │ ├── DAResidualInterFoam.H │ │ ├── DAResidualPimpleDyMFoam.C │ │ ├── DAResidualPimpleDyMFoam.H │ │ ├── DAResidualPimpleFoam.C │ │ ├── DAResidualPimpleFoam.H │ │ ├── DAResidualRhoPimpleFoam.C │ │ ├── DAResidualRhoPimpleFoam.H │ │ ├── DAResidualRhoSimpleCFoam.C │ │ ├── DAResidualRhoSimpleCFoam.H │ │ ├── DAResidualRhoSimpleFoam.C │ │ ├── DAResidualRhoSimpleFoam.H │ │ ├── DAResidualScalarTransportFoam.C │ │ ├── DAResidualScalarTransportFoam.H │ │ ├── DAResidualSimpleFoam.C │ │ ├── DAResidualSimpleFoam.H │ │ ├── DAResidualSolidDisplacementFoam.C │ │ ├── DAResidualSolidDisplacementFoam.H │ │ ├── DAResidualTopoChtFoam.C │ │ ├── DAResidualTopoChtFoam.H │ │ ├── DAResidualTurboFoam.C │ │ └── DAResidualTurboFoam.H │ ├── DASolver │ │ ├── DAHeatTransferFoam │ │ │ ├── DAHeatTransferFoam.C │ │ │ ├── DAHeatTransferFoam.H │ │ │ ├── createFieldsHeatTransfer.H │ │ │ └── createRefsHeatTransfer.H │ │ ├── DAHisaFoam │ │ │ ├── DAHisaFoam.C │ │ │ └── DAHisaFoam.H │ │ ├── DAInterFoam │ │ │ ├── DAInterFoam.C │ │ │ ├── DAInterFoam.H │ │ │ ├── UEqnInter.H │ │ │ ├── createFieldsInter.H │ │ │ ├── createRefsInter.H │ │ │ └── pEqnInter.H │ │ ├── DAIrkPimpleFoam │ │ │ ├── DAIrkPimpleFoam.C │ │ │ ├── DAIrkPimpleFoam.H │ │ │ ├── U1EqnIrkPimple.H │ │ │ ├── U2EqnIrkPimple.H │ │ │ ├── createFieldsIrkPimple.H │ │ │ ├── mySAModel.H │ │ │ ├── myUtilities.H │ │ │ ├── nuTilda1EqnIrkPimple.H │ │ │ ├── nuTilda2EqnIrkPimple.H │ │ │ ├── p1EqnIrkPimple.H │ │ │ └── p2EqnIrkPimple.H │ │ ├── DAPimpleDyMFoam │ │ │ ├── DAPimpleDyMFoam.C │ │ │ ├── DAPimpleDyMFoam.H │ │ │ ├── TEqnPimpleDyM.H │ │ │ ├── UEqnPimpleDyM.H │ │ │ ├── createFieldsPimpleDyM.H │ │ │ ├── createRefsPimpleDyM.H │ │ │ └── pEqnPimpleDyM.H │ │ ├── DAPimpleFoam │ │ │ ├── DAPimpleFoam.C │ │ │ ├── DAPimpleFoam.H │ │ │ ├── TEqnPimple.H │ │ │ ├── UEqnPimple.H │ │ │ ├── createFieldsPimple.H │ │ │ ├── createRefsPimple.H │ │ │ └── pEqnPimple.H │ │ ├── DARhoPimpleFoam │ │ │ ├── DARhoPimpleFoam.C │ │ │ ├── DARhoPimpleFoam.H │ │ │ ├── EEqnRhoPimple.H │ │ │ ├── UEqnRhoPimple.H │ │ │ ├── createFieldsRhoPimple.H │ │ │ ├── createRefsRhoPimple.H │ │ │ ├── pEqnRhoPimple.H │ │ │ └── rhoEqnRhoPimple.H │ │ ├── DARhoSimpleCFoam │ │ │ ├── DARhoSimpleCFoam.C │ │ │ ├── DARhoSimpleCFoam.H │ │ │ ├── EEqnRhoSimpleC.H │ │ │ ├── UEqnRhoSimpleC.H │ │ │ ├── createFieldsRhoSimpleC.H │ │ │ ├── createRefsRhoSimpleC.H │ │ │ └── pEqnRhoSimpleC.H │ │ ├── DARhoSimpleFoam │ │ │ ├── DARhoSimpleFoam.C │ │ │ ├── DARhoSimpleFoam.H │ │ │ ├── EEqnRhoSimple.H │ │ │ ├── UEqnRhoSimple.H │ │ │ ├── createFieldsRhoSimple.H │ │ │ ├── createRefsRhoSimple.H │ │ │ └── pEqnRhoSimple.H │ │ ├── DAScalarTransportFoam │ │ │ ├── DAScalarTransportFoam.C │ │ │ ├── DAScalarTransportFoam.H │ │ │ ├── createFieldsScalarTransport.H │ │ │ └── createRefsScalarTransport.H │ │ ├── DASimpleFoam │ │ │ ├── DASimpleFoam.C │ │ │ ├── DASimpleFoam.H │ │ │ ├── TEqnSimple.H │ │ │ ├── UEqnSimple.H │ │ │ ├── createFieldsSimple.H │ │ │ ├── createRefsSimple.H │ │ │ ├── pEqnSimple.H │ │ │ ├── pseudoEqns.H │ │ │ ├── solvePseudoPEqn.H │ │ │ └── solvePseudoUEqn.H │ │ ├── DASolidDisplacementFoam │ │ │ ├── DASolidDisplacementFoam.C │ │ │ ├── DASolidDisplacementFoam.H │ │ │ ├── calculateStressSolidDisplacement.H │ │ │ ├── createFieldsSolidDisplacement.H │ │ │ ├── createRefsSolidDisplacement.H │ │ │ └── readMechanicalPropertiesSolidDisplacement.H │ │ ├── DASolver.C │ │ ├── DASolver.H │ │ ├── DATopoChtFoam │ │ │ ├── DATopoChtFoam.C │ │ │ ├── DATopoChtFoam.H │ │ │ ├── TEqnTopoCht.H │ │ │ ├── UEqnTopoCht.H │ │ │ ├── createFieldsTopoCht.H │ │ │ ├── createRefsTopoCht.H │ │ │ └── pEqnTopoCht.H │ │ └── DATurboFoam │ │ │ ├── DATurboFoam.C │ │ │ ├── DATurboFoam.H │ │ │ ├── EEqnTurbo.H │ │ │ ├── UEqnTurbo.H │ │ │ ├── createFieldsTurbo.H │ │ │ ├── createRefsTurbo.H │ │ │ └── pEqnTurbo.H │ ├── DAStateInfo │ │ ├── DAStateInfo.C │ │ ├── DAStateInfo.H │ │ ├── DAStateInfoHeatTransferFoam.C │ │ ├── DAStateInfoHeatTransferFoam.H │ │ ├── DAStateInfoHisaFoam.C │ │ ├── DAStateInfoHisaFoam.H │ │ ├── DAStateInfoInterFoam.C │ │ ├── DAStateInfoInterFoam.H │ │ ├── DAStateInfoPimpleDyMFoam.C │ │ ├── DAStateInfoPimpleDyMFoam.H │ │ ├── DAStateInfoPimpleFoam.C │ │ ├── DAStateInfoPimpleFoam.H │ │ ├── DAStateInfoRhoPimpleFoam.C │ │ ├── DAStateInfoRhoPimpleFoam.H │ │ ├── DAStateInfoRhoSimpleCFoam.C │ │ ├── DAStateInfoRhoSimpleCFoam.H │ │ ├── DAStateInfoRhoSimpleFoam.C │ │ ├── DAStateInfoRhoSimpleFoam.H │ │ ├── DAStateInfoScalarTransportFoam.C │ │ ├── DAStateInfoScalarTransportFoam.H │ │ ├── DAStateInfoSimpleFoam.C │ │ ├── DAStateInfoSimpleFoam.H │ │ ├── DAStateInfoSolidDisplacementFoam.C │ │ ├── DAStateInfoSolidDisplacementFoam.H │ │ ├── DAStateInfoTopoChtFoam.C │ │ ├── DAStateInfoTopoChtFoam.H │ │ ├── DAStateInfoTurboFoam.C │ │ └── DAStateInfoTurboFoam.H │ ├── DATimeOp │ │ ├── DATimeOp.C │ │ ├── DATimeOp.H │ │ ├── DATimeOpAverage.C │ │ ├── DATimeOpAverage.H │ │ ├── DATimeOpFinal.C │ │ ├── DATimeOpFinal.H │ │ ├── DATimeOpMax.C │ │ └── DATimeOpMax.H │ ├── DAUtility │ │ ├── DAUtility.C │ │ └── DAUtility.H │ └── Make │ │ ├── files │ │ └── options ├── include │ ├── DAMacroFunctions.H │ ├── VoF │ │ ├── alphaControlsDF.H │ │ ├── alphaCourantNo.H │ │ ├── alphaEqn.H │ │ ├── alphaEqnSubCycle.H │ │ ├── alphaSuSp.H │ │ └── rhofs.H │ ├── compressibleCreatePhiPython.H │ ├── continuityErrsPython.H │ ├── createAdjoint.H │ ├── createMeshPython.H │ ├── createPhiPython.H │ ├── createPimpleControlPython.H │ ├── createPisoControlPython.H │ ├── createSimpleControlPython.H │ ├── createTimePython.H │ ├── setArgs.H │ └── setRootCasePython.H ├── newTurbModels │ ├── Allclean │ ├── Allmake │ ├── compressible │ │ ├── Make │ │ │ ├── files │ │ │ └── options │ │ ├── makeDummyTurbulenceModelCompressible.C │ │ └── makeSpalartAllmarasFv3Compressible.C │ ├── incompressible │ │ ├── Make │ │ │ ├── files │ │ │ └── options │ │ ├── makeDummyTurbulenceModelIncompressible.C │ │ └── makeSpalartAllmarasFv3Incompressible.C │ └── models │ │ ├── SpalartAllmarasFv3.C │ │ ├── SpalartAllmarasFv3.H │ │ ├── dummyTurbulenceModel.C │ │ └── dummyTurbulenceModel.H ├── pyDASolvers │ ├── Allclean │ ├── Allmake │ ├── DASolvers.C │ ├── DASolvers.H │ ├── Make │ │ ├── files │ │ └── options │ └── pyDASolvers.pyx ├── pyUnitTests │ ├── Allclean │ ├── Allmake │ ├── Make │ │ ├── files │ │ └── options │ ├── UnitTests.C │ ├── UnitTests.H │ └── pyUnitTests.pyx └── utilities │ ├── postProcessing │ ├── Allclean │ ├── Allmake │ ├── calcForcePerSCompressible │ │ ├── Make │ │ │ ├── files │ │ │ └── options │ │ ├── calcForcePerS.C │ │ └── createFields.H │ ├── calcForcePerSIncompressible │ │ ├── Make │ │ │ ├── files │ │ │ └── options │ │ ├── calcForcePerS.C │ │ └── createFields.H │ ├── getFieldRMSETimeSeries │ │ ├── Make │ │ │ ├── files │ │ │ └── options │ │ └── getFieldRMSETimeSeries.C │ └── getProbeTimeSeries │ │ ├── Make │ │ ├── files │ │ └── options │ │ └── getProbeTimeSeries.C │ └── preProcessing │ ├── Allclean │ ├── Allmake │ ├── deformDynMesh │ ├── Make │ │ ├── files │ │ └── options │ └── deformDynMesh.C │ ├── getFIData │ ├── Make │ │ ├── files │ │ └── options │ └── getFIData.C │ ├── setBoundaryLayerPatch │ ├── Make │ │ ├── files │ │ └── options │ └── setBoundaryLayerPatch.C │ └── setProbeData │ ├── Make │ ├── files │ └── options │ └── setProbeData.C └── tests ├── .coveragerc ├── Allclean ├── Allrun ├── refs ├── DAFoam_Test_AeroOptRef.txt ├── DAFoam_Test_AeroStructRef.txt ├── DAFoam_Test_AeroThermalRef.txt ├── DAFoam_Test_DAHisaFoamRef.txt ├── DAFoam_Test_DAInterFoamRef.txt ├── DAFoam_Test_DAPimpleDyMFoamRegParRef.txt ├── DAFoam_Test_DAPimpleFoamFPRef.txt ├── DAFoam_Test_DAPimpleFoamFieldRef.txt ├── DAFoam_Test_DAPimpleFoamRef.txt ├── DAFoam_Test_DAPimpleFoamRegParRef.txt ├── DAFoam_Test_DARhoPimpleFoamRef.txt ├── DAFoam_Test_DARhoSimpleCFoamRef.txt ├── DAFoam_Test_DARhoSimpleFoamForwardRef.txt ├── DAFoam_Test_DAScalarTransportFoamRef.txt ├── DAFoam_Test_DASimpleFoamFPRef.txt ├── DAFoam_Test_DASimpleFoamForwardRef.txt ├── DAFoam_Test_DASimpleFoamMeanStatesRef.txt ├── DAFoam_Test_DASimpleFoamRegParRef.txt ├── DAFoam_Test_DASimpleTFoamRef.txt ├── DAFoam_Test_DASolidDisplacementFoamRef.txt ├── DAFoam_Test_DATopoChtFoamRef.txt ├── DAFoam_Test_DATurboFoamSubsonicRef.txt └── DAFoam_Test_DATurboFoamTransonicRef.txt ├── runRegTests_AeroOpt.py ├── runRegTests_AeroStruct.py ├── runRegTests_AeroThermal.py ├── runRegTests_DAHisaFoam.py ├── runRegTests_DAInterFoam.py ├── runRegTests_DAPimpleDyMFoamRegPar.py ├── runRegTests_DAPimpleFoam.py ├── runRegTests_DAPimpleFoamFP.py ├── runRegTests_DAPimpleFoamField.py ├── runRegTests_DAPimpleFoamRegPar.py ├── runRegTests_DARhoPimpleFoam.py ├── runRegTests_DARhoSimpleCFoam.py ├── runRegTests_DARhoSimpleFoamForward.py ├── runRegTests_DAScalarTransportFoam.py ├── runRegTests_DASimpleFoamForward.py ├── runRegTests_DASimpleFoamMeanStates.py ├── runRegTests_DASimpleFoamRegPar.py ├── runRegTests_DASolidDisplacementFoam.py ├── runRegTests_DATopoChtFoam.py ├── runRegTests_DATurboFoamSubsonic.py ├── runRegTests_DATurboFoamTransonic.py ├── runSerialRegTests_DASimpleFoamFP.py ├── runUnitTests_ActuatorDisk.py ├── runUnitTests_ActuatorLine.py ├── runUnitTests_ActuatorPoint.py ├── runUnitTests_DACustomCHT.py ├── runUnitTests_DAFunction.py ├── runUnitTests_DAHeatTransferFoam.py ├── runUnitTests_DAHisaFoamUnsteady.py ├── runUnitTests_DAInterFoam.py ├── runUnitTests_DAIrkPimpleFoam.py ├── runUnitTests_DAPimpleDyMFoam.py ├── runUnitTests_DARhoSimpleFoamMRF.py ├── runUnitTests_DATurbModel.py ├── runUnitTests_DAUtility.py ├── runUnitTests_ExternalNN.py ├── runUnitTests_SensMap.py ├── runUnitTests_pyDAFoam.py └── testFuncs.py /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/.clang-format -------------------------------------------------------------------------------- /.codecov.yml: -------------------------------------------------------------------------------- 1 | codecov: 2 | disable_default_path_fixes: no 3 | -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @mdolab/dafoam_maintainers 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/build_real.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/.github/build_real.sh -------------------------------------------------------------------------------- /.github/workflows/code_cov.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/.github/workflows/code_cov.yml -------------------------------------------------------------------------------- /.github/workflows/cpp_format.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/.github/workflows/cpp_format.yml -------------------------------------------------------------------------------- /.github/workflows/docker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/.github/workflows/docker.yml -------------------------------------------------------------------------------- /.github/workflows/python_format.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/.github/workflows/python_format.yml -------------------------------------------------------------------------------- /.github/workflows/tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/.github/workflows/tests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/.gitignore -------------------------------------------------------------------------------- /Allclean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/Allclean -------------------------------------------------------------------------------- /Allmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/Allmake -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/README.md -------------------------------------------------------------------------------- /cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/cover.png -------------------------------------------------------------------------------- /dafoam/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/dafoam/__init__.py -------------------------------------------------------------------------------- /dafoam/libs/ADF/__init__.py: -------------------------------------------------------------------------------- 1 | # empty_file 2 | -------------------------------------------------------------------------------- /dafoam/libs/ADR/__init__.py: -------------------------------------------------------------------------------- 1 | # empty_file 2 | -------------------------------------------------------------------------------- /dafoam/libs/__init__.py: -------------------------------------------------------------------------------- 1 | # empty_file 2 | -------------------------------------------------------------------------------- /dafoam/mphys/__init__.py: -------------------------------------------------------------------------------- 1 | from .mphys_dafoam import DAFoamBuilder, OptFuncs 2 | -------------------------------------------------------------------------------- /dafoam/mphys/mphys_dafoam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/dafoam/mphys/mphys_dafoam.py -------------------------------------------------------------------------------- /dafoam/pyDAFoam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/dafoam/pyDAFoam.py -------------------------------------------------------------------------------- /dafoam/scripts/dafoam_matdiff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/dafoam/scripts/dafoam_matdiff.py -------------------------------------------------------------------------------- /dafoam/scripts/dafoam_matgetvalues.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/dafoam/scripts/dafoam_matgetvalues.py -------------------------------------------------------------------------------- /dafoam/scripts/dafoam_plot3d2tecplot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/dafoam/scripts/dafoam_plot3d2tecplot.py -------------------------------------------------------------------------------- /dafoam/scripts/dafoam_plot3dtransform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/dafoam/scripts/dafoam_plot3dtransform.py -------------------------------------------------------------------------------- /dafoam/scripts/dafoam_stltransform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/dafoam/scripts/dafoam_stltransform.py -------------------------------------------------------------------------------- /dafoam/scripts/dafoam_vecdiff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/dafoam/scripts/dafoam_vecdiff.py -------------------------------------------------------------------------------- /dafoam/scripts/dafoam_vecgetvalues.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/dafoam/scripts/dafoam_vecgetvalues.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- 1 | [tool.black] 2 | line-length = 120 3 | -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/setup.py -------------------------------------------------------------------------------- /src/.add_coverage_flag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/.add_coverage_flag.sh -------------------------------------------------------------------------------- /src/adjoint/DACheckMesh/DACheckMesh.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DACheckMesh/DACheckMesh.C -------------------------------------------------------------------------------- /src/adjoint/DACheckMesh/DACheckMesh.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DACheckMesh/DACheckMesh.H -------------------------------------------------------------------------------- /src/adjoint/DACheckMesh/checkGeometry.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DACheckMesh/checkGeometry.C -------------------------------------------------------------------------------- /src/adjoint/DACheckMesh/checkGeometry.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DACheckMesh/checkGeometry.H -------------------------------------------------------------------------------- /src/adjoint/DACheckMesh/checkTools.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DACheckMesh/checkTools.C -------------------------------------------------------------------------------- /src/adjoint/DACheckMesh/checkTools.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DACheckMesh/checkTools.H -------------------------------------------------------------------------------- /src/adjoint/DAColoring/DAColoring.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAColoring/DAColoring.C -------------------------------------------------------------------------------- /src/adjoint/DAColoring/DAColoring.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAColoring/DAColoring.H -------------------------------------------------------------------------------- /src/adjoint/DAField/DAField.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAField/DAField.C -------------------------------------------------------------------------------- /src/adjoint/DAField/DAField.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAField/DAField.H -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunction.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunction.C -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunction.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunction.H -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionFieldMax.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionFieldMax.C -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionFieldMax.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionFieldMax.H -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionForce.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionForce.C -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionForce.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionForce.H -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionLocation.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionLocation.C -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionLocation.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionLocation.H -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionMassFlowRate.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionMassFlowRate.C -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionMassFlowRate.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionMassFlowRate.H -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionMeshQualityKS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionMeshQualityKS.C -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionMeshQualityKS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionMeshQualityKS.H -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionMoment.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionMoment.C -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionMoment.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionMoment.H -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionPatchMean.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionPatchMean.C -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionPatchMean.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionPatchMean.H -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionResidualNorm.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionResidualNorm.C -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionResidualNorm.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionResidualNorm.H -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionTotalPressure.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionTotalPressure.C -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionTotalPressure.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionTotalPressure.H -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionTotalPressureRatio.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionTotalPressureRatio.C -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionTotalPressureRatio.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionTotalPressureRatio.H -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionTotalTemperatureRatio.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionTotalTemperatureRatio.C -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionTotalTemperatureRatio.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionTotalTemperatureRatio.H -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionVariableVolSum.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionVariableVolSum.C -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionVariableVolSum.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionVariableVolSum.H -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionVariance.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionVariance.C -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionVariance.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionVariance.H -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionVonMisesStressKS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionVonMisesStressKS.C -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionVonMisesStressKS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionVonMisesStressKS.H -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionWallHeatFlux.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionWallHeatFlux.C -------------------------------------------------------------------------------- /src/adjoint/DAFunction/DAFunctionWallHeatFlux.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFunction/DAFunctionWallHeatFlux.H -------------------------------------------------------------------------------- /src/adjoint/DAFvSource/DAFvSource.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFvSource/DAFvSource.C -------------------------------------------------------------------------------- /src/adjoint/DAFvSource/DAFvSource.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFvSource/DAFvSource.H -------------------------------------------------------------------------------- /src/adjoint/DAFvSource/DAFvSourceActuatorDisk.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFvSource/DAFvSourceActuatorDisk.C -------------------------------------------------------------------------------- /src/adjoint/DAFvSource/DAFvSourceActuatorDisk.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFvSource/DAFvSourceActuatorDisk.H -------------------------------------------------------------------------------- /src/adjoint/DAFvSource/DAFvSourceActuatorLine.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFvSource/DAFvSourceActuatorLine.C -------------------------------------------------------------------------------- /src/adjoint/DAFvSource/DAFvSourceActuatorLine.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFvSource/DAFvSourceActuatorLine.H -------------------------------------------------------------------------------- /src/adjoint/DAFvSource/DAFvSourceActuatorPoint.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFvSource/DAFvSourceActuatorPoint.C -------------------------------------------------------------------------------- /src/adjoint/DAFvSource/DAFvSourceActuatorPoint.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFvSource/DAFvSourceActuatorPoint.H -------------------------------------------------------------------------------- /src/adjoint/DAFvSource/DAFvSourceHeatSource.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFvSource/DAFvSourceHeatSource.C -------------------------------------------------------------------------------- /src/adjoint/DAFvSource/DAFvSourceHeatSource.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFvSource/DAFvSourceHeatSource.H -------------------------------------------------------------------------------- /src/adjoint/DAFvSource/DAFvSourceUniformPressureGradient.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFvSource/DAFvSourceUniformPressureGradient.C -------------------------------------------------------------------------------- /src/adjoint/DAFvSource/DAFvSourceUniformPressureGradient.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAFvSource/DAFvSourceUniformPressureGradient.H -------------------------------------------------------------------------------- /src/adjoint/DAGlobalVar/DAGlobalVar.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAGlobalVar/DAGlobalVar.C -------------------------------------------------------------------------------- /src/adjoint/DAGlobalVar/DAGlobalVar.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAGlobalVar/DAGlobalVar.H -------------------------------------------------------------------------------- /src/adjoint/DAIndex/DAIndex.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAIndex/DAIndex.C -------------------------------------------------------------------------------- /src/adjoint/DAIndex/DAIndex.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAIndex/DAIndex.H -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInput.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInput.C -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInput.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInput.H -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputField.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputField.C -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputField.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputField.H -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputFieldUnsteady.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputFieldUnsteady.C -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputFieldUnsteady.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputFieldUnsteady.H -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputFvSourcePar.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputFvSourcePar.C -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputFvSourcePar.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputFvSourcePar.H -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputPatchField.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputPatchField.C -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputPatchField.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputPatchField.H -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputPatchVar.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputPatchVar.C -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputPatchVar.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputPatchVar.H -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputPatchVelocity.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputPatchVelocity.C -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputPatchVelocity.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputPatchVelocity.H -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputRegressionPar.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputRegressionPar.C -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputRegressionPar.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputRegressionPar.H -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputStateVar.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputStateVar.C -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputStateVar.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputStateVar.H -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputThermalCoupling.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputThermalCoupling.C -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputThermalCoupling.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputThermalCoupling.H -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputVolCoord.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputVolCoord.C -------------------------------------------------------------------------------- /src/adjoint/DAInput/DAInputVolCoord.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAInput/DAInputVolCoord.H -------------------------------------------------------------------------------- /src/adjoint/DAJacCon/DAJacCon.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAJacCon/DAJacCon.C -------------------------------------------------------------------------------- /src/adjoint/DAJacCon/DAJacCon.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAJacCon/DAJacCon.H -------------------------------------------------------------------------------- /src/adjoint/DALinearEqn/DALinearEqn.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DALinearEqn/DALinearEqn.C -------------------------------------------------------------------------------- /src/adjoint/DALinearEqn/DALinearEqn.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DALinearEqn/DALinearEqn.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/MRFDF/IOMRFZoneListDF.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/MRFDF/IOMRFZoneListDF.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/MRFDF/IOMRFZoneListDF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/MRFDF/IOMRFZoneListDF.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/MRFDF/MRFZoneDF.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/MRFDF/MRFZoneDF.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/MRFDF/MRFZoneDF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/MRFDF/MRFZoneDF.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/MRFDF/MRFZoneIDF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/MRFDF/MRFZoneIDF.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/MRFDF/MRFZoneListDF.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/MRFDF/MRFZoneListDF.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/MRFDF/MRFZoneListDF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/MRFDF/MRFZoneListDF.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/MRFDF/MRFZoneTemplatesDF.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/MRFDF/MRFZoneTemplatesDF.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/MULESDF/CMULESDF.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/MULESDF/CMULESDF.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/MULESDF/CMULESDF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/MULESDF/CMULESDF.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/MULESDF/CMULESDFTemplates.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/MULESDF/CMULESDFTemplates.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/alphatWallFunctionIncomp/alphatWallFunctionIncompFvPatchScalarField.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/alphatWallFunctionIncomp/alphatWallFunctionIncompFvPatchScalarField.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/alphatWallFunctionIncomp/alphatWallFunctionIncompFvPatchScalarField.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/alphatWallFunctionIncomp/alphatWallFunctionIncompFvPatchScalarField.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/fixedWallHeatFlux/fixedWallHeatFluxFvPatchScalarField.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/fixedWallHeatFlux/fixedWallHeatFluxFvPatchScalarField.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/fixedWallHeatFlux/fixedWallHeatFluxFvPatchScalarField.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/fixedWallHeatFlux/fixedWallHeatFluxFvPatchScalarField.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/homTemp/homTempFvPatchScalarField.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/homTemp/homTempFvPatchScalarField.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/homTemp/homTempFvPatchScalarField.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/homTemp/homTempFvPatchScalarField.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/meshWaveFrozen/meshWaveFrozenPatchDistMethod.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/meshWaveFrozen/meshWaveFrozenPatchDistMethod.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/meshWaveFrozen/meshWaveFrozenPatchDistMethod.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/meshWaveFrozen/meshWaveFrozenPatchDistMethod.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/multiFreqScalar/multiFreqScalarFvPatchField.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/multiFreqScalar/multiFreqScalarFvPatchField.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/multiFreqScalar/multiFreqScalarFvPatchField.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/multiFreqScalar/multiFreqScalarFvPatchField.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/multiFreqVector/multiFreqVectorFvPatchField.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/multiFreqVector/multiFreqVectorFvPatchField.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/multiFreqVector/multiFreqVectorFvPatchField.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/multiFreqVector/multiFreqVectorFvPatchField.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/nutUSpaldingWallFunctionDF/nutUSpaldingWallFunctionFvPatchScalarFieldDF.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/nutUSpaldingWallFunctionDF/nutUSpaldingWallFunctionFvPatchScalarFieldDF.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/nutUSpaldingWallFunctionDF/nutUSpaldingWallFunctionFvPatchScalarFieldDF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/nutUSpaldingWallFunctionDF/nutUSpaldingWallFunctionFvPatchScalarFieldDF.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/pimpleControlDF/pimpleControlDF.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/pimpleControlDF/pimpleControlDF.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/pimpleControlDF/pimpleControlDF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/pimpleControlDF/pimpleControlDF.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/pimpleControlDF/pimpleControlIDF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/pimpleControlDF/pimpleControlIDF.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/tractionDisplacement/tractionDisplacementFvPatchVectorField.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/tractionDisplacement/tractionDisplacementFvPatchVectorField.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/tractionDisplacement/tractionDisplacementFvPatchVectorField.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/tractionDisplacement/tractionDisplacementFvPatchVectorField.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/varyingVelocity/varyingVelocityFvPatchVectorField.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/varyingVelocity/varyingVelocityFvPatchVectorField.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/varyingVelocity/varyingVelocityFvPatchVectorField.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/varyingVelocity/varyingVelocityFvPatchVectorField.H -------------------------------------------------------------------------------- /src/adjoint/DAMisc/varyingVelocityInletOutlet/varyingVelocityInletOutletFvPatchVectorField.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/varyingVelocityInletOutlet/varyingVelocityInletOutletFvPatchVectorField.C -------------------------------------------------------------------------------- /src/adjoint/DAMisc/varyingVelocityInletOutlet/varyingVelocityInletOutletFvPatchVectorField.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAMisc/varyingVelocityInletOutlet/varyingVelocityInletOutletFvPatchVectorField.H -------------------------------------------------------------------------------- /src/adjoint/DAModel/DAModel.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DAModel.C -------------------------------------------------------------------------------- /src/adjoint/DAModel/DAModel.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DAModel.H -------------------------------------------------------------------------------- /src/adjoint/DAModel/DARadiationModel/DAP1.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DARadiationModel/DAP1.C -------------------------------------------------------------------------------- /src/adjoint/DAModel/DARadiationModel/DAP1.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DARadiationModel/DAP1.H -------------------------------------------------------------------------------- /src/adjoint/DAModel/DARadiationModel/DARadiationModel.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DARadiationModel/DARadiationModel.C -------------------------------------------------------------------------------- /src/adjoint/DAModel/DARadiationModel/DARadiationModel.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DARadiationModel/DARadiationModel.H -------------------------------------------------------------------------------- /src/adjoint/DAModel/DATurbulenceModel/DADummyTurbulenceModel.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DATurbulenceModel/DADummyTurbulenceModel.C -------------------------------------------------------------------------------- /src/adjoint/DAModel/DATurbulenceModel/DADummyTurbulenceModel.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DATurbulenceModel/DADummyTurbulenceModel.H -------------------------------------------------------------------------------- /src/adjoint/DAModel/DATurbulenceModel/DASpalartAllmaras.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DATurbulenceModel/DASpalartAllmaras.C -------------------------------------------------------------------------------- /src/adjoint/DAModel/DATurbulenceModel/DASpalartAllmaras.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DATurbulenceModel/DASpalartAllmaras.H -------------------------------------------------------------------------------- /src/adjoint/DAModel/DATurbulenceModel/DASpalartAllmarasFv3.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DATurbulenceModel/DASpalartAllmarasFv3.C -------------------------------------------------------------------------------- /src/adjoint/DAModel/DATurbulenceModel/DASpalartAllmarasFv3.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DATurbulenceModel/DASpalartAllmarasFv3.H -------------------------------------------------------------------------------- /src/adjoint/DAModel/DATurbulenceModel/DATurbulenceModel.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DATurbulenceModel/DATurbulenceModel.C -------------------------------------------------------------------------------- /src/adjoint/DAModel/DATurbulenceModel/DATurbulenceModel.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DATurbulenceModel/DATurbulenceModel.H -------------------------------------------------------------------------------- /src/adjoint/DAModel/DATurbulenceModel/DAkEpsilon.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DATurbulenceModel/DAkEpsilon.C -------------------------------------------------------------------------------- /src/adjoint/DAModel/DATurbulenceModel/DAkEpsilon.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DATurbulenceModel/DAkEpsilon.H -------------------------------------------------------------------------------- /src/adjoint/DAModel/DATurbulenceModel/DAkOmega.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DATurbulenceModel/DAkOmega.C -------------------------------------------------------------------------------- /src/adjoint/DAModel/DATurbulenceModel/DAkOmega.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DATurbulenceModel/DAkOmega.H -------------------------------------------------------------------------------- /src/adjoint/DAModel/DATurbulenceModel/DAkOmegaSST.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DATurbulenceModel/DAkOmegaSST.C -------------------------------------------------------------------------------- /src/adjoint/DAModel/DATurbulenceModel/DAkOmegaSST.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DATurbulenceModel/DAkOmegaSST.H -------------------------------------------------------------------------------- /src/adjoint/DAModel/DATurbulenceModel/DAkOmegaSSTLM.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DATurbulenceModel/DAkOmegaSSTLM.C -------------------------------------------------------------------------------- /src/adjoint/DAModel/DATurbulenceModel/DAkOmegaSSTLM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAModel/DATurbulenceModel/DAkOmegaSSTLM.H -------------------------------------------------------------------------------- /src/adjoint/DAOption/DAOption.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAOption/DAOption.C -------------------------------------------------------------------------------- /src/adjoint/DAOption/DAOption.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAOption/DAOption.H -------------------------------------------------------------------------------- /src/adjoint/DAOutput/DAOutput.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAOutput/DAOutput.C -------------------------------------------------------------------------------- /src/adjoint/DAOutput/DAOutput.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAOutput/DAOutput.H -------------------------------------------------------------------------------- /src/adjoint/DAOutput/DAOutputForceCoupling.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAOutput/DAOutputForceCoupling.C -------------------------------------------------------------------------------- /src/adjoint/DAOutput/DAOutputForceCoupling.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAOutput/DAOutputForceCoupling.H -------------------------------------------------------------------------------- /src/adjoint/DAOutput/DAOutputFunction.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAOutput/DAOutputFunction.C -------------------------------------------------------------------------------- /src/adjoint/DAOutput/DAOutputFunction.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAOutput/DAOutputFunction.H -------------------------------------------------------------------------------- /src/adjoint/DAOutput/DAOutputResidual.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAOutput/DAOutputResidual.C -------------------------------------------------------------------------------- /src/adjoint/DAOutput/DAOutputResidual.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAOutput/DAOutputResidual.H -------------------------------------------------------------------------------- /src/adjoint/DAOutput/DAOutputThermalCoupling.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAOutput/DAOutputThermalCoupling.C -------------------------------------------------------------------------------- /src/adjoint/DAOutput/DAOutputThermalCoupling.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAOutput/DAOutputThermalCoupling.H -------------------------------------------------------------------------------- /src/adjoint/DAPartDeriv/DAPartDeriv.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAPartDeriv/DAPartDeriv.C -------------------------------------------------------------------------------- /src/adjoint/DAPartDeriv/DAPartDeriv.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAPartDeriv/DAPartDeriv.H -------------------------------------------------------------------------------- /src/adjoint/DARegression/DARegression.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DARegression/DARegression.C -------------------------------------------------------------------------------- /src/adjoint/DARegression/DARegression.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DARegression/DARegression.H -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidual.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidual.C -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidual.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidual.H -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualHeatTransferFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualHeatTransferFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualHeatTransferFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualHeatTransferFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualHisaFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualHisaFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualHisaFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualHisaFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualInterFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualInterFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualInterFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualInterFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualPimpleDyMFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualPimpleDyMFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualPimpleDyMFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualPimpleDyMFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualPimpleFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualPimpleFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualPimpleFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualPimpleFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualRhoPimpleFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualRhoPimpleFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualRhoPimpleFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualRhoPimpleFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualRhoSimpleCFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualRhoSimpleCFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualRhoSimpleCFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualRhoSimpleCFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualRhoSimpleFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualRhoSimpleFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualRhoSimpleFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualRhoSimpleFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualScalarTransportFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualScalarTransportFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualScalarTransportFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualScalarTransportFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualSimpleFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualSimpleFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualSimpleFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualSimpleFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualSolidDisplacementFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualSolidDisplacementFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualSolidDisplacementFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualSolidDisplacementFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualTopoChtFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualTopoChtFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualTopoChtFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualTopoChtFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualTurboFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualTurboFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAResidual/DAResidualTurboFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAResidual/DAResidualTurboFoam.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAHeatTransferFoam/DAHeatTransferFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAHeatTransferFoam/DAHeatTransferFoam.C -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAHeatTransferFoam/DAHeatTransferFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAHeatTransferFoam/DAHeatTransferFoam.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAHeatTransferFoam/createFieldsHeatTransfer.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAHeatTransferFoam/createFieldsHeatTransfer.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAHeatTransferFoam/createRefsHeatTransfer.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAHeatTransferFoam/createRefsHeatTransfer.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAHisaFoam/DAHisaFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAHisaFoam/DAHisaFoam.C -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAHisaFoam/DAHisaFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAHisaFoam/DAHisaFoam.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAInterFoam/DAInterFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAInterFoam/DAInterFoam.C -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAInterFoam/DAInterFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAInterFoam/DAInterFoam.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAInterFoam/UEqnInter.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAInterFoam/UEqnInter.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAInterFoam/createFieldsInter.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAInterFoam/createFieldsInter.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAInterFoam/createRefsInter.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAInterFoam/createRefsInter.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAInterFoam/pEqnInter.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAInterFoam/pEqnInter.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAIrkPimpleFoam/DAIrkPimpleFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAIrkPimpleFoam/DAIrkPimpleFoam.C -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAIrkPimpleFoam/DAIrkPimpleFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAIrkPimpleFoam/DAIrkPimpleFoam.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAIrkPimpleFoam/U1EqnIrkPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAIrkPimpleFoam/U1EqnIrkPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAIrkPimpleFoam/U2EqnIrkPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAIrkPimpleFoam/U2EqnIrkPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAIrkPimpleFoam/createFieldsIrkPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAIrkPimpleFoam/createFieldsIrkPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAIrkPimpleFoam/mySAModel.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAIrkPimpleFoam/mySAModel.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAIrkPimpleFoam/myUtilities.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAIrkPimpleFoam/myUtilities.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAIrkPimpleFoam/nuTilda1EqnIrkPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAIrkPimpleFoam/nuTilda1EqnIrkPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAIrkPimpleFoam/nuTilda2EqnIrkPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAIrkPimpleFoam/nuTilda2EqnIrkPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAIrkPimpleFoam/p1EqnIrkPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAIrkPimpleFoam/p1EqnIrkPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAIrkPimpleFoam/p2EqnIrkPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAIrkPimpleFoam/p2EqnIrkPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAPimpleDyMFoam/DAPimpleDyMFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAPimpleDyMFoam/DAPimpleDyMFoam.C -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAPimpleDyMFoam/DAPimpleDyMFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAPimpleDyMFoam/DAPimpleDyMFoam.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAPimpleDyMFoam/TEqnPimpleDyM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAPimpleDyMFoam/TEqnPimpleDyM.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAPimpleDyMFoam/UEqnPimpleDyM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAPimpleDyMFoam/UEqnPimpleDyM.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAPimpleDyMFoam/createFieldsPimpleDyM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAPimpleDyMFoam/createFieldsPimpleDyM.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAPimpleDyMFoam/createRefsPimpleDyM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAPimpleDyMFoam/createRefsPimpleDyM.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAPimpleDyMFoam/pEqnPimpleDyM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAPimpleDyMFoam/pEqnPimpleDyM.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAPimpleFoam/DAPimpleFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAPimpleFoam/DAPimpleFoam.C -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAPimpleFoam/DAPimpleFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAPimpleFoam/DAPimpleFoam.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAPimpleFoam/TEqnPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAPimpleFoam/TEqnPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAPimpleFoam/UEqnPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAPimpleFoam/UEqnPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAPimpleFoam/createFieldsPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAPimpleFoam/createFieldsPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAPimpleFoam/createRefsPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAPimpleFoam/createRefsPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAPimpleFoam/pEqnPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAPimpleFoam/pEqnPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoPimpleFoam/DARhoPimpleFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoPimpleFoam/DARhoPimpleFoam.C -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoPimpleFoam/DARhoPimpleFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoPimpleFoam/DARhoPimpleFoam.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoPimpleFoam/EEqnRhoPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoPimpleFoam/EEqnRhoPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoPimpleFoam/UEqnRhoPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoPimpleFoam/UEqnRhoPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoPimpleFoam/createFieldsRhoPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoPimpleFoam/createFieldsRhoPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoPimpleFoam/createRefsRhoPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoPimpleFoam/createRefsRhoPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoPimpleFoam/pEqnRhoPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoPimpleFoam/pEqnRhoPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoPimpleFoam/rhoEqnRhoPimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoPimpleFoam/rhoEqnRhoPimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoSimpleCFoam/DARhoSimpleCFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoSimpleCFoam/DARhoSimpleCFoam.C -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoSimpleCFoam/DARhoSimpleCFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoSimpleCFoam/DARhoSimpleCFoam.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoSimpleCFoam/EEqnRhoSimpleC.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoSimpleCFoam/EEqnRhoSimpleC.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoSimpleCFoam/UEqnRhoSimpleC.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoSimpleCFoam/UEqnRhoSimpleC.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoSimpleCFoam/createFieldsRhoSimpleC.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoSimpleCFoam/createFieldsRhoSimpleC.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoSimpleCFoam/createRefsRhoSimpleC.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoSimpleCFoam/createRefsRhoSimpleC.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoSimpleCFoam/pEqnRhoSimpleC.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoSimpleCFoam/pEqnRhoSimpleC.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoSimpleFoam/DARhoSimpleFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoSimpleFoam/DARhoSimpleFoam.C -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoSimpleFoam/DARhoSimpleFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoSimpleFoam/DARhoSimpleFoam.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoSimpleFoam/EEqnRhoSimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoSimpleFoam/EEqnRhoSimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoSimpleFoam/UEqnRhoSimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoSimpleFoam/UEqnRhoSimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoSimpleFoam/createFieldsRhoSimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoSimpleFoam/createFieldsRhoSimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoSimpleFoam/createRefsRhoSimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoSimpleFoam/createRefsRhoSimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DARhoSimpleFoam/pEqnRhoSimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DARhoSimpleFoam/pEqnRhoSimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAScalarTransportFoam/DAScalarTransportFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAScalarTransportFoam/DAScalarTransportFoam.C -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAScalarTransportFoam/DAScalarTransportFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAScalarTransportFoam/DAScalarTransportFoam.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAScalarTransportFoam/createFieldsScalarTransport.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAScalarTransportFoam/createFieldsScalarTransport.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DAScalarTransportFoam/createRefsScalarTransport.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DAScalarTransportFoam/createRefsScalarTransport.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASimpleFoam/DASimpleFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASimpleFoam/DASimpleFoam.C -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASimpleFoam/DASimpleFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASimpleFoam/DASimpleFoam.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASimpleFoam/TEqnSimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASimpleFoam/TEqnSimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASimpleFoam/UEqnSimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASimpleFoam/UEqnSimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASimpleFoam/createFieldsSimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASimpleFoam/createFieldsSimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASimpleFoam/createRefsSimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASimpleFoam/createRefsSimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASimpleFoam/pEqnSimple.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASimpleFoam/pEqnSimple.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASimpleFoam/pseudoEqns.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASimpleFoam/pseudoEqns.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASimpleFoam/solvePseudoPEqn.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASimpleFoam/solvePseudoPEqn.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASimpleFoam/solvePseudoUEqn.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASimpleFoam/solvePseudoUEqn.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASolidDisplacementFoam/DASolidDisplacementFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASolidDisplacementFoam/DASolidDisplacementFoam.C -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASolidDisplacementFoam/DASolidDisplacementFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASolidDisplacementFoam/DASolidDisplacementFoam.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASolidDisplacementFoam/calculateStressSolidDisplacement.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASolidDisplacementFoam/calculateStressSolidDisplacement.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASolidDisplacementFoam/createFieldsSolidDisplacement.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASolidDisplacementFoam/createFieldsSolidDisplacement.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASolidDisplacementFoam/createRefsSolidDisplacement.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASolidDisplacementFoam/createRefsSolidDisplacement.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASolidDisplacementFoam/readMechanicalPropertiesSolidDisplacement.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASolidDisplacementFoam/readMechanicalPropertiesSolidDisplacement.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASolver.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASolver.C -------------------------------------------------------------------------------- /src/adjoint/DASolver/DASolver.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DASolver.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DATopoChtFoam/DATopoChtFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DATopoChtFoam/DATopoChtFoam.C -------------------------------------------------------------------------------- /src/adjoint/DASolver/DATopoChtFoam/DATopoChtFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DATopoChtFoam/DATopoChtFoam.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DATopoChtFoam/TEqnTopoCht.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DATopoChtFoam/TEqnTopoCht.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DATopoChtFoam/UEqnTopoCht.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DATopoChtFoam/UEqnTopoCht.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DATopoChtFoam/createFieldsTopoCht.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DATopoChtFoam/createFieldsTopoCht.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DATopoChtFoam/createRefsTopoCht.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DATopoChtFoam/createRefsTopoCht.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DATopoChtFoam/pEqnTopoCht.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DATopoChtFoam/pEqnTopoCht.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DATurboFoam/DATurboFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DATurboFoam/DATurboFoam.C -------------------------------------------------------------------------------- /src/adjoint/DASolver/DATurboFoam/DATurboFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DATurboFoam/DATurboFoam.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DATurboFoam/EEqnTurbo.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DATurboFoam/EEqnTurbo.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DATurboFoam/UEqnTurbo.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DATurboFoam/UEqnTurbo.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DATurboFoam/createFieldsTurbo.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DATurboFoam/createFieldsTurbo.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DATurboFoam/createRefsTurbo.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DATurboFoam/createRefsTurbo.H -------------------------------------------------------------------------------- /src/adjoint/DASolver/DATurboFoam/pEqnTurbo.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DASolver/DATurboFoam/pEqnTurbo.H -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfo.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfo.C -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfo.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfo.H -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoHeatTransferFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoHeatTransferFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoHeatTransferFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoHeatTransferFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoHisaFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoHisaFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoHisaFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoHisaFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoInterFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoInterFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoInterFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoInterFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoPimpleDyMFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoPimpleDyMFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoPimpleDyMFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoPimpleDyMFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoPimpleFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoPimpleFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoPimpleFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoPimpleFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoRhoPimpleFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoRhoPimpleFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoRhoPimpleFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoRhoPimpleFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoRhoSimpleCFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoRhoSimpleCFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoRhoSimpleCFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoRhoSimpleCFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoRhoSimpleFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoRhoSimpleFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoRhoSimpleFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoRhoSimpleFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoScalarTransportFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoScalarTransportFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoScalarTransportFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoScalarTransportFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoSimpleFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoSimpleFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoSimpleFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoSimpleFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoSolidDisplacementFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoSolidDisplacementFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoSolidDisplacementFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoSolidDisplacementFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoTopoChtFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoTopoChtFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoTopoChtFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoTopoChtFoam.H -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoTurboFoam.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoTurboFoam.C -------------------------------------------------------------------------------- /src/adjoint/DAStateInfo/DAStateInfoTurboFoam.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAStateInfo/DAStateInfoTurboFoam.H -------------------------------------------------------------------------------- /src/adjoint/DATimeOp/DATimeOp.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DATimeOp/DATimeOp.C -------------------------------------------------------------------------------- /src/adjoint/DATimeOp/DATimeOp.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DATimeOp/DATimeOp.H -------------------------------------------------------------------------------- /src/adjoint/DATimeOp/DATimeOpAverage.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DATimeOp/DATimeOpAverage.C -------------------------------------------------------------------------------- /src/adjoint/DATimeOp/DATimeOpAverage.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DATimeOp/DATimeOpAverage.H -------------------------------------------------------------------------------- /src/adjoint/DATimeOp/DATimeOpFinal.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DATimeOp/DATimeOpFinal.C -------------------------------------------------------------------------------- /src/adjoint/DATimeOp/DATimeOpFinal.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DATimeOp/DATimeOpFinal.H -------------------------------------------------------------------------------- /src/adjoint/DATimeOp/DATimeOpMax.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DATimeOp/DATimeOpMax.C -------------------------------------------------------------------------------- /src/adjoint/DATimeOp/DATimeOpMax.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DATimeOp/DATimeOpMax.H -------------------------------------------------------------------------------- /src/adjoint/DAUtility/DAUtility.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAUtility/DAUtility.C -------------------------------------------------------------------------------- /src/adjoint/DAUtility/DAUtility.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/DAUtility/DAUtility.H -------------------------------------------------------------------------------- /src/adjoint/Make/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/Make/files -------------------------------------------------------------------------------- /src/adjoint/Make/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/adjoint/Make/options -------------------------------------------------------------------------------- /src/include/DAMacroFunctions.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/DAMacroFunctions.H -------------------------------------------------------------------------------- /src/include/VoF/alphaControlsDF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/VoF/alphaControlsDF.H -------------------------------------------------------------------------------- /src/include/VoF/alphaCourantNo.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/VoF/alphaCourantNo.H -------------------------------------------------------------------------------- /src/include/VoF/alphaEqn.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/VoF/alphaEqn.H -------------------------------------------------------------------------------- /src/include/VoF/alphaEqnSubCycle.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/VoF/alphaEqnSubCycle.H -------------------------------------------------------------------------------- /src/include/VoF/alphaSuSp.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/VoF/alphaSuSp.H -------------------------------------------------------------------------------- /src/include/VoF/rhofs.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/VoF/rhofs.H -------------------------------------------------------------------------------- /src/include/compressibleCreatePhiPython.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/compressibleCreatePhiPython.H -------------------------------------------------------------------------------- /src/include/continuityErrsPython.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/continuityErrsPython.H -------------------------------------------------------------------------------- /src/include/createAdjoint.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/createAdjoint.H -------------------------------------------------------------------------------- /src/include/createMeshPython.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/createMeshPython.H -------------------------------------------------------------------------------- /src/include/createPhiPython.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/createPhiPython.H -------------------------------------------------------------------------------- /src/include/createPimpleControlPython.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/createPimpleControlPython.H -------------------------------------------------------------------------------- /src/include/createPisoControlPython.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/createPisoControlPython.H -------------------------------------------------------------------------------- /src/include/createSimpleControlPython.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/createSimpleControlPython.H -------------------------------------------------------------------------------- /src/include/createTimePython.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/createTimePython.H -------------------------------------------------------------------------------- /src/include/setArgs.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/setArgs.H -------------------------------------------------------------------------------- /src/include/setRootCasePython.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/include/setRootCasePython.H -------------------------------------------------------------------------------- /src/newTurbModels/Allclean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/newTurbModels/Allclean -------------------------------------------------------------------------------- /src/newTurbModels/Allmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/newTurbModels/Allmake -------------------------------------------------------------------------------- /src/newTurbModels/compressible/Make/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/newTurbModels/compressible/Make/files -------------------------------------------------------------------------------- /src/newTurbModels/compressible/Make/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/newTurbModels/compressible/Make/options -------------------------------------------------------------------------------- /src/newTurbModels/compressible/makeDummyTurbulenceModelCompressible.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/newTurbModels/compressible/makeDummyTurbulenceModelCompressible.C -------------------------------------------------------------------------------- /src/newTurbModels/compressible/makeSpalartAllmarasFv3Compressible.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/newTurbModels/compressible/makeSpalartAllmarasFv3Compressible.C -------------------------------------------------------------------------------- /src/newTurbModels/incompressible/Make/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/newTurbModels/incompressible/Make/files -------------------------------------------------------------------------------- /src/newTurbModels/incompressible/Make/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/newTurbModels/incompressible/Make/options -------------------------------------------------------------------------------- /src/newTurbModels/incompressible/makeDummyTurbulenceModelIncompressible.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/newTurbModels/incompressible/makeDummyTurbulenceModelIncompressible.C -------------------------------------------------------------------------------- /src/newTurbModels/incompressible/makeSpalartAllmarasFv3Incompressible.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/newTurbModels/incompressible/makeSpalartAllmarasFv3Incompressible.C -------------------------------------------------------------------------------- /src/newTurbModels/models/SpalartAllmarasFv3.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/newTurbModels/models/SpalartAllmarasFv3.C -------------------------------------------------------------------------------- /src/newTurbModels/models/SpalartAllmarasFv3.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/newTurbModels/models/SpalartAllmarasFv3.H -------------------------------------------------------------------------------- /src/newTurbModels/models/dummyTurbulenceModel.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/newTurbModels/models/dummyTurbulenceModel.C -------------------------------------------------------------------------------- /src/newTurbModels/models/dummyTurbulenceModel.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/newTurbModels/models/dummyTurbulenceModel.H -------------------------------------------------------------------------------- /src/pyDASolvers/Allclean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/pyDASolvers/Allclean -------------------------------------------------------------------------------- /src/pyDASolvers/Allmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/pyDASolvers/Allmake -------------------------------------------------------------------------------- /src/pyDASolvers/DASolvers.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/pyDASolvers/DASolvers.C -------------------------------------------------------------------------------- /src/pyDASolvers/DASolvers.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/pyDASolvers/DASolvers.H -------------------------------------------------------------------------------- /src/pyDASolvers/Make/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/pyDASolvers/Make/files -------------------------------------------------------------------------------- /src/pyDASolvers/Make/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/pyDASolvers/Make/options -------------------------------------------------------------------------------- /src/pyDASolvers/pyDASolvers.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/pyDASolvers/pyDASolvers.pyx -------------------------------------------------------------------------------- /src/pyUnitTests/Allclean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/pyUnitTests/Allclean -------------------------------------------------------------------------------- /src/pyUnitTests/Allmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/pyUnitTests/Allmake -------------------------------------------------------------------------------- /src/pyUnitTests/Make/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/pyUnitTests/Make/files -------------------------------------------------------------------------------- /src/pyUnitTests/Make/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/pyUnitTests/Make/options -------------------------------------------------------------------------------- /src/pyUnitTests/UnitTests.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/pyUnitTests/UnitTests.C -------------------------------------------------------------------------------- /src/pyUnitTests/UnitTests.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/pyUnitTests/UnitTests.H -------------------------------------------------------------------------------- /src/pyUnitTests/pyUnitTests.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/pyUnitTests/pyUnitTests.pyx -------------------------------------------------------------------------------- /src/utilities/postProcessing/Allclean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/postProcessing/Allclean -------------------------------------------------------------------------------- /src/utilities/postProcessing/Allmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/postProcessing/Allmake -------------------------------------------------------------------------------- /src/utilities/postProcessing/calcForcePerSCompressible/Make/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/postProcessing/calcForcePerSCompressible/Make/files -------------------------------------------------------------------------------- /src/utilities/postProcessing/calcForcePerSCompressible/Make/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/postProcessing/calcForcePerSCompressible/Make/options -------------------------------------------------------------------------------- /src/utilities/postProcessing/calcForcePerSCompressible/calcForcePerS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/postProcessing/calcForcePerSCompressible/calcForcePerS.C -------------------------------------------------------------------------------- /src/utilities/postProcessing/calcForcePerSCompressible/createFields.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/postProcessing/calcForcePerSCompressible/createFields.H -------------------------------------------------------------------------------- /src/utilities/postProcessing/calcForcePerSIncompressible/Make/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/postProcessing/calcForcePerSIncompressible/Make/files -------------------------------------------------------------------------------- /src/utilities/postProcessing/calcForcePerSIncompressible/Make/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/postProcessing/calcForcePerSIncompressible/Make/options -------------------------------------------------------------------------------- /src/utilities/postProcessing/calcForcePerSIncompressible/calcForcePerS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/postProcessing/calcForcePerSIncompressible/calcForcePerS.C -------------------------------------------------------------------------------- /src/utilities/postProcessing/calcForcePerSIncompressible/createFields.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/postProcessing/calcForcePerSIncompressible/createFields.H -------------------------------------------------------------------------------- /src/utilities/postProcessing/getFieldRMSETimeSeries/Make/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/postProcessing/getFieldRMSETimeSeries/Make/files -------------------------------------------------------------------------------- /src/utilities/postProcessing/getFieldRMSETimeSeries/Make/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/postProcessing/getFieldRMSETimeSeries/Make/options -------------------------------------------------------------------------------- /src/utilities/postProcessing/getFieldRMSETimeSeries/getFieldRMSETimeSeries.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/postProcessing/getFieldRMSETimeSeries/getFieldRMSETimeSeries.C -------------------------------------------------------------------------------- /src/utilities/postProcessing/getProbeTimeSeries/Make/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/postProcessing/getProbeTimeSeries/Make/files -------------------------------------------------------------------------------- /src/utilities/postProcessing/getProbeTimeSeries/Make/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/postProcessing/getProbeTimeSeries/Make/options -------------------------------------------------------------------------------- /src/utilities/postProcessing/getProbeTimeSeries/getProbeTimeSeries.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/postProcessing/getProbeTimeSeries/getProbeTimeSeries.C -------------------------------------------------------------------------------- /src/utilities/preProcessing/Allclean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/preProcessing/Allclean -------------------------------------------------------------------------------- /src/utilities/preProcessing/Allmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/preProcessing/Allmake -------------------------------------------------------------------------------- /src/utilities/preProcessing/deformDynMesh/Make/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/preProcessing/deformDynMesh/Make/files -------------------------------------------------------------------------------- /src/utilities/preProcessing/deformDynMesh/Make/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/preProcessing/deformDynMesh/Make/options -------------------------------------------------------------------------------- /src/utilities/preProcessing/deformDynMesh/deformDynMesh.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/preProcessing/deformDynMesh/deformDynMesh.C -------------------------------------------------------------------------------- /src/utilities/preProcessing/getFIData/Make/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/preProcessing/getFIData/Make/files -------------------------------------------------------------------------------- /src/utilities/preProcessing/getFIData/Make/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/preProcessing/getFIData/Make/options -------------------------------------------------------------------------------- /src/utilities/preProcessing/getFIData/getFIData.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/preProcessing/getFIData/getFIData.C -------------------------------------------------------------------------------- /src/utilities/preProcessing/setBoundaryLayerPatch/Make/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/preProcessing/setBoundaryLayerPatch/Make/files -------------------------------------------------------------------------------- /src/utilities/preProcessing/setBoundaryLayerPatch/Make/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/preProcessing/setBoundaryLayerPatch/Make/options -------------------------------------------------------------------------------- /src/utilities/preProcessing/setBoundaryLayerPatch/setBoundaryLayerPatch.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/preProcessing/setBoundaryLayerPatch/setBoundaryLayerPatch.C -------------------------------------------------------------------------------- /src/utilities/preProcessing/setProbeData/Make/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/preProcessing/setProbeData/Make/files -------------------------------------------------------------------------------- /src/utilities/preProcessing/setProbeData/Make/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/preProcessing/setProbeData/Make/options -------------------------------------------------------------------------------- /src/utilities/preProcessing/setProbeData/setProbeData.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/src/utilities/preProcessing/setProbeData/setProbeData.C -------------------------------------------------------------------------------- /tests/.coveragerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/.coveragerc -------------------------------------------------------------------------------- /tests/Allclean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/Allclean -------------------------------------------------------------------------------- /tests/Allrun: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/Allrun -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_AeroOptRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_AeroOptRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_AeroStructRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_AeroStructRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_AeroThermalRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_AeroThermalRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DAHisaFoamRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DAHisaFoamRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DAInterFoamRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DAInterFoamRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DAPimpleDyMFoamRegParRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DAPimpleDyMFoamRegParRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DAPimpleFoamFPRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DAPimpleFoamFPRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DAPimpleFoamFieldRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DAPimpleFoamFieldRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DAPimpleFoamRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DAPimpleFoamRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DAPimpleFoamRegParRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DAPimpleFoamRegParRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DARhoPimpleFoamRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DARhoPimpleFoamRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DARhoSimpleCFoamRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DARhoSimpleCFoamRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DARhoSimpleFoamForwardRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DARhoSimpleFoamForwardRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DAScalarTransportFoamRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DAScalarTransportFoamRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DASimpleFoamFPRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DASimpleFoamFPRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DASimpleFoamForwardRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DASimpleFoamForwardRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DASimpleFoamMeanStatesRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DASimpleFoamMeanStatesRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DASimpleFoamRegParRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DASimpleFoamRegParRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DASimpleTFoamRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DASimpleTFoamRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DASolidDisplacementFoamRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DASolidDisplacementFoamRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DATopoChtFoamRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DATopoChtFoamRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DATurboFoamSubsonicRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DATurboFoamSubsonicRef.txt -------------------------------------------------------------------------------- /tests/refs/DAFoam_Test_DATurboFoamTransonicRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/refs/DAFoam_Test_DATurboFoamTransonicRef.txt -------------------------------------------------------------------------------- /tests/runRegTests_AeroOpt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_AeroOpt.py -------------------------------------------------------------------------------- /tests/runRegTests_AeroStruct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_AeroStruct.py -------------------------------------------------------------------------------- /tests/runRegTests_AeroThermal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_AeroThermal.py -------------------------------------------------------------------------------- /tests/runRegTests_DAHisaFoam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DAHisaFoam.py -------------------------------------------------------------------------------- /tests/runRegTests_DAInterFoam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DAInterFoam.py -------------------------------------------------------------------------------- /tests/runRegTests_DAPimpleDyMFoamRegPar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DAPimpleDyMFoamRegPar.py -------------------------------------------------------------------------------- /tests/runRegTests_DAPimpleFoam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DAPimpleFoam.py -------------------------------------------------------------------------------- /tests/runRegTests_DAPimpleFoamFP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DAPimpleFoamFP.py -------------------------------------------------------------------------------- /tests/runRegTests_DAPimpleFoamField.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DAPimpleFoamField.py -------------------------------------------------------------------------------- /tests/runRegTests_DAPimpleFoamRegPar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DAPimpleFoamRegPar.py -------------------------------------------------------------------------------- /tests/runRegTests_DARhoPimpleFoam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DARhoPimpleFoam.py -------------------------------------------------------------------------------- /tests/runRegTests_DARhoSimpleCFoam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DARhoSimpleCFoam.py -------------------------------------------------------------------------------- /tests/runRegTests_DARhoSimpleFoamForward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DARhoSimpleFoamForward.py -------------------------------------------------------------------------------- /tests/runRegTests_DAScalarTransportFoam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DAScalarTransportFoam.py -------------------------------------------------------------------------------- /tests/runRegTests_DASimpleFoamForward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DASimpleFoamForward.py -------------------------------------------------------------------------------- /tests/runRegTests_DASimpleFoamMeanStates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DASimpleFoamMeanStates.py -------------------------------------------------------------------------------- /tests/runRegTests_DASimpleFoamRegPar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DASimpleFoamRegPar.py -------------------------------------------------------------------------------- /tests/runRegTests_DASolidDisplacementFoam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DASolidDisplacementFoam.py -------------------------------------------------------------------------------- /tests/runRegTests_DATopoChtFoam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DATopoChtFoam.py -------------------------------------------------------------------------------- /tests/runRegTests_DATurboFoamSubsonic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DATurboFoamSubsonic.py -------------------------------------------------------------------------------- /tests/runRegTests_DATurboFoamTransonic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runRegTests_DATurboFoamTransonic.py -------------------------------------------------------------------------------- /tests/runSerialRegTests_DASimpleFoamFP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runSerialRegTests_DASimpleFoamFP.py -------------------------------------------------------------------------------- /tests/runUnitTests_ActuatorDisk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runUnitTests_ActuatorDisk.py -------------------------------------------------------------------------------- /tests/runUnitTests_ActuatorLine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runUnitTests_ActuatorLine.py -------------------------------------------------------------------------------- /tests/runUnitTests_ActuatorPoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runUnitTests_ActuatorPoint.py -------------------------------------------------------------------------------- /tests/runUnitTests_DACustomCHT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runUnitTests_DACustomCHT.py -------------------------------------------------------------------------------- /tests/runUnitTests_DAFunction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runUnitTests_DAFunction.py -------------------------------------------------------------------------------- /tests/runUnitTests_DAHeatTransferFoam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runUnitTests_DAHeatTransferFoam.py -------------------------------------------------------------------------------- /tests/runUnitTests_DAHisaFoamUnsteady.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runUnitTests_DAHisaFoamUnsteady.py -------------------------------------------------------------------------------- /tests/runUnitTests_DAInterFoam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runUnitTests_DAInterFoam.py -------------------------------------------------------------------------------- /tests/runUnitTests_DAIrkPimpleFoam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runUnitTests_DAIrkPimpleFoam.py -------------------------------------------------------------------------------- /tests/runUnitTests_DAPimpleDyMFoam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runUnitTests_DAPimpleDyMFoam.py -------------------------------------------------------------------------------- /tests/runUnitTests_DARhoSimpleFoamMRF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runUnitTests_DARhoSimpleFoamMRF.py -------------------------------------------------------------------------------- /tests/runUnitTests_DATurbModel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runUnitTests_DATurbModel.py -------------------------------------------------------------------------------- /tests/runUnitTests_DAUtility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runUnitTests_DAUtility.py -------------------------------------------------------------------------------- /tests/runUnitTests_ExternalNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runUnitTests_ExternalNN.py -------------------------------------------------------------------------------- /tests/runUnitTests_SensMap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runUnitTests_SensMap.py -------------------------------------------------------------------------------- /tests/runUnitTests_pyDAFoam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/runUnitTests_pyDAFoam.py -------------------------------------------------------------------------------- /tests/testFuncs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdolab/dafoam/HEAD/tests/testFuncs.py --------------------------------------------------------------------------------