initial commit for version 1.6.x patch release
commitb21a55baed3309240f84f3fc0ea91e5e41cd7277
authorOpenCFD <patches@opencfd.co.uk>
Tue, 28 Jul 2009 09:43:31 +0000 (28 10:43 +0100)
committerOpenCFD <patches@opencfd.co.uk>
Tue, 28 Jul 2009 09:43:31 +0000 (28 10:43 +0100)
tree91b2f6d185cad12b1ece4f2c92d976ff8a9180eb
initial commit for version 1.6.x patch release
8185 files changed:
.gitignore [new file with mode: 0644]
Allwmake [new file with mode: 0755]
COPYING [new file with mode: 0644]
README [new file with mode: 0644]
ReleaseNotes-1.6 [new file with mode: 0644]
applications/Allwmake [new file with mode: 0755]
applications/solvers/DNS/dnsFoam/Make/files [new file with mode: 0644]
applications/solvers/DNS/dnsFoam/Make/options [new file with mode: 0644]
applications/solvers/DNS/dnsFoam/createFields.H [new file with mode: 0644]
applications/solvers/DNS/dnsFoam/dnsFoam.C [new file with mode: 0644]
applications/solvers/DNS/dnsFoam/globalProperties.H [new file with mode: 0644]
applications/solvers/DNS/dnsFoam/readTransportProperties.H [new file with mode: 0644]
applications/solvers/DNS/dnsFoam/readTurbulenceProperties.H [new file with mode: 0644]
applications/solvers/basic/laplacianFoam/Make/files [new file with mode: 0644]
applications/solvers/basic/laplacianFoam/Make/options [new file with mode: 0644]
applications/solvers/basic/laplacianFoam/createFields.H [new file with mode: 0644]
applications/solvers/basic/laplacianFoam/laplacianFoam.C [new file with mode: 0644]
applications/solvers/basic/laplacianFoam/write.H [new file with mode: 0644]
applications/solvers/basic/potentialFoam/Make/files [new file with mode: 0644]
applications/solvers/basic/potentialFoam/Make/options [new file with mode: 0644]
applications/solvers/basic/potentialFoam/createFields.H [new file with mode: 0644]
applications/solvers/basic/potentialFoam/potentialFoam.C [new file with mode: 0644]
applications/solvers/basic/scalarTransportFoam/Make/files [new file with mode: 0644]
applications/solvers/basic/scalarTransportFoam/Make/options [new file with mode: 0644]
applications/solvers/basic/scalarTransportFoam/createFields.H [new file with mode: 0644]
applications/solvers/basic/scalarTransportFoam/scalarTransportFoam.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/Make/files [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/Make/options [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/PDRFoam.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/PDRFoamAutoRefine.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/PDRModels/XiEqModels/basicXiSubXiEq/basicXiSubXiEq.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/PDRModels/XiEqModels/basicXiSubXiEq/basicXiSubXiEq.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/PDRModels/XiGModels/basicXiSubG/basicXiSubG.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/PDRModels/XiGModels/basicXiSubG/basicXiSubG.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/PDRModels/dragModels/PDRDragModel/PDRDragModel.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/PDRModels/dragModels/PDRDragModel/PDRDragModel.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/PDRModels/dragModels/PDRDragModel/newPDRDragModel.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/PDRModels/dragModels/basic/basic.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/PDRModels/dragModels/basic/basic.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/PDRModels/turbulence/PDRkEpsilon/PDRkEpsilon.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/PDRModels/turbulence/PDRkEpsilon/PDRkEpsilon.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/StCourantNo.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/UEqn.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiEqns [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/Gulder/Gulder.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/Gulder/Gulder.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEBlendXiEq/SCOPEBlendXiEq.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEBlendXiEq/SCOPEBlendXiEq.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEXiEq/SCOPEXiEq.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEXiEq/SCOPEXiEq.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/XiEqModel/XiEqModel.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/XiEqModel/XiEqModel.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/XiEqModel/newXiEqModel.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/instabilityXiEq/instabilityXiEq.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/instabilityXiEq/instabilityXiEq.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiGModels/KTS/KTS.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiGModels/KTS/KTS.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/XiGModel.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/XiGModel.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiGModels/XiGModel/newXiGModel.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiGModels/instabilityG/instabilityG.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiGModels/instabilityG/instabilityG.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiModel/XiModel.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiModel/XiModel.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/XiModel/newXiModel.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/algebraic/algebraic.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/algebraic/algebraic.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/fixed/fixed.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/fixed/fixed.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/transport/transport.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/XiModels/transport/transport.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/bEqn.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/createFields.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/ftEqn.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/hEqn.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/huEqn.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.C [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/laminarFlameSpeed/SCOPE/SCOPELaminarFlameSpeed.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/pEqn.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/readCombustionProperties.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/rhoEqn.H [new file with mode: 0644]
applications/solvers/combustion/PDRFoam/setDeltaT.H [new file with mode: 0644]
applications/solvers/combustion/XiFoam/Make/files [new file with mode: 0644]
applications/solvers/combustion/XiFoam/Make/options [new file with mode: 0644]
applications/solvers/combustion/XiFoam/UEqn.H [new file with mode: 0644]
applications/solvers/combustion/XiFoam/XiFoam.C [new file with mode: 0644]
applications/solvers/combustion/XiFoam/bEqn.H [new file with mode: 0644]
applications/solvers/combustion/XiFoam/createFields.H [new file with mode: 0644]
applications/solvers/combustion/XiFoam/ftEqn.H [new file with mode: 0644]
applications/solvers/combustion/XiFoam/hEqn.H [new file with mode: 0644]
applications/solvers/combustion/XiFoam/huEqn.H [new file with mode: 0644]
applications/solvers/combustion/XiFoam/pEqn.H [new file with mode: 0644]
applications/solvers/combustion/XiFoam/readCombustionProperties.H [new file with mode: 0644]
applications/solvers/combustion/coldEngineFoam/Make/files [new file with mode: 0644]
applications/solvers/combustion/coldEngineFoam/Make/options [new file with mode: 0644]
applications/solvers/combustion/coldEngineFoam/coldEngineFoam.C [new file with mode: 0644]
applications/solvers/combustion/coldEngineFoam/createFields.H [new file with mode: 0644]
applications/solvers/combustion/coldEngineFoam/hEqn.H [new file with mode: 0644]
applications/solvers/combustion/coldEngineFoam/logSummary.H [new file with mode: 0644]
applications/solvers/combustion/coldEngineFoam/startSummary.H [new file with mode: 0644]
applications/solvers/combustion/dieselEngineFoam/Make/files [new file with mode: 0644]
applications/solvers/combustion/dieselEngineFoam/Make/options [new file with mode: 0644]
applications/solvers/combustion/dieselEngineFoam/UEqn.H [new file with mode: 0644]
applications/solvers/combustion/dieselEngineFoam/YEqn.H [new file with mode: 0644]
applications/solvers/combustion/dieselEngineFoam/createFields.H [new file with mode: 0644]
applications/solvers/combustion/dieselEngineFoam/createSpray.H [new file with mode: 0644]
applications/solvers/combustion/dieselEngineFoam/dieselEngineFoam.C [new file with mode: 0644]
applications/solvers/combustion/dieselEngineFoam/hEqn.H [new file with mode: 0644]
applications/solvers/combustion/dieselEngineFoam/logSummary.H [new file with mode: 0644]
applications/solvers/combustion/dieselEngineFoam/pEqn.H [new file with mode: 0644]
applications/solvers/combustion/dieselEngineFoam/readCombustionProperties.H [new file with mode: 0644]
applications/solvers/combustion/dieselEngineFoam/rhoEqn.H [new file with mode: 0644]
applications/solvers/combustion/dieselEngineFoam/spraySummary.H [new file with mode: 0644]
applications/solvers/combustion/dieselEngineFoam/startSummary.H [new file with mode: 0644]
applications/solvers/combustion/dieselFoam/Make/files [new file with mode: 0644]
applications/solvers/combustion/dieselFoam/Make/options [new file with mode: 0644]
applications/solvers/combustion/dieselFoam/dieselFoam.C [new file with mode: 0644]
applications/solvers/combustion/dieselFoam/pEqn.H [new file with mode: 0644]
applications/solvers/combustion/engineFoam/Make/files [new file with mode: 0644]
applications/solvers/combustion/engineFoam/Make/options [new file with mode: 0644]
applications/solvers/combustion/engineFoam/UEqn.H [new file with mode: 0644]
applications/solvers/combustion/engineFoam/engineFoam.C [new file with mode: 0644]
applications/solvers/combustion/engineFoam/logSummary.H [new file with mode: 0644]
applications/solvers/combustion/engineFoam/pEqn.H [new file with mode: 0644]
applications/solvers/combustion/engineFoam/readEngineTimeControls.H [new file with mode: 0644]
applications/solvers/combustion/engineFoam/startSummary.H [new file with mode: 0644]
applications/solvers/combustion/reactingFoam/Make/files [new file with mode: 0644]
applications/solvers/combustion/reactingFoam/Make/options [new file with mode: 0644]
applications/solvers/combustion/reactingFoam/YEqn.H [new file with mode: 0644]
applications/solvers/combustion/reactingFoam/chemistry.H [new file with mode: 0644]
applications/solvers/combustion/reactingFoam/createFields.H [new file with mode: 0644]
applications/solvers/combustion/reactingFoam/reactingFoam.C [new file with mode: 0644]
applications/solvers/combustion/reactingFoam/readChemistryProperties.H [new file with mode: 0644]
applications/solvers/combustion/rhoReactingFoam/Make/files [new file with mode: 0644]
applications/solvers/combustion/rhoReactingFoam/Make/options [new file with mode: 0644]
applications/solvers/combustion/rhoReactingFoam/YEqn.H [new file with mode: 0644]
applications/solvers/combustion/rhoReactingFoam/chemistry.H [new file with mode: 0644]
applications/solvers/combustion/rhoReactingFoam/createFields.H [new file with mode: 0644]
applications/solvers/combustion/rhoReactingFoam/pEqn.H [new file with mode: 0644]
applications/solvers/combustion/rhoReactingFoam/readChemistryProperties.H [new file with mode: 0644]
applications/solvers/combustion/rhoReactingFoam/rhoReactingFoam.C [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/Allwclean [new file with mode: 0755]
applications/solvers/compressible/rhoCentralFoam/Allwmake [new file with mode: 0755]
applications/solvers/compressible/rhoCentralFoam/BCs/Make/files [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/BCs/Make/options [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/BCs/T/smoluchowskiJumpTFvPatchScalarField.C [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/BCs/T/smoluchowskiJumpTFvPatchScalarField.H [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/BCs/U/maxwellSlipUFvPatchVectorField.C [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/BCs/U/maxwellSlipUFvPatchVectorField.H [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/BCs/mixedFixedValueSlip/mixedFixedValueSlipFvPatchField.C [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/BCs/mixedFixedValueSlip/mixedFixedValueSlipFvPatchField.H [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/BCs/mixedFixedValueSlip/mixedFixedValueSlipFvPatchFields.C [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/BCs/mixedFixedValueSlip/mixedFixedValueSlipFvPatchFields.H [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/BCs/mixedFixedValueSlip/mixedFixedValueSlipFvPatchFieldsFwd.H [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/BCs/rho/fixedRhoFvPatchScalarField.C [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/BCs/rho/fixedRhoFvPatchScalarField.H [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/Make/files [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/Make/options [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/compressibleCourantNo.H [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/createFields.H [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/readFluxScheme.H [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/readThermophysicalProperties.H [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/rhoBoundaryTypes.H [new file with mode: 0644]
applications/solvers/compressible/rhoCentralFoam/rhoCentralFoam.C [new file with mode: 0644]
applications/solvers/compressible/rhoPimpleFoam/Make/files [new file with mode: 0644]
applications/solvers/compressible/rhoPimpleFoam/Make/options [new file with mode: 0644]
applications/solvers/compressible/rhoPimpleFoam/UEqn.H [new file with mode: 0644]
applications/solvers/compressible/rhoPimpleFoam/createFields.H [new file with mode: 0644]
applications/solvers/compressible/rhoPimpleFoam/hEqn.H [new file with mode: 0644]
applications/solvers/compressible/rhoPimpleFoam/pEqn.H [new file with mode: 0644]
applications/solvers/compressible/rhoPimpleFoam/rhoPimpleFoam.C [new file with mode: 0644]
applications/solvers/compressible/rhoPisoFoam/Make/files [new file with mode: 0644]
applications/solvers/compressible/rhoPisoFoam/Make/options [new file with mode: 0644]
applications/solvers/compressible/rhoPisoFoam/UEqn.H [new file with mode: 0644]
applications/solvers/compressible/rhoPisoFoam/createFields.H [new file with mode: 0644]
applications/solvers/compressible/rhoPisoFoam/hEqn.H [new file with mode: 0644]
applications/solvers/compressible/rhoPisoFoam/pEqn.H [new file with mode: 0644]
applications/solvers/compressible/rhoPisoFoam/rhoPisoFoam.C [new file with mode: 0644]
applications/solvers/compressible/rhoPorousSimpleFoam/Make/files [new file with mode: 0644]
applications/solvers/compressible/rhoPorousSimpleFoam/Make/options [new file with mode: 0644]
applications/solvers/compressible/rhoPorousSimpleFoam/UEqn.H [new file with mode: 0644]
applications/solvers/compressible/rhoPorousSimpleFoam/convergenceCheck.H [new file with mode: 0644]
applications/solvers/compressible/rhoPorousSimpleFoam/createFields.H [new file with mode: 0644]
applications/solvers/compressible/rhoPorousSimpleFoam/hEqn.H [new file with mode: 0644]
applications/solvers/compressible/rhoPorousSimpleFoam/initConvergenceCheck.H [new file with mode: 0644]
applications/solvers/compressible/rhoPorousSimpleFoam/pEqn.H [new file with mode: 0644]
applications/solvers/compressible/rhoPorousSimpleFoam/rhoPorousSimpleFoam.C [new file with mode: 0644]
applications/solvers/compressible/rhoSimpleFoam/Make/files [new file with mode: 0644]
applications/solvers/compressible/rhoSimpleFoam/Make/options [new file with mode: 0644]
applications/solvers/compressible/rhoSimpleFoam/UEqn.H [new file with mode: 0644]
applications/solvers/compressible/rhoSimpleFoam/convergenceCheck.H [new file with mode: 0644]
applications/solvers/compressible/rhoSimpleFoam/createFields.H [new file with mode: 0644]
applications/solvers/compressible/rhoSimpleFoam/hEqn.H [new file with mode: 0644]
applications/solvers/compressible/rhoSimpleFoam/initConvergenceCheck.H [new file with mode: 0644]
applications/solvers/compressible/rhoSimpleFoam/pEqn.H [new file with mode: 0644]
applications/solvers/compressible/rhoSimpleFoam/rhoSimpleFoam.C [new file with mode: 0644]
applications/solvers/compressible/rhoSonicFoam/Make/files [new file with mode: 0644]
applications/solvers/compressible/rhoSonicFoam/Make/options [new file with mode: 0644]
applications/solvers/compressible/rhoSonicFoam/compressibleContinuityErrs.H [new file with mode: 0644]
applications/solvers/compressible/rhoSonicFoam/createFields.H [new file with mode: 0644]
applications/solvers/compressible/rhoSonicFoam/readThermodynamicProperties.H [new file with mode: 0644]
applications/solvers/compressible/rhoSonicFoam/rhoSonicFoam.C [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/Allwmake [new file with mode: 0755]
applications/solvers/compressible/rhopSonicFoam/BCs/Make/files [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/BCs/Make/options [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/BCs/p/inviscidWallPFvPatchScalarField.C [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/BCs/p/inviscidWallPFvPatchScalarField.H [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/BCs/rho/fixedRhoFvPatchScalarField.C [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/BCs/rho/fixedRhoFvPatchScalarField.H [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/BCs/rho/gradientRhoFvPatchScalarField.C [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/BCs/rho/gradientRhoFvPatchScalarField.H [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/BCs/rhoE/fixedRhoEFvPatchScalarField.C [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/BCs/rhoE/fixedRhoEFvPatchScalarField.H [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/BCs/rhoE/mixedRhoEFvPatchScalarField.C [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/BCs/rhoE/mixedRhoEFvPatchScalarField.H [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/BCs/rhoU/fixedRhoUFvPatchVectorField.C [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/BCs/rhoU/fixedRhoUFvPatchVectorField.H [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/Make/files [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/Make/options [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/boundaryTypes.H [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/compressibleCreatePhi.H [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/createFields.H [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/readThermodynamicProperties.H [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/resetPhiPatches.H [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/rhoBoundaryTypes.H [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/rhoEboundaryTypes.H [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/rhoUboundaryTypes.H [new file with mode: 0644]
applications/solvers/compressible/rhopSonicFoam/rhopSonicFoam.C [new file with mode: 0644]
applications/solvers/compressible/sonicDyMFoam/Make/files [new file with mode: 0644]
applications/solvers/compressible/sonicDyMFoam/Make/options [new file with mode: 0644]
applications/solvers/compressible/sonicDyMFoam/compressibleContinuityErrs.H [new file with mode: 0644]
applications/solvers/compressible/sonicDyMFoam/createFields.H [new file with mode: 0644]
applications/solvers/compressible/sonicDyMFoam/readThermodynamicProperties.H [new file with mode: 0644]
applications/solvers/compressible/sonicDyMFoam/readTransportProperties.H [new file with mode: 0644]
applications/solvers/compressible/sonicDyMFoam/sonicDyMFoam.C [new file with mode: 0644]
applications/solvers/compressible/sonicFoam/Make/files [new file with mode: 0644]
applications/solvers/compressible/sonicFoam/Make/options [new file with mode: 0644]
applications/solvers/compressible/sonicFoam/UEqn.H [new file with mode: 0644]
applications/solvers/compressible/sonicFoam/createFields.H [new file with mode: 0644]
applications/solvers/compressible/sonicFoam/eEqn.H [new file with mode: 0644]
applications/solvers/compressible/sonicFoam/pEqn.H [new file with mode: 0644]
applications/solvers/compressible/sonicFoam/sonicFoam.C [new file with mode: 0644]
applications/solvers/compressible/sonicLiquidFoam/Make/files [new file with mode: 0644]
applications/solvers/compressible/sonicLiquidFoam/Make/options [new file with mode: 0644]
applications/solvers/compressible/sonicLiquidFoam/compressibleContinuityErrs.H [new file with mode: 0644]
applications/solvers/compressible/sonicLiquidFoam/createFields.H [new file with mode: 0644]
applications/solvers/compressible/sonicLiquidFoam/readThermodynamicProperties.H [new file with mode: 0644]
applications/solvers/compressible/sonicLiquidFoam/readTransportProperties.H [new file with mode: 0644]
applications/solvers/compressible/sonicLiquidFoam/sonicLiquidFoam.C [new file with mode: 0644]
applications/solvers/discreteMethods/dsmc/dsmcFoam/Make/files [new file with mode: 0644]
applications/solvers/discreteMethods/dsmc/dsmcFoam/Make/options [new file with mode: 0644]
applications/solvers/discreteMethods/dsmc/dsmcFoam/createFields.H [new file with mode: 0644]
applications/solvers/discreteMethods/dsmc/dsmcFoam/dsmcFoam.C [new file with mode: 0644]
applications/solvers/discreteMethods/molecularDynamics/mdEquilibrationFoam/Make/files [new file with mode: 0644]
applications/solvers/discreteMethods/molecularDynamics/mdEquilibrationFoam/Make/options [new file with mode: 0644]
applications/solvers/discreteMethods/molecularDynamics/mdEquilibrationFoam/mdEquilibrationFoam.C [new file with mode: 0644]
applications/solvers/discreteMethods/molecularDynamics/mdEquilibrationFoam/readmdEquilibrationDict.H [new file with mode: 0644]
applications/solvers/discreteMethods/molecularDynamics/mdFoam/Make/files [new file with mode: 0644]
applications/solvers/discreteMethods/molecularDynamics/mdFoam/Make/options [new file with mode: 0644]
applications/solvers/discreteMethods/molecularDynamics/mdFoam/mdFoam.C [new file with mode: 0644]
applications/solvers/electromagnetics/electrostaticFoam/Make/files [new file with mode: 0644]
applications/solvers/electromagnetics/electrostaticFoam/Make/options [new file with mode: 0644]
applications/solvers/electromagnetics/electrostaticFoam/createFields.H [new file with mode: 0644]
applications/solvers/electromagnetics/electrostaticFoam/electrostaticFoam.C [new file with mode: 0644]
applications/solvers/electromagnetics/mhdFoam/Make/files [new file with mode: 0644]
applications/solvers/electromagnetics/mhdFoam/Make/options [new file with mode: 0644]
applications/solvers/electromagnetics/mhdFoam/createFields.H [new file with mode: 0644]
applications/solvers/electromagnetics/mhdFoam/createPhiB.H [new file with mode: 0644]
applications/solvers/electromagnetics/mhdFoam/magneticFieldErr.H [new file with mode: 0644]
applications/solvers/electromagnetics/mhdFoam/mhdFoam.C [new file with mode: 0644]
applications/solvers/electromagnetics/mhdFoam/readBPISOControls.H [new file with mode: 0644]
applications/solvers/financial/financialFoam/Make/files [new file with mode: 0644]
applications/solvers/financial/financialFoam/Make/options [new file with mode: 0644]
applications/solvers/financial/financialFoam/createFields.H [new file with mode: 0644]
applications/solvers/financial/financialFoam/financialFoam.C [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/Make/files [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/Make/options [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/TEqn.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/UEqn.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/buoyantBoussinesqPisoFoam.C [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/createFields.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/pEqn.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqSimpleFoam/Make/files [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqSimpleFoam/Make/options [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqSimpleFoam/TEqn.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqSimpleFoam/UEqn.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqSimpleFoam/buoyantBoussinesqSimpleFoam.C [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqSimpleFoam/convergenceCheck.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqSimpleFoam/createFields.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqSimpleFoam/initConvergenceCheck.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqSimpleFoam/pEqn.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantBoussinesqSimpleFoam/readTransportProperties.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantPisoFoam/Make/files [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantPisoFoam/Make/options [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantPisoFoam/UEqn.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantPisoFoam/buoyantPisoFoam.C [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantPisoFoam/createFields.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantPisoFoam/hEqn.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantPisoFoam/pEqn.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantSimpleFoam/Make/files [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantSimpleFoam/Make/options [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantSimpleFoam/UEqn.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantSimpleFoam/buoyantSimpleFoam.C [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantSimpleFoam/convergenceCheck.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantSimpleFoam/createFields.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantSimpleFoam/hEqn.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantSimpleFoam/initConvergenceCheck.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantSimpleFoam/pEqn.H [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantSimpleRadiationFoam/Make/files [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantSimpleRadiationFoam/Make/options [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantSimpleRadiationFoam/buoyantSimpleRadiationFoam.C [new file with mode: 0644]
applications/solvers/heatTransfer/buoyantSimpleRadiationFoam/hEqn.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/Make/files [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/Make/options [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionFoam.C [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/derivedFvPatchFields/solidWallHeatFluxTemperature/solidWallHeatFluxTemperatureFvPatchScalarField.C [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/derivedFvPatchFields/solidWallHeatFluxTemperature/solidWallHeatFluxTemperatureFvPatchScalarField.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/derivedFvPatchFields/solidWallMixedTemperatureCoupled/solidWallMixedTemperatureCoupledFvPatchScalarField.C [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/derivedFvPatchFields/solidWallMixedTemperatureCoupled/solidWallMixedTemperatureCoupledFvPatchScalarField.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/UEqn.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/compressibleContinuityErrors.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/compressibleCourantNo.C [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/compressibleCourantNo.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/compressibleMultiRegionCourantNo.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/createFluidFields.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/createFluidMeshes.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/hEqn.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/initContinuityErrs.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/pEqn.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/readFluidMultiRegionPIMPLEControls.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/readFluidMultiRegionPISOControls.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/setRegionFluidFields.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/solveFluid.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/storeOldFluidFields.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/readPIMPLEControls.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/regionProperties/regionProperties.C [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/regionProperties/regionProperties.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/solid/createSolidFields.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/solid/createSolidMeshes.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/solid/readSolidMultiRegionPIMPLEControls.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/solid/readSolidMultiRegionPISOControls.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/solid/setRegionSolidFields.H [new file with mode: 0644]
applications/solvers/heatTransfer/chtMultiRegionFoam/solid/solveSolid.H [new file with mode: 0644]
applications/solvers/incompressible/boundaryFoam/Make/files [new file with mode: 0644]
applications/solvers/incompressible/boundaryFoam/Make/options [new file with mode: 0644]
applications/solvers/incompressible/boundaryFoam/boundaryFoam.C [new file with mode: 0644]
applications/solvers/incompressible/boundaryFoam/createFields.H [new file with mode: 0644]
applications/solvers/incompressible/channelFoam/Make/files [new file with mode: 0644]
applications/solvers/incompressible/channelFoam/Make/options [new file with mode: 0644]
applications/solvers/incompressible/channelFoam/channelFoam.C [new file with mode: 0644]
applications/solvers/incompressible/channelFoam/createFields.H [new file with mode: 0644]
applications/solvers/incompressible/channelFoam/createGradP.H [new file with mode: 0644]
applications/solvers/incompressible/channelFoam/readTransportProperties.H [new file with mode: 0644]
applications/solvers/incompressible/channelFoam/writeGradP.H [new file with mode: 0644]
applications/solvers/incompressible/icoFoam/Make/files [new file with mode: 0644]
applications/solvers/incompressible/icoFoam/Make/options [new file with mode: 0644]
applications/solvers/incompressible/icoFoam/createFields.H [new file with mode: 0644]
applications/solvers/incompressible/icoFoam/icoFoam.C [new file with mode: 0644]
applications/solvers/incompressible/nonNewtonianIcoFoam/Make/files [new file with mode: 0644]
applications/solvers/incompressible/nonNewtonianIcoFoam/Make/options [new file with mode: 0644]
applications/solvers/incompressible/nonNewtonianIcoFoam/createFields.H [new file with mode: 0644]
applications/solvers/incompressible/nonNewtonianIcoFoam/nonNewtonianIcoFoam.C [new file with mode: 0644]
applications/solvers/incompressible/pimpleDyMFoam/Make/files [new file with mode: 0644]
applications/solvers/incompressible/pimpleDyMFoam/Make/options [new file with mode: 0644]
applications/solvers/incompressible/pimpleDyMFoam/UEqn.H [new file with mode: 0644]
applications/solvers/incompressible/pimpleDyMFoam/correctPhi.H [new file with mode: 0644]
applications/solvers/incompressible/pimpleDyMFoam/createFields.H [new file with mode: 0644]
applications/solvers/incompressible/pimpleDyMFoam/pimpleDyMFoam.C [new file with mode: 0644]
applications/solvers/incompressible/pimpleDyMFoam/readControls.H [new file with mode: 0644]
applications/solvers/incompressible/pimpleFoam/Make/files [new file with mode: 0644]
applications/solvers/incompressible/pimpleFoam/Make/options [new file with mode: 0644]
applications/solvers/incompressible/pimpleFoam/UEqn.H [new file with mode: 0644]
applications/solvers/incompressible/pimpleFoam/createFields.H [new file with mode: 0644]
applications/solvers/incompressible/pimpleFoam/pEqn.H [new file with mode: 0644]
applications/solvers/incompressible/pimpleFoam/pimpleFoam.C [new file with mode: 0644]
applications/solvers/incompressible/pisoFoam/Make/files [new file with mode: 0644]
applications/solvers/incompressible/pisoFoam/Make/options [new file with mode: 0644]
applications/solvers/incompressible/pisoFoam/createFields.H [new file with mode: 0644]
applications/solvers/incompressible/pisoFoam/pisoFoam.C [new file with mode: 0644]
applications/solvers/incompressible/shallowWaterFoam/CourantNo.H [new file with mode: 0644]
applications/solvers/incompressible/shallowWaterFoam/Make/files [new file with mode: 0644]
applications/solvers/incompressible/shallowWaterFoam/Make/options [new file with mode: 0644]
applications/solvers/incompressible/shallowWaterFoam/createFields.H [new file with mode: 0644]
applications/solvers/incompressible/shallowWaterFoam/createPhi.H [new file with mode: 0644]
applications/solvers/incompressible/shallowWaterFoam/readGravitationalAcceleration.H [new file with mode: 0644]
applications/solvers/incompressible/shallowWaterFoam/shallowWaterFoam.C [new file with mode: 0644]
applications/solvers/incompressible/simpleFoam/Make/files [new file with mode: 0644]
applications/solvers/incompressible/simpleFoam/Make/options [new file with mode: 0644]
applications/solvers/incompressible/simpleFoam/UEqn.H [new file with mode: 0644]
applications/solvers/incompressible/simpleFoam/convergenceCheck.H [new file with mode: 0644]
applications/solvers/incompressible/simpleFoam/createFields.H [new file with mode: 0644]
applications/solvers/incompressible/simpleFoam/initConvergenceCheck.H [new file with mode: 0644]
applications/solvers/incompressible/simpleFoam/pEqn.H [new file with mode: 0644]
applications/solvers/incompressible/simpleFoam/simpleFoam.C [new file with mode: 0644]
applications/solvers/lagrangian/coalChemistryFoam/Make/files [new file with mode: 0644]
applications/solvers/lagrangian/coalChemistryFoam/Make/options [new file with mode: 0644]
applications/solvers/lagrangian/coalChemistryFoam/UEqn.H [new file with mode: 0644]
applications/solvers/lagrangian/coalChemistryFoam/YEqn.H [new file with mode: 0644]
applications/solvers/lagrangian/coalChemistryFoam/chemistry.H [new file with mode: 0644]
applications/solvers/lagrangian/coalChemistryFoam/coalChemistryFoam.C [new file with mode: 0644]
applications/solvers/lagrangian/coalChemistryFoam/createClouds.H [new file with mode: 0644]
applications/solvers/lagrangian/coalChemistryFoam/createFields.H [new file with mode: 0644]
applications/solvers/lagrangian/coalChemistryFoam/hEqn.H [new file with mode: 0644]
applications/solvers/lagrangian/coalChemistryFoam/pEqn.H [new file with mode: 0644]
applications/solvers/lagrangian/coalChemistryFoam/readChemistryProperties.H [new file with mode: 0644]
applications/solvers/lagrangian/coalChemistryFoam/rhoEqn.H [new file with mode: 0644]
applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam/Make/files [new file with mode: 0644]
applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam/Make/options [new file with mode: 0644]
applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam/UEqn.H [new file with mode: 0644]
applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam/YEqn.H [new file with mode: 0644]
applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam/chemistry.H [new file with mode: 0644]
applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam/createClouds.H [new file with mode: 0644]
applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam/createFields.H [new file with mode: 0644]
applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam/createMulticomponentPointSources.H [new file with mode: 0644]
applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam/createPorousZones.H [new file with mode: 0644]
applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam/hEqn.H [new file with mode: 0644]
applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam/pEqn.H [new file with mode: 0644]
applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam/porousExplicitSourceReactingParcelFoam.C [new file with mode: 0644]
applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam/readAdditionalSolutionControls.H [new file with mode: 0644]
applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam/readChemistryProperties.H [new file with mode: 0644]
applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam/rhoEqn.H [new file with mode: 0644]
applications/solvers/lagrangian/reactingParcelFoam/Make/files [new file with mode: 0644]
applications/solvers/lagrangian/reactingParcelFoam/Make/options [new file with mode: 0644]
applications/solvers/lagrangian/reactingParcelFoam/UEqn.H [new file with mode: 0644]
applications/solvers/lagrangian/reactingParcelFoam/YEqn.H [new file with mode: 0644]
applications/solvers/lagrangian/reactingParcelFoam/chemistry.H [new file with mode: 0644]
applications/solvers/lagrangian/reactingParcelFoam/createClouds.H [new file with mode: 0644]
applications/solvers/lagrangian/reactingParcelFoam/createFields.H [new file with mode: 0644]
applications/solvers/lagrangian/reactingParcelFoam/hEqn.H [new file with mode: 0644]
applications/solvers/lagrangian/reactingParcelFoam/pEqn.H [new file with mode: 0644]
applications/solvers/lagrangian/reactingParcelFoam/reactingParcelFoam.C [new file with mode: 0644]
applications/solvers/lagrangian/reactingParcelFoam/readChemistryProperties.H [new file with mode: 0644]
applications/solvers/lagrangian/reactingParcelFoam/rhoEqn.H [new file with mode: 0644]
applications/solvers/lagrangian/uncoupledKinematicParcelFoam/Make/files [new file with mode: 0644]
applications/solvers/lagrangian/uncoupledKinematicParcelFoam/Make/options [new file with mode: 0644]
applications/solvers/lagrangian/uncoupledKinematicParcelFoam/createFields.H [new file with mode: 0644]
applications/solvers/lagrangian/uncoupledKinematicParcelFoam/uncoupledKinematicParcelFoam.C [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/DDtU.H [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/Make/files [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/Make/options [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/UEqns.H [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/alphaEqn.H [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/bubbleFoam.C [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/createFields.H [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/createPhia.H [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/createPhib.H [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/createRASTurbulence.H [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/kEpsilon.H [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/liftDragCoeffs.H [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/pEqn.H [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/readBubbleFoamControls.H [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/wallDissipation.H [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/wallFunctions.H [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/wallViscosity.H [new file with mode: 0644]
applications/solvers/multiphase/bubbleFoam/write.H [new file with mode: 0644]
applications/solvers/multiphase/cavitatingFoam/CourantNo.H [new file with mode: 0644]
applications/solvers/multiphase/cavitatingFoam/Make/files [new file with mode: 0644]
applications/solvers/multiphase/cavitatingFoam/Make/options [new file with mode: 0644]
applications/solvers/multiphase/cavitatingFoam/UEqn.H [new file with mode: 0644]
applications/solvers/multiphase/cavitatingFoam/cavitatingFoam.C [new file with mode: 0644]
applications/solvers/multiphase/cavitatingFoam/continuityErrs.H [new file with mode: 0644]
applications/solvers/multiphase/cavitatingFoam/createFields.H [new file with mode: 0644]
applications/solvers/multiphase/cavitatingFoam/gammaPsi.H [new file with mode: 0644]
applications/solvers/multiphase/cavitatingFoam/pEqn.H [new file with mode: 0644]
applications/solvers/multiphase/cavitatingFoam/readControls.H [new file with mode: 0644]
applications/solvers/multiphase/cavitatingFoam/readThermodynamicProperties.H [new file with mode: 0644]
applications/solvers/multiphase/cavitatingFoam/resetPhiPatches.H [new file with mode: 0644]
applications/solvers/multiphase/cavitatingFoam/resetPhivPatches.H [new file with mode: 0644]
applications/solvers/multiphase/cavitatingFoam/rhoEqn.H [new file with mode: 0644]
applications/solvers/multiphase/cavitatingFoam/setDeltaT.H [new file with mode: 0644]
applications/solvers/multiphase/cavitatingFoam/setInitialDeltaT.H [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterDyMFoam/Make/files [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterDyMFoam/Make/options [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterDyMFoam/UEqn.H [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterDyMFoam/alphaEqns.H [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterDyMFoam/alphaEqnsSubCycle.H [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterDyMFoam/compressibleInterDyMFoam.C [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterDyMFoam/correctPhi.H [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterDyMFoam/createFields.H [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterDyMFoam/pEqn.H [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterDyMFoam/readControls.H [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterFoam/Make/files [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterFoam/Make/options [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterFoam/UEqn.H [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterFoam/alphaEqns.H [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterFoam/alphaEqnsSubCycle.H [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterFoam/compressibleInterFoam.C [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterFoam/createFields.H [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterFoam/pEqn.H [new file with mode: 0644]
applications/solvers/multiphase/compressibleInterFoam/readControls.H [new file with mode: 0644]
applications/solvers/multiphase/interDyMFoam/Make/files [new file with mode: 0644]
applications/solvers/multiphase/interDyMFoam/Make/options [new file with mode: 0644]
applications/solvers/multiphase/interDyMFoam/correctPhi.H [new file with mode: 0644]
applications/solvers/multiphase/interDyMFoam/createFields.H [new file with mode: 0644]
applications/solvers/multiphase/interDyMFoam/interDyMFoam.C [new file with mode: 0644]
applications/solvers/multiphase/interDyMFoam/pEqn.H [new file with mode: 0644]
applications/solvers/multiphase/interDyMFoam/readControls.H [new file with mode: 0644]
applications/solvers/multiphase/interFoam/Make/files [new file with mode: 0644]
applications/solvers/multiphase/interFoam/Make/options [new file with mode: 0644]
applications/solvers/multiphase/interFoam/UBlendingFactor.H [new file with mode: 0644]
applications/solvers/multiphase/interFoam/UEqn.H [new file with mode: 0644]
applications/solvers/multiphase/interFoam/alphaEqn.H [new file with mode: 0644]
applications/solvers/multiphase/interFoam/alphaEqnSubCycle.H [new file with mode: 0644]
applications/solvers/multiphase/interFoam/correctPhi.H [new file with mode: 0644]
applications/solvers/multiphase/interFoam/createFields.H [new file with mode: 0644]
applications/solvers/multiphase/interFoam/interFoam.C [new file with mode: 0644]
applications/solvers/multiphase/interFoam/pEqn.H [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/Make/files [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/Make/options [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/UEqn.H [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/alphaEqn.H [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/alphaEqnSubCycle.H [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/correctPhi.H [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/createFields.H [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/interPhaseChangeFoam.C [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/pEqn.H [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Kunz/Kunz.C [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Kunz/Kunz.H [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Merkle/Merkle.C [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/Merkle/Merkle.H [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/SchnerrSauer/SchnerrSauer.C [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/SchnerrSauer/SchnerrSauer.H [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/phaseChangeTwoPhaseMixture/newPhaseChangeTwoPhaseMixture.C [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/phaseChangeTwoPhaseMixture/phaseChangeTwoPhaseMixture.C [new file with mode: 0644]
applications/solvers/multiphase/interPhaseChangeFoam/phaseChangeTwoPhaseMixtures/phaseChangeTwoPhaseMixture/phaseChangeTwoPhaseMixture.H [new file with mode: 0644]
applications/solvers/multiphase/multiphaseInterFoam/Make/files [new file with mode: 0644]
applications/solvers/multiphase/multiphaseInterFoam/Make/options [new file with mode: 0644]
applications/solvers/multiphase/multiphaseInterFoam/UEqn.H [new file with mode: 0644]
applications/solvers/multiphase/multiphaseInterFoam/createFields.H [new file with mode: 0644]
applications/solvers/multiphase/multiphaseInterFoam/multiphaseInterFoam.C [new file with mode: 0644]
applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/alphaContactAngle/alphaContactAngleFvPatchScalarField.C [new file with mode: 0644]
applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/alphaContactAngle/alphaContactAngleFvPatchScalarField.H [new file with mode: 0644]
applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/multiphaseMixture.C [new file with mode: 0644]
applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/multiphaseMixture.H [new file with mode: 0644]
applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/phase/phase.C [new file with mode: 0644]
applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture/phase/phase.H [new file with mode: 0644]
applications/solvers/multiphase/multiphaseInterFoam/pEqn.H [new file with mode: 0644]
applications/solvers/multiphase/settlingFoam/Make/files [new file with mode: 0644]
applications/solvers/multiphase/settlingFoam/Make/options [new file with mode: 0644]
applications/solvers/multiphase/settlingFoam/UEqn.H [new file with mode: 0644]
applications/solvers/multiphase/settlingFoam/alphaEqn.H [new file with mode: 0644]
applications/solvers/multiphase/settlingFoam/calcVdj.H [new file with mode: 0644]
applications/solvers/multiphase/settlingFoam/compressibleContinuityErrs.H [new file with mode: 0644]
applications/solvers/multiphase/settlingFoam/correctViscosity.H [new file with mode: 0644]
applications/solvers/multiphase/settlingFoam/createFields.H [new file with mode: 0644]
applications/solvers/multiphase/settlingFoam/kEpsilon.H [new file with mode: 0644]
applications/solvers/multiphase/settlingFoam/pEqn.H [new file with mode: 0644]
applications/solvers/multiphase/settlingFoam/plasticViscosity.H [new file with mode: 0644]
applications/solvers/multiphase/settlingFoam/settlingFoam.C [new file with mode: 0644]
applications/solvers/multiphase/settlingFoam/wallDissipation.H [new file with mode: 0644]
applications/solvers/multiphase/settlingFoam/wallFunctions.H [new file with mode: 0644]
applications/solvers/multiphase/settlingFoam/wallViscosity.H [new file with mode: 0644]
applications/solvers/multiphase/settlingFoam/yieldStress.H [new file with mode: 0644]
applications/solvers/multiphase/twoLiquidMixingFoam/Make/files [new file with mode: 0644]
applications/solvers/multiphase/twoLiquidMixingFoam/Make/options [new file with mode: 0644]
applications/solvers/multiphase/twoLiquidMixingFoam/UEqn.H [new file with mode: 0644]
applications/solvers/multiphase/twoLiquidMixingFoam/alphaEqn.H [new file with mode: 0644]
applications/solvers/multiphase/twoLiquidMixingFoam/createFields.H [new file with mode: 0644]
applications/solvers/multiphase/twoLiquidMixingFoam/pEqn.H [new file with mode: 0644]
applications/solvers/multiphase/twoLiquidMixingFoam/twoLiquidMixingFoam.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/Allwclean [new file with mode: 0755]
applications/solvers/multiphase/twoPhaseEulerFoam/Allwmake [new file with mode: 0755]
applications/solvers/multiphase/twoPhaseEulerFoam/CourantNos.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/DDtU.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/Make/files [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/Make/options [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/UEqns.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/alphaEqn.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/createFields.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/Make/files [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/Make/options [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/Ergun/Ergun.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/Ergun/Ergun.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/Gibilaro/Gibilaro.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/Gibilaro/Gibilaro.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/SchillerNaumann/SchillerNaumann.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/SchillerNaumann/SchillerNaumann.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/SyamlalOBrien/SyamlalOBrien.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/SyamlalOBrien/SyamlalOBrien.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/WenYu/WenYu.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/WenYu/WenYu.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/dragModel/newDragModel.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/Make/files [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/Make/options [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Gidaspow/GidaspowConductivity.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Gidaspow/GidaspowConductivity.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Syamlal/SyamlalConductivity.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Syamlal/SyamlalConductivity.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModel.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModel.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/newConductivityModel.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/JohnsonJackson/JohnsonJacksonFrictionalStress.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/JohnsonJackson/JohnsonJacksonFrictionalStress.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/Schaeffer/SchaefferFrictionalStress.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/Schaeffer/SchaefferFrictionalStress.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/newFrictionalStressModel.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/Lun/LunPressure.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/Lun/LunPressure.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/SyamlalRogersOBrien/SyamlalRogersOBrienPressure.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/SyamlalRogersOBrien/SyamlalRogersOBrienPressure.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModel.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModel.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/newGranularPressureModel.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/CarnahanStarling/CarnahanStarlingRadial.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/CarnahanStarling/CarnahanStarlingRadial.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/Gidaspow/GidaspowRadial.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/Gidaspow/GidaspowRadial.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/LunSavage/LunSavageRadial.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/LunSavage/LunSavageRadial.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/SinclairJackson/SinclairJacksonRadial.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/SinclairJackson/SinclairJacksonRadial.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/newRadialModel.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/radialModel.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/radialModel.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Gidaspow/GidaspowViscosity.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Gidaspow/GidaspowViscosity.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/HrenyaSinclair/HrenyaSinclairViscosity.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/HrenyaSinclair/HrenyaSinclairViscosity.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Syamlal/SyamlalViscosity.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Syamlal/SyamlalViscosity.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/none/noneViscosity.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/none/noneViscosity.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/newViscosityModel.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/viscosityModel.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/viscosityModel.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/liftDragCoeffs.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/pEqn.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/packingLimiter.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/phaseModel/Make/files [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/phaseModel/Make/options [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/phaseModel/phaseModel/phaseModel.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/phaseModel/phaseModel/phaseModel.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/readPPProperties.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/readTwoPhaseEulerFoamControls.H [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseEulerFoam.C [new file with mode: 0644]
applications/solvers/multiphase/twoPhaseEulerFoam/write.H [new file with mode: 0644]
applications/solvers/stressAnalysis/solidDisplacementFoam/Make/files [new file with mode: 0644]
applications/solvers/stressAnalysis/solidDisplacementFoam/Make/options [new file with mode: 0644]
applications/solvers/stressAnalysis/solidDisplacementFoam/calculateStress.H [new file with mode: 0644]
applications/solvers/stressAnalysis/solidDisplacementFoam/createFields.H [new file with mode: 0644]
applications/solvers/stressAnalysis/solidDisplacementFoam/readMechanicalProperties.H [new file with mode: 0644]
applications/solvers/stressAnalysis/solidDisplacementFoam/readSolidDisplacementFoamControls.H [new file with mode: 0644]
applications/solvers/stressAnalysis/solidDisplacementFoam/readThermalProperties.H [new file with mode: 0644]
applications/solvers/stressAnalysis/solidDisplacementFoam/solidDisplacementFoam.C [new file with mode: 0644]
applications/solvers/stressAnalysis/solidDisplacementFoam/tractionDisplacement/tractionDisplacementFvPatchVectorField.C [new file with mode: 0644]
applications/solvers/stressAnalysis/solidDisplacementFoam/tractionDisplacement/tractionDisplacementFvPatchVectorField.H [new file with mode: 0644]
applications/solvers/stressAnalysis/solidEquilibriumDisplacementFoam/Make/files [new file with mode: 0644]
applications/solvers/stressAnalysis/solidEquilibriumDisplacementFoam/Make/options [new file with mode: 0644]
applications/solvers/stressAnalysis/solidEquilibriumDisplacementFoam/calculateStress.H [new file with mode: 0644]
applications/solvers/stressAnalysis/solidEquilibriumDisplacementFoam/createFields.H [new file with mode: 0644]
applications/solvers/stressAnalysis/solidEquilibriumDisplacementFoam/kineticEnergyLimiter.H [new file with mode: 0644]
applications/solvers/stressAnalysis/solidEquilibriumDisplacementFoam/readSteadyStressFoamControls.H [new file with mode: 0644]
applications/solvers/stressAnalysis/solidEquilibriumDisplacementFoam/solidEquilibriumDisplacementFoam.C [new file with mode: 0644]
applications/solvers/stressAnalysis/solidEquilibriumDisplacementFoam/tractionDisplacementCorrection/tractionDisplacementCorrectionFvPatchVectorField.C [new file with mode: 0644]
applications/solvers/stressAnalysis/solidEquilibriumDisplacementFoam/tractionDisplacementCorrection/tractionDisplacementCorrectionFvPatchVectorField.H [new file with mode: 0644]
applications/test/CompactListList/CompactListListTest.C [new file with mode: 0644]
applications/test/CompactListList/Make/files [new file with mode: 0644]
applications/test/CompactListList/Make/options [new file with mode: 0644]
applications/test/DLList/DLListTest.C [new file with mode: 0644]
applications/test/DLList/Make/files [new file with mode: 0644]
applications/test/DLList/Make/options [new file with mode: 0644]
applications/test/Dictionary/DictionaryTest.C [new file with mode: 0644]
applications/test/Dictionary/Make/files [new file with mode: 0644]
applications/test/Dictionary/Make/options [new file with mode: 0644]
applications/test/DimensionedField/DimensionedFieldTest.C [new file with mode: 0644]
applications/test/DimensionedField/Make/files [new file with mode: 0644]
applications/test/DimensionedField/Make/options [new file with mode: 0644]
applications/test/DynamicField/DynamicFieldTest.C [new file with mode: 0644]
applications/test/DynamicField/Make/files [new file with mode: 0644]
applications/test/DynamicField/Make/options [new file with mode: 0644]
applications/test/DynamicList/DynamicListTest.C [new file with mode: 0644]
applications/test/DynamicList/Make/files [new file with mode: 0644]
applications/test/DynamicList/Make/options [new file with mode: 0644]
applications/test/Field/FieldTest.C [new file with mode: 0644]
applications/test/Field/Make/files [new file with mode: 0644]
applications/test/Field/Make/options [new file with mode: 0644]
applications/test/Field/testField.H [new file with mode: 0644]
applications/test/FixedList/FixedListTest.C [new file with mode: 0644]
applications/test/FixedList/Make/files [new file with mode: 0644]
applications/test/FixedList/Make/options [new file with mode: 0644]
applications/test/FixedList/fixedListFile [new file with mode: 0644]
applications/test/Gstream/GsTest.C [new file with mode: 0644]
applications/test/Gstream/Make/files [new file with mode: 0644]
applications/test/Gstream/Make/options [new file with mode: 0644]
applications/test/HashPtrTable/Make/files [new file with mode: 0644]
applications/test/HashPtrTable/Make/options [new file with mode: 0644]
applications/test/HashPtrTable/hashPtrTableTest.C [new file with mode: 0644]
applications/test/HashSet/Make/files [new file with mode: 0644]
applications/test/HashSet/Make/options [new file with mode: 0644]
applications/test/HashSet/hashSetTest.C [new file with mode: 0644]
applications/test/HashTable/Make/files [new file with mode: 0644]
applications/test/HashTable/Make/options [new file with mode: 0644]
applications/test/HashTable/hashTableTest.C [new file with mode: 0644]
applications/test/HashTable2/Make/files [new file with mode: 0644]
applications/test/HashTable2/Make/options [new file with mode: 0644]
applications/test/HashTable2/hashTableTest2.C [new file with mode: 0644]
applications/test/Hashing/Make/files [new file with mode: 0644]
applications/test/Hashing/Make/options [new file with mode: 0644]
applications/test/Hashing/hashingTests [new file with mode: 0644]
applications/test/Hashing/testHashing.C [new file with mode: 0644]
applications/test/HashingSpeed/Make/files [new file with mode: 0644]
applications/test/HashingSpeed/Make/options [new file with mode: 0644]
applications/test/HashingSpeed/testHashingSpeed.C [new file with mode: 0644]
applications/test/ISLList/ISLListTest.C [new file with mode: 0644]
applications/test/ISLList/Make/files [new file with mode: 0644]
applications/test/ISLList/Make/options [new file with mode: 0644]
applications/test/IStringStream/IStringStreamTest.C [new file with mode: 0644]
applications/test/IStringStream/Make/files [new file with mode: 0644]
applications/test/IStringStream/Make/options [new file with mode: 0644]
applications/test/IndirectList/IndirectListTest.C [new file with mode: 0644]
applications/test/IndirectList/Make/files [new file with mode: 0644]
applications/test/IndirectList/Make/options [new file with mode: 0644]
applications/test/LduMatrix/LduMatrixTest.C [new file with mode: 0644]
applications/test/LduMatrix/LduMatrixTest2.C [new file with mode: 0644]
applications/test/LduMatrix/LduMatrixTest3.C [new file with mode: 0644]
applications/test/LduMatrix/Make/files [new file with mode: 0644]
applications/test/LduMatrix/Make/options [new file with mode: 0644]
applications/test/LduMatrix/createFields.H [new file with mode: 0644]
applications/test/List/ListLoop.C [new file with mode: 0644]
applications/test/List/ListTest.C [new file with mode: 0644]
applications/test/List/Make/files [new file with mode: 0644]
applications/test/List/Make/options [new file with mode: 0644]
applications/test/Map/Make/files [new file with mode: 0644]
applications/test/Map/Make/options [new file with mode: 0644]
applications/test/Map/MapTest.C [new file with mode: 0644]
applications/test/Matrix/Make/files [new file with mode: 0644]
applications/test/Matrix/Make/options [new file with mode: 0644]
applications/test/Matrix/MatrixTest.C [new file with mode: 0644]
applications/test/NamedEnum/Make/files [new file with mode: 0644]
applications/test/NamedEnum/Make/options [new file with mode: 0644]
applications/test/NamedEnum/namedEnumTest.C [new file with mode: 0644]
applications/test/ODETest/Make/files [new file with mode: 0644]
applications/test/ODETest/Make/options [new file with mode: 0644]
applications/test/ODETest/ODETest.C [new file with mode: 0644]
applications/test/OStringStream/Make/files [new file with mode: 0644]
applications/test/OStringStream/Make/options [new file with mode: 0644]
applications/test/OStringStream/OStringStreamTest.C [new file with mode: 0644]
applications/test/POSIX/Make/files [new file with mode: 0644]
applications/test/POSIX/Make/options [new file with mode: 0644]
applications/test/POSIX/POSIXTest.C [new file with mode: 0644]
applications/test/PackedList/Make/files [new file with mode: 0644]
applications/test/PackedList/Make/options [new file with mode: 0644]
applications/test/PackedList/PackedListTest.C [new file with mode: 0644]
applications/test/PackedList1/Make/files [new file with mode: 0644]
applications/test/PackedList1/Make/options [new file with mode: 0644]
applications/test/PackedList1/PackedListTest1.C [new file with mode: 0644]
applications/test/PackedList2/Make/files [new file with mode: 0644]
applications/test/PackedList2/Make/options [new file with mode: 0644]
applications/test/PackedList2/PackedListTest2.C [new file with mode: 0644]
applications/test/PtrList/Make/files [new file with mode: 0644]
applications/test/PtrList/Make/options [new file with mode: 0644]
applications/test/PtrList/PtrListTest.C [new file with mode: 0644]
applications/test/SLList/Make/files [new file with mode: 0644]
applications/test/SLList/Make/options [new file with mode: 0644]
applications/test/SLList/SLListTest.C [new file with mode: 0644]
applications/test/StaticHashTable/Make/files [new file with mode: 0644]
applications/test/StaticHashTable/Make/options [new file with mode: 0644]
applications/test/StaticHashTable/staticHashTableTest.C [new file with mode: 0644]
applications/test/Tuple2/Make/files [new file with mode: 0644]
applications/test/Tuple2/Make/options [new file with mode: 0644]
applications/test/Tuple2/Tuple2Test.C [new file with mode: 0644]
applications/test/UDictionary/Make/files [new file with mode: 0644]
applications/test/UDictionary/Make/options [new file with mode: 0644]
applications/test/UDictionary/UDictionaryTest.C [new file with mode: 0644]
applications/test/UIndirectListTest/Make/files [new file with mode: 0644]
applications/test/UIndirectListTest/Make/options [new file with mode: 0644]
applications/test/UIndirectListTest/UIndirectListTest.C [new file with mode: 0644]
applications/test/alloc/Make/files [new file with mode: 0644]
applications/test/alloc/Make/options [new file with mode: 0644]
applications/test/alloc/allocTest.C [new file with mode: 0644]
applications/test/alloc/mallocTest.C [new file with mode: 0644]
applications/test/alloc/newTest.C [new file with mode: 0644]
applications/test/alloc/test.C [new file with mode: 0644]
applications/test/callback/Make/files [new file with mode: 0644]
applications/test/callback/Make/options [new file with mode: 0644]
applications/test/callback/callbackTest.C [new file with mode: 0644]
applications/test/cyclic/Make/files [new file with mode: 0644]
applications/test/cyclic/Make/options [new file with mode: 0644]
applications/test/cyclic/createFields.H [new file with mode: 0644]
applications/test/cyclic/cyclicTest.C [new file with mode: 0644]
applications/test/dataEntry/Make/files [new file with mode: 0644]
applications/test/dataEntry/Make/options [new file with mode: 0644]
applications/test/dataEntry/files [new file with mode: 0644]
applications/test/dataEntry/testDataEntry.C [new file with mode: 0644]
applications/test/delete/Make/files [new file with mode: 0644]
applications/test/delete/Make/options [new file with mode: 0644]
applications/test/delete/deleteTest.C [new file with mode: 0644]
applications/test/dictionary/Make/files [new file with mode: 0644]
applications/test/dictionary/Make/options [new file with mode: 0644]
applications/test/dictionary/calcEntry/calcEntry.C [new file with mode: 0644]
applications/test/dictionary/calcEntry/calcEntry.H [new file with mode: 0644]
applications/test/dictionary/dictionaryTest.C [new file with mode: 0644]
applications/test/dictionary/testDict [new file with mode: 0644]
applications/test/dictionary/testDict2 [new file with mode: 0644]
applications/test/dictionary/testDictInc [new file with mode: 0644]
applications/test/dictionary/testDictRegex [new file with mode: 0644]
applications/test/dictionary/value [new file with mode: 0644]
applications/test/dimensionedType/Make/files [new file with mode: 0644]
applications/test/dimensionedType/Make/options [new file with mode: 0644]
applications/test/dimensionedType/dimensionedTypeTest.C [new file with mode: 0644]
applications/test/directMappedPatch/Make/files [new file with mode: 0644]
applications/test/directMappedPatch/Make/options [new file with mode: 0644]
applications/test/directMappedPatch/testDirectMappedPatch.C [new file with mode: 0644]
applications/test/error/Make/files [new file with mode: 0644]
applications/test/error/Make/options [new file with mode: 0644]
applications/test/error/errorTest.C [new file with mode: 0644]
applications/test/extendedStencil/Make/files [new file with mode: 0644]
applications/test/extendedStencil/Make/options [new file with mode: 0644]
applications/test/extendedStencil/testExtendedStencil.C [new file with mode: 0644]
applications/test/fileName/Make/files [new file with mode: 0644]
applications/test/fileName/Make/options [new file with mode: 0644]
applications/test/fileName/fileNameTest.C [new file with mode: 0644]
applications/test/findCell-octree/Make/files [new file with mode: 0644]
applications/test/findCell-octree/Make/options [new file with mode: 0644]
applications/test/findCell-octree/findCell-octree.C [new file with mode: 0644]
applications/test/findCell-octree/findSubSet.C [new file with mode: 0644]
applications/test/findTimes/Make/files [new file with mode: 0644]
applications/test/findTimes/Make/options [new file with mode: 0644]
applications/test/findTimes/findTimes.C [new file with mode: 0644]
applications/test/foamVersion/Make/files [new file with mode: 0644]
applications/test/foamVersion/Make/options [new file with mode: 0644]
applications/test/foamVersion/foamVersionString.C [new file with mode: 0644]
applications/test/fvc/Make/files [new file with mode: 0644]
applications/test/fvc/Make/options [new file with mode: 0644]
applications/test/fvc/fvcTest.C [new file with mode: 0644]
applications/test/graph/Make/files [new file with mode: 0644]
applications/test/graph/Make/options [new file with mode: 0644]
applications/test/graph/graphTest.C [new file with mode: 0644]
applications/test/graph/graphTest2.C [new file with mode: 0644]
applications/test/graphXi/Make/files [new file with mode: 0644]
applications/test/graphXi/Make/options [new file with mode: 0644]
applications/test/graphXi/graphXi.C [new file with mode: 0644]
applications/test/graphXi/r.agr [new file with mode: 0644]
applications/test/graphXi/r.dat [new file with mode: 0644]
applications/test/graphXi/r.gplt [new file with mode: 0644]
applications/test/graphXi/r.ps [new file with mode: 0644]
applications/test/graphXi/r.xy [new file with mode: 0644]
applications/test/io/Make/files [new file with mode: 0644]
applications/test/io/Make/options [new file with mode: 0644]
applications/test/io/ioTest.C [new file with mode: 0644]
applications/test/liquid/Make/files [new file with mode: 0644]
applications/test/liquid/Make/options [new file with mode: 0644]
applications/test/liquid/liquidTest.C [new file with mode: 0644]
applications/test/maxMem/Make/files [new file with mode: 0644]
applications/test/maxMem/Make/options [new file with mode: 0644]
applications/test/maxMem/maxMem.C [new file with mode: 0644]
applications/test/mesh/Make/files [new file with mode: 0644]
applications/test/mesh/Make/options [new file with mode: 0644]
applications/test/mesh/meshTest.C [new file with mode: 0644]
applications/test/mkdir/Make/files [new file with mode: 0644]
applications/test/mkdir/Make/options [new file with mode: 0644]
applications/test/mkdir/mkdirTest.C [new file with mode: 0644]
applications/test/mvBak/Make/files [new file with mode: 0644]
applications/test/mvBak/Make/options [new file with mode: 0644]
applications/test/mvBak/mvBakTest.C [new file with mode: 0644]
applications/test/nearWallDist-wave/Make/files [new file with mode: 0644]
applications/test/nearWallDist-wave/Make/options [new file with mode: 0644]
applications/test/nearWallDist-wave/README [new file with mode: 0644]
applications/test/nearWallDist-wave/testWallDist.C [new file with mode: 0644]
applications/test/nearWallDist-wave/testWallDist2.C [new file with mode: 0644]
applications/test/nearWallDist-wave/testWallDistData.C [new file with mode: 0644]
applications/test/nearWallDist-wave/testYPlus.C [new file with mode: 0644]
applications/test/pTraits/Make/files [new file with mode: 0644]
applications/test/pTraits/Make/options [new file with mode: 0644]
applications/test/pTraits/pTraitsTest.C [new file with mode: 0644]
applications/test/parallel/Make/files [new file with mode: 0644]
applications/test/parallel/Make/options [new file with mode: 0644]
applications/test/parallel/parallelTest.C [new file with mode: 0644]
applications/test/pointField/Make/files [new file with mode: 0644]
applications/test/pointField/Make/options [new file with mode: 0644]
applications/test/pointField/testPointField.C [new file with mode: 0644]
applications/test/prefixOSstream/Make/files [new file with mode: 0644]
applications/test/prefixOSstream/Make/options [new file with mode: 0644]
applications/test/prefixOSstream/prefixOSstreamTest.C [new file with mode: 0644]
applications/test/primitivePatch/Make/files [new file with mode: 0644]
applications/test/primitivePatch/Make/options [new file with mode: 0644]
applications/test/primitivePatch/testPrimitivePatch.C [new file with mode: 0644]
applications/test/quaternion/Make/files [new file with mode: 0644]
applications/test/quaternion/Make/options [new file with mode: 0644]
applications/test/quaternion/quaternionTest.C [new file with mode: 0644]
applications/test/readCHEMKINIII/CHEMKINdata/chem.inp_DME [new file with mode: 0644]
applications/test/readCHEMKINIII/CHEMKINdata/chem.inp_c7h16 [new file with mode: 0644]
applications/test/readCHEMKINIII/CHEMKINdata/chem.inp_c7h16_soot [new file with mode: 0644]
applications/test/readCHEMKINIII/CHEMKINdata/chem.inp_c7h8 [new file with mode: 0644]
applications/test/readCHEMKINIII/CHEMKINdata/chem.inp_c8h18_egr [new file with mode: 0644]
applications/test/readCHEMKINIII/CHEMKINdata/chem.inp_ch4 [new file with mode: 0644]
applications/test/readCHEMKINIII/CHEMKINdata/chem.inp_france [new file with mode: 0644]
applications/test/readCHEMKINIII/CHEMKINdata/chem.inp_sih4 [new file with mode: 0644]
applications/test/readCHEMKINIII/CHEMKINdata/ckinterp.f [new file with mode: 0644]
applications/test/readCHEMKINIII/CHEMKINdata/test.inp [new file with mode: 0644]
applications/test/readCHEMKINIII/CHEMKINdata/therm.dat [new file with mode: 0644]
applications/test/readCHEMKINIII/CHEMKINdata/thermo_soot.dat [new file with mode: 0644]
applications/test/readCHEMKINIII/Make/files [new file with mode: 0644]
applications/test/readCHEMKINIII/Make/options [new file with mode: 0644]
applications/test/readCHEMKINIII/reactions [new file with mode: 0644]
applications/test/readCHEMKINIII/readCHEMKINIII.C [new file with mode: 0644]
applications/test/regex/Make/files [new file with mode: 0644]
applications/test/regex/Make/options [new file with mode: 0644]
applications/test/regex/regexTest.C [new file with mode: 0644]
applications/test/regex/testRegexps [new file with mode: 0644]
applications/test/router/Gather/Gather.C [new file with mode: 0644]
applications/test/router/Gather/Gather.H [new file with mode: 0644]
applications/test/router/Gather/GatherBase.C [new file with mode: 0644]
applications/test/router/Gather/GatherBase.H [new file with mode: 0644]
applications/test/router/Make/files [new file with mode: 0644]
applications/test/router/Make/options [new file with mode: 0644]
applications/test/router/processorRouter.C [new file with mode: 0644]
applications/test/router/router.C [new file with mode: 0644]
applications/test/router/router.H [new file with mode: 0644]
applications/test/router/routerDict [new file with mode: 0644]
applications/test/sha1/Make/files [new file with mode: 0644]
applications/test/sha1/Make/options [new file with mode: 0644]
applications/test/sha1/testSHA1.C [new file with mode: 0644]
applications/test/simpleMatrix/Make/files [new file with mode: 0644]
applications/test/simpleMatrix/Make/options [new file with mode: 0644]
applications/test/simpleMatrix/simpleMatrixTest.C [new file with mode: 0644]
applications/test/slicedField/Make/files [new file with mode: 0644]
applications/test/slicedField/Make/options [new file with mode: 0644]
applications/test/slicedField/slicedFieldTest.C [new file with mode: 0644]
applications/test/sort/Make/files [new file with mode: 0644]
applications/test/sort/Make/options [new file with mode: 0644]
applications/test/sort/sortListTest.C [new file with mode: 0644]
applications/test/speed/scalarSpeedTest/Make/files [new file with mode: 0644]
applications/test/speed/scalarSpeedTest/Make/options [new file with mode: 0644]
applications/test/speed/scalarSpeedTest/scalarSpeedTest.C [new file with mode: 0644]
applications/test/speed/vectorSpeedTest/Make/files [new file with mode: 0644]
applications/test/speed/vectorSpeedTest/Make/options [new file with mode: 0644]
applications/test/speed/vectorSpeedTest/vectorSpeedTest.C [new file with mode: 0644]
applications/test/sphericalTensorField/Make/files [new file with mode: 0644]
applications/test/sphericalTensorField/Make/options [new file with mode: 0644]
applications/test/sphericalTensorField/sphericalTensorFieldTest.C [new file with mode: 0644]
applications/test/string/Make/files [new file with mode: 0644]
applications/test/string/Make/options [new file with mode: 0644]
applications/test/string/stringTest.C [new file with mode: 0644]
applications/test/stringList/Make/files [new file with mode: 0644]
applications/test/stringList/Make/options [new file with mode: 0644]
applications/test/stringList/stringListTest.C [new file with mode: 0644]
applications/test/symmTensorField/Make/files [new file with mode: 0644]
applications/test/symmTensorField/Make/options [new file with mode: 0644]
applications/test/symmTensorField/symmTensorFieldTest.C [new file with mode: 0644]
applications/test/tensor/Make/files [new file with mode: 0644]
applications/test/tensor/Make/options [new file with mode: 0644]
applications/test/tensor/tensorTest.C [new file with mode: 0644]
applications/test/testPointEdgeWave/Make/files [new file with mode: 0644]
applications/test/testPointEdgeWave/Make/options [new file with mode: 0644]
applications/test/testPointEdgeWave/testPointEdgeWave.C [new file with mode: 0644]
applications/test/tmpField/Make/files [new file with mode: 0644]
applications/test/tmpField/Make/options [new file with mode: 0644]
applications/test/tmpField/tmpFieldTest.C [new file with mode: 0644]
applications/test/triTet/Make/files [new file with mode: 0644]
applications/test/triTet/Make/options [new file with mode: 0644]
applications/test/triTet/triTet.C [new file with mode: 0644]
applications/test/vector/Make/files [new file with mode: 0644]
applications/test/vector/Make/options [new file with mode: 0644]
applications/test/vector/vectorTest.C [new file with mode: 0644]
applications/test/volField/Make/files [new file with mode: 0644]
applications/test/volField/Make/options [new file with mode: 0644]
applications/test/volField/volFieldTest.C [new file with mode: 0644]
applications/test/volPointInterpolation/Make/files [new file with mode: 0644]
applications/test/volPointInterpolation/Make/options [new file with mode: 0644]
applications/test/volPointInterpolation/volPointInterpolationTest.C [new file with mode: 0644]
applications/test/wordRe/Make/files [new file with mode: 0644]
applications/test/wordRe/Make/options [new file with mode: 0644]
applications/test/wordRe/testRegexps [new file with mode: 0644]
applications/test/wordRe/wordReTest.C [new file with mode: 0644]
applications/test/xfer/Make/files [new file with mode: 0644]
applications/test/xfer/Make/options [new file with mode: 0644]
applications/test/xfer/xferListTest.C [new file with mode: 0644]
applications/utilities/errorEstimation/estimateScalarError/Make/files [new file with mode: 0644]
applications/utilities/errorEstimation/estimateScalarError/Make/options [new file with mode: 0644]
applications/utilities/errorEstimation/estimateScalarError/estimateScalarError.C [new file with mode: 0644]
applications/utilities/errorEstimation/icoErrorEstimate/Make/files [new file with mode: 0644]
applications/utilities/errorEstimation/icoErrorEstimate/Make/options [new file with mode: 0644]
applications/utilities/errorEstimation/icoErrorEstimate/icoErrorEstimate.C [new file with mode: 0644]
applications/utilities/errorEstimation/icoMomentError/Make/files [new file with mode: 0644]
applications/utilities/errorEstimation/icoMomentError/Make/options [new file with mode: 0644]
applications/utilities/errorEstimation/icoMomentError/icoMomentError.C [new file with mode: 0644]
applications/utilities/errorEstimation/momentScalarError/Make/files [new file with mode: 0644]
applications/utilities/errorEstimation/momentScalarError/Make/options [new file with mode: 0644]
applications/utilities/errorEstimation/momentScalarError/momentScalarError.C [new file with mode: 0644]
applications/utilities/mesh/advanced/autoRefineMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/advanced/autoRefineMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/advanced/autoRefineMesh/autoRefineMesh.C [new file with mode: 0644]
applications/utilities/mesh/advanced/autoRefineMesh/autoRefineMeshDict [new file with mode: 0644]
applications/utilities/mesh/advanced/collapseEdges/Make/files [new file with mode: 0644]
applications/utilities/mesh/advanced/collapseEdges/Make/options [new file with mode: 0644]
applications/utilities/mesh/advanced/collapseEdges/collapseEdges.C [new file with mode: 0644]
applications/utilities/mesh/advanced/combinePatchFaces/Make/files [new file with mode: 0644]
applications/utilities/mesh/advanced/combinePatchFaces/Make/options [new file with mode: 0644]
applications/utilities/mesh/advanced/combinePatchFaces/combinePatchFaces.C [new file with mode: 0644]
applications/utilities/mesh/advanced/modifyMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/advanced/modifyMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/advanced/modifyMesh/Tuple.H [new file with mode: 0644]
applications/utilities/mesh/advanced/modifyMesh/cellSplitter.C [new file with mode: 0644]
applications/utilities/mesh/advanced/modifyMesh/cellSplitter.H [new file with mode: 0644]
applications/utilities/mesh/advanced/modifyMesh/modifyMesh.C [new file with mode: 0644]
applications/utilities/mesh/advanced/modifyMesh/modifyMeshDict [new file with mode: 0644]
applications/utilities/mesh/advanced/refineHexMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/advanced/refineHexMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/advanced/refineHexMesh/refineHexMesh.C [new file with mode: 0644]
applications/utilities/mesh/advanced/refineWallLayer/Make/files [new file with mode: 0644]
applications/utilities/mesh/advanced/refineWallLayer/Make/options [new file with mode: 0644]
applications/utilities/mesh/advanced/refineWallLayer/refineWallLayer.C [new file with mode: 0644]
applications/utilities/mesh/advanced/refinementLevel/Make/files [new file with mode: 0644]
applications/utilities/mesh/advanced/refinementLevel/Make/options [new file with mode: 0644]
applications/utilities/mesh/advanced/refinementLevel/refinementLevel.C [new file with mode: 0644]
applications/utilities/mesh/advanced/removeFaces/Make/files [new file with mode: 0644]
applications/utilities/mesh/advanced/removeFaces/Make/options [new file with mode: 0644]
applications/utilities/mesh/advanced/removeFaces/removeFaces.C [new file with mode: 0644]
applications/utilities/mesh/advanced/selectCells/Make/files [new file with mode: 0644]
applications/utilities/mesh/advanced/selectCells/Make/options [new file with mode: 0644]
applications/utilities/mesh/advanced/selectCells/edgeStats.C [new file with mode: 0644]
applications/utilities/mesh/advanced/selectCells/edgeStats.H [new file with mode: 0644]
applications/utilities/mesh/advanced/selectCells/selectCells.C [new file with mode: 0644]
applications/utilities/mesh/advanced/selectCells/selectCellsDict [new file with mode: 0644]
applications/utilities/mesh/advanced/splitCells/Make/files [new file with mode: 0644]
applications/utilities/mesh/advanced/splitCells/Make/options [new file with mode: 0644]
applications/utilities/mesh/advanced/splitCells/splitCells.C [new file with mode: 0644]
applications/utilities/mesh/conversion/Optional/Allwmake [new file with mode: 0755]
applications/utilities/mesh/conversion/Optional/ccm26ToFoam/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/Optional/ccm26ToFoam/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/Optional/ccm26ToFoam/README [new file with mode: 0644]
applications/utilities/mesh/conversion/Optional/ccm26ToFoam/ccm26ToFoam.C [new file with mode: 0644]
applications/utilities/mesh/conversion/ansysToFoam/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/ansysToFoam/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/ansysToFoam/ansysToFoam.L [new file with mode: 0644]
applications/utilities/mesh/conversion/cfx4ToFoam/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/cfx4ToFoam/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/cfx4ToFoam/block.C [new file with mode: 0644]
applications/utilities/mesh/conversion/cfx4ToFoam/block.H [new file with mode: 0644]
applications/utilities/mesh/conversion/cfx4ToFoam/cfx4ToFoam.C [new file with mode: 0644]
applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.C [new file with mode: 0644]
applications/utilities/mesh/conversion/cfx4ToFoam/hexBlock.H [new file with mode: 0644]
applications/utilities/mesh/conversion/fluent3DMeshToFoam/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/fluent3DMeshToFoam/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L [new file with mode: 0644]
applications/utilities/mesh/conversion/fluentMeshToFoam/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/fluentMeshToFoam/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/fluentMeshToFoam/README.txt [new file with mode: 0644]
applications/utilities/mesh/conversion/fluentMeshToFoam/cellShapeRecognition.H [new file with mode: 0644]
applications/utilities/mesh/conversion/fluentMeshToFoam/create3DCellShape.C [new file with mode: 0644]
applications/utilities/mesh/conversion/fluentMeshToFoam/extrudedQuadCellShape.C [new file with mode: 0644]
applications/utilities/mesh/conversion/fluentMeshToFoam/extrudedTriangleCellShape.C [new file with mode: 0644]
applications/utilities/mesh/conversion/fluentMeshToFoam/fluentMeshToFoam.L [new file with mode: 0644]
applications/utilities/mesh/conversion/foamMeshToFluent/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/foamMeshToFluent/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/foamMeshToFluent/fluentFvMesh.C [new file with mode: 0644]
applications/utilities/mesh/conversion/foamMeshToFluent/fluentFvMesh.H [new file with mode: 0644]
applications/utilities/mesh/conversion/foamMeshToFluent/foamMeshToFluent.C [new file with mode: 0644]
applications/utilities/mesh/conversion/foamToStarMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/foamToStarMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/foamToStarMesh/foamToStarMesh.C [new file with mode: 0644]
applications/utilities/mesh/conversion/foamToStarMesh/getTimeIndex.H [new file with mode: 0644]
applications/utilities/mesh/conversion/gambitToFoam/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/gambitToFoam/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/gambitToFoam/gambitToFoam.L [new file with mode: 0644]
applications/utilities/mesh/conversion/gmshToFoam/CubeVer1.msh [new file with mode: 0644]
applications/utilities/mesh/conversion/gmshToFoam/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/gmshToFoam/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/gmshToFoam/gmshToFoam.C [new file with mode: 0644]
applications/utilities/mesh/conversion/gmshToFoam/piece-extr-rec.msh.gz [new file with mode: 0644]
applications/utilities/mesh/conversion/ideasUnvToFoam/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/ideasUnvToFoam/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/ideasUnvToFoam/ideasUnvToFoam.C [new file with mode: 0644]
applications/utilities/mesh/conversion/ideasUnvToFoam/unv/Cylinder_with_Groups.unv [new file with mode: 0644]
applications/utilities/mesh/conversion/ideasUnvToFoam/unv/block_with_inlet_outlet.UNV [new file with mode: 0644]
applications/utilities/mesh/conversion/ideasUnvToFoam/unv/face_groups_Cubit.unv [new file with mode: 0644]
applications/utilities/mesh/conversion/ideasUnvToFoam/unv/iniettore1.unv [new file with mode: 0644]
applications/utilities/mesh/conversion/ideasUnvToFoam/unv/test.unv [new file with mode: 0644]
applications/utilities/mesh/conversion/ideasUnvToFoam/unv/test2.unv [new file with mode: 0644]
applications/utilities/mesh/conversion/kivaToFoam/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/kivaToFoam/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/kivaToFoam/README [new file with mode: 0644]
applications/utilities/mesh/conversion/kivaToFoam/checkPatch.H [new file with mode: 0644]
applications/utilities/mesh/conversion/kivaToFoam/kiva3v-valves.pdf [new file with mode: 0644]
applications/utilities/mesh/conversion/kivaToFoam/kiva3v-valves.ps [new file with mode: 0644]
applications/utilities/mesh/conversion/kivaToFoam/kivaToFoam.C [new file with mode: 0644]
applications/utilities/mesh/conversion/kivaToFoam/readKivaGrid.H [new file with mode: 0644]
applications/utilities/mesh/conversion/mshToFoam/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/mshToFoam/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/mshToFoam/mshToFoam.C [new file with mode: 0644]
applications/utilities/mesh/conversion/mshToFoam/testFiles/s_mesh_hex1.msh [new file with mode: 0644]
applications/utilities/mesh/conversion/mshToFoam/testFiles/s_mesh_tet1.msh [new file with mode: 0644]
applications/utilities/mesh/conversion/netgenNeutralToFoam/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/netgenNeutralToFoam/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/netgenNeutralToFoam/netgenNeutralToFoam.C [new file with mode: 0644]
applications/utilities/mesh/conversion/plot3dToFoam/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/plot3dToFoam/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.C [new file with mode: 0644]
applications/utilities/mesh/conversion/plot3dToFoam/hexBlock.H [new file with mode: 0644]
applications/utilities/mesh/conversion/plot3dToFoam/plot3dToFoam.C [new file with mode: 0644]
applications/utilities/mesh/conversion/polyDualMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/polyDualMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/polyDualMesh/meshDualiser.C [new file with mode: 0644]
applications/utilities/mesh/conversion/polyDualMesh/meshDualiser.H [new file with mode: 0644]
applications/utilities/mesh/conversion/polyDualMesh/polyDualMeshApp.C [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/calcPointCells.C [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/createBoundaryFaces.C [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/createPolyBoundary.C [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/createPolyCells.C [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/fillSammAddressingTable.C [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/fillSammCellShapeTable.C [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/fixCollapsedEdges.C [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/purgeCellShapes.C [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/readBoundary.C [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/readCells.C [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/readCouples.C [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/readPoints.C [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/sammMesh.C [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/sammMesh.H [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/sammToFoam.C [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/starMesh.H [new file with mode: 0644]
applications/utilities/mesh/conversion/sammToFoam/writeMesh.C [new file with mode: 0644]
applications/utilities/mesh/conversion/star4ToFoam/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/star4ToFoam/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/star4ToFoam/star4ToFoam.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/calcPointCells.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/coupledFacePair.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/coupledFacePair.H [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/createBoundaryFaces.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/createCoupleMatches.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/createPolyBoundary.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/createPolyCells.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/fixCollapsedEdges.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/mergeCoupleFacePoints.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/purgeCellShapes.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/readBoundary.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/readCells.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/readCouples.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/readPoints.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/readSeparatedPoints.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/starMesh.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/starMesh.H [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/starToFoam.C [new file with mode: 0644]
applications/utilities/mesh/conversion/starToFoam/writeMesh.C [new file with mode: 0644]
applications/utilities/mesh/conversion/tetgenToFoam/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/tetgenToFoam/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/tetgenToFoam/beam.1.ele [new file with mode: 0644]
applications/utilities/mesh/conversion/tetgenToFoam/beam.1.face [new file with mode: 0644]
applications/utilities/mesh/conversion/tetgenToFoam/beam.1.node [new file with mode: 0644]
applications/utilities/mesh/conversion/tetgenToFoam/tetgenToFoam.C [new file with mode: 0644]
applications/utilities/mesh/conversion/writeMeshObj/Make/files [new file with mode: 0644]
applications/utilities/mesh/conversion/writeMeshObj/Make/options [new file with mode: 0644]
applications/utilities/mesh/conversion/writeMeshObj/writeMeshObj.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/block.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/block.H [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/blockBoundary.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/blockCells.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/blockDescriptor.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/blockDescriptor.H [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/blockList.H [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/blockMesh.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/blockMesh.H [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/blockMeshApp.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/blockPoints.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/checkBlockMesh.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/createBlockOffsets.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/createCells.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/createMergeList.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/createPatches.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/createPoints.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/createTopology.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdgeList.H [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/BSpline.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/BSpline.H [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/arcEdge.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/arcEdge.H [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/curvedEdge.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/curvedEdge.H [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/lineDivide.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/lineDivide.H [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/lineEdge.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/lineEdge.H [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/polyLine.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/polyLine.H [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/polyLineEdge.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/polyLineEdge.H [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/polySplineEdge.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/polySplineEdge.H [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/simpleSplineEdge.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/simpleSplineEdge.H [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/spline.C [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/curvedEdges/spline.H [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/mergePatchPairs.H [new file with mode: 0644]
applications/utilities/mesh/generation/blockMesh/setEdge.C [new file with mode: 0644]
applications/utilities/mesh/generation/extrude2DMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/generation/extrude2DMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/generation/extrude2DMesh/doExtrude2DMesh.C [new file with mode: 0644]
applications/utilities/mesh/generation/extrude2DMesh/extrude2DMesh.C [new file with mode: 0644]
applications/utilities/mesh/generation/extrude2DMesh/extrude2DMesh.H [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/Allwclean [new file with mode: 0755]
applications/utilities/mesh/generation/extrudeMesh/Allwmake [new file with mode: 0755]
applications/utilities/mesh/generation/extrudeMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/createTimeExtruded.H [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudeMesh.C [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/Make/files [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/Make/options [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/extrudeModel/extrudeModel.C [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/extrudeModel/extrudeModel.H [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/extrudeModel/newExtrudeModel.C [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/linearNormal/linearNormal.C [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/linearNormal/linearNormal.H [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/linearRadial/linearRadial.C [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/linearRadial/linearRadial.H [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/sigmaRadial/sigmaRadial.C [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/sigmaRadial/sigmaRadial.H [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/wedge/wedge.C [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/wedge/wedge.H [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudeProperties [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudedMesh/extrudedMesh.C [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/extrudedMesh/extrudedMesh.H [new file with mode: 0644]
applications/utilities/mesh/generation/extrudeMesh/faceMesh.H [new file with mode: 0644]
applications/utilities/mesh/generation/snappyHexMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/generation/snappyHexMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/generation/snappyHexMesh/snappyHexMesh.C [new file with mode: 0644]
applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict [new file with mode: 0644]
applications/utilities/mesh/manipulation/attachMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/attachMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/attachMesh/attachMesh.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/autoPatch/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/autoPatch/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/autoPatch/autoPatch.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/cellSet/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/cellSet/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/cellSet/cellSet.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/cellSet/cellSetDict [new file with mode: 0644]
applications/utilities/mesh/manipulation/checkMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/checkMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/checkMesh/checkGeometry.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/checkMesh/checkGeometry.H [new file with mode: 0644]
applications/utilities/mesh/manipulation/checkMesh/checkMesh.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/checkMesh/checkTopology.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/checkMesh/checkTopology.H [new file with mode: 0644]
applications/utilities/mesh/manipulation/checkMesh/printMeshStats.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/checkMesh/printMeshStats.H [new file with mode: 0644]
applications/utilities/mesh/manipulation/createBaffles/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/createBaffles/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/createBaffles/createBaffles.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/createPatch/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/createPatch/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/createPatch/createPatch.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/createPatch/createPatchDict [new file with mode: 0644]
applications/utilities/mesh/manipulation/deformedGeom/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/deformedGeom/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/deformedGeom/deformedGeom.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/faceSet/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/faceSet/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/faceSet/faceSet.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/faceSet/faceSetDict [new file with mode: 0644]
applications/utilities/mesh/manipulation/flattenMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/flattenMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/flattenMesh/flattenMesh.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/insideCells/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/insideCells/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/insideCells/insideCells.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/mergeMeshes/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/mergeMeshes/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/mergeMeshes/createTimes.H [new file with mode: 0644]
applications/utilities/mesh/manipulation/mergeMeshes/mergeMeshes.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/mergeMeshes/mergePolyMesh.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/mergeMeshes/mergePolyMesh.H [new file with mode: 0644]
applications/utilities/mesh/manipulation/mergeMeshes/setRoots.H [new file with mode: 0644]
applications/utilities/mesh/manipulation/mergeOrSplitBaffles/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/mergeOrSplitBaffles/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/mergeOrSplitBaffles/mergeOrSplitBaffles.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/mirrorMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/mirrorMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/mirrorMesh/mirrorFvMesh.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/mirrorMesh/mirrorFvMesh.H [new file with mode: 0644]
applications/utilities/mesh/manipulation/mirrorMesh/mirrorMesh.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/mirrorMesh/mirrorMeshDict [new file with mode: 0644]
applications/utilities/mesh/manipulation/mirrorMesh/readMirrorDict.H [new file with mode: 0644]
applications/utilities/mesh/manipulation/moveDynamicMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/moveDynamicMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/moveDynamicMesh/moveDynamicMesh.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/moveEngineMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/moveEngineMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/moveEngineMesh/moveEngineMesh.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/moveMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/moveMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/moveMesh/moveMesh.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/objToVTK/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/objToVTK/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/objToVTK/objToVTK.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/pointSet/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/pointSet/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/pointSet/pointSet.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/pointSet/pointSetDict [new file with mode: 0644]
applications/utilities/mesh/manipulation/refineMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/refineMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/refineMesh/refineMesh.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/refineMesh/refineMeshDict [new file with mode: 0644]
applications/utilities/mesh/manipulation/renumberMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/renumberMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/renumberMesh/renumberMesh.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/rotateMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/rotateMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/rotateMesh/rotateMesh.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/setSet/Allwmake [new file with mode: 0755]
applications/utilities/mesh/manipulation/setSet/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/setSet/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/setSet/setSet.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/setSet/writeFuns.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/setSet/writeFuns.H [new file with mode: 0644]
applications/utilities/mesh/manipulation/setSet/writePatch.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/setSet/writePatch.H [new file with mode: 0644]
applications/utilities/mesh/manipulation/setSet/writePointSet.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/setSet/writePointSet.H [new file with mode: 0644]
applications/utilities/mesh/manipulation/setsToZones/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/setsToZones/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/setsToZones/setsToZones.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/splitMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/splitMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/splitMesh/regionSide.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/splitMesh/regionSide.H [new file with mode: 0644]
applications/utilities/mesh/manipulation/splitMesh/splitMesh.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/splitMeshRegions/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/splitMeshRegions/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/stitchMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/stitchMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/stitchMesh/stitchMesh.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/subsetMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/subsetMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/subsetMesh/subsetMesh.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/transformPoints/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/transformPoints/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/transformPoints/transformPoints.C [new file with mode: 0644]
applications/utilities/mesh/manipulation/zipUpMesh/Make/files [new file with mode: 0644]
applications/utilities/mesh/manipulation/zipUpMesh/Make/options [new file with mode: 0644]
applications/utilities/mesh/manipulation/zipUpMesh/zipUpMesh.C [new file with mode: 0644]
applications/utilities/miscellaneous/expandDictionary/Make/files [new file with mode: 0644]
applications/utilities/miscellaneous/expandDictionary/Make/options [new file with mode: 0644]
applications/utilities/miscellaneous/expandDictionary/expandDictionary.C [new file with mode: 0644]
applications/utilities/miscellaneous/foamDebugSwitches/Make/files [new file with mode: 0644]
applications/utilities/miscellaneous/foamDebugSwitches/Make/options [new file with mode: 0644]
applications/utilities/miscellaneous/foamDebugSwitches/foamDebugSwitches.C [new file with mode: 0644]
applications/utilities/miscellaneous/foamFormatConvert/Make/files [new file with mode: 0644]
applications/utilities/miscellaneous/foamFormatConvert/Make/options [new file with mode: 0644]
applications/utilities/miscellaneous/foamFormatConvert/fieldDictionary.H [new file with mode: 0644]
applications/utilities/miscellaneous/foamFormatConvert/foamFormatConvert.C [new file with mode: 0644]
applications/utilities/miscellaneous/foamFormatConvert/writeMeshObject.H [new file with mode: 0644]
applications/utilities/miscellaneous/foamInfoExec/Make/files [new file with mode: 0644]
applications/utilities/miscellaneous/foamInfoExec/Make/options [new file with mode: 0644]
applications/utilities/miscellaneous/foamInfoExec/foamInfoExec.C [new file with mode: 0644]
applications/utilities/miscellaneous/patchSummary/Make/files [new file with mode: 0644]
applications/utilities/miscellaneous/patchSummary/Make/options [new file with mode: 0644]
applications/utilities/miscellaneous/patchSummary/patchSummary.C [new file with mode: 0644]
applications/utilities/miscellaneous/patchSummary/patchSummaryTemplates.C [new file with mode: 0644]
applications/utilities/miscellaneous/patchSummary/patchSummaryTemplates.H [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/Make/files [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/Make/options [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/decomposeMesh.C [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/decomposePar.C [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/decomposeParDict [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/distributeCells.C [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/domainDecomposition.C [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/fvFieldDecomposer.C [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/fvFieldDecomposer.H [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/fvFieldDecomposerDecomposeFields.C [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/lagrangianFieldDecomposer.C [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/lagrangianFieldDecomposer.H [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/lagrangianFieldDecomposerDecomposeFields.C [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/pointFieldDecomposer.C [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/pointFieldDecomposer.H [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/pointFieldDecomposerDecomposeFields.C [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/readFields.C [new file with mode: 0644]
applications/utilities/parallelProcessing/decomposePar/readFields.H [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructPar/Make/files [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructPar/Make/options [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructPar/checkFaceAddressingComp.H [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructPar/fvFieldReconstructor.C [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructPar/fvFieldReconstructor.H [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructPar/fvFieldReconstructorReconstructFields.C [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructPar/pointFieldReconstructor.C [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructPar/pointFieldReconstructor.H [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructPar/pointFieldReconstructorReconstructFields.C [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructPar/processorMeshes.C [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructPar/processorMeshes.H [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructPar/reconstructLagrangian.H [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructPar/reconstructLagrangianFields.C [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructPar/reconstructLagrangianPositions.C [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructParMesh/Make/files [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructParMesh/Make/options [new file with mode: 0644]
applications/utilities/parallelProcessing/reconstructParMesh/reconstructParMesh.C [new file with mode: 0644]
applications/utilities/parallelProcessing/redistributeMeshPar/Make/files [new file with mode: 0644]
applications/utilities/parallelProcessing/redistributeMeshPar/Make/options [new file with mode: 0644]
applications/utilities/parallelProcessing/redistributeMeshPar/redistributeMeshPar.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamDataToFluent/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamDataToFluent/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamDataToFluent/fluentUnitNumbers.txt [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamDataToFluent/foamDataToFluent.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamDataToFluent/foamDataToFluentDict [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamDataToFluent/writeFluentFields.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamDataToFluent/writeFluentFields.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamDataToFluent/writeFluentScalarField.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamDataToFluent/writeFluentVectorField.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/cellSets.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/checkData.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/checkMeshMoving.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightCaseTail.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightCloudField.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightCloudField.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightField.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightParticlePositions.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightParticlePositions.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightWriteBinary.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightWriteBinary.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/faceSets.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/itoa.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/itoa.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsight/moveMesh.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsightParts/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsightParts/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsightParts/checkHasMovingMesh.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsightParts/ensightOutputCase.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsightParts/ensightOutputFunctions.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsightParts/ensightOutputFunctions.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsightParts/findFields.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsightParts/foamToEnsightParts.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsightParts/getTimeIndex.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToEnsightParts/moveMesh.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/calcFaceAddressing.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/calcFaceAddressing.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/createFields.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/createSprayFields.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/fieldviewTopology.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/fieldviewTopology.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/floatScalar.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/foamToFieldview9.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/fv_reader_tags.h [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/getFieldNames.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/moveMesh.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/writeFunctions.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/writeFunctions.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/writeSprayHeader.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToFieldview9/write_binary_uns.c [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToGMV/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToGMV/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToGMV/foamToGMV.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToGMV/gmvOutput.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToGMV/gmvOutputHeader.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToGMV/gmvOutputLagrangian.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToGMV/gmvOutputParcels.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToGMV/gmvOutputSpray.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToGMV/gmvOutputTail.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToGMV/itoa.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToGMV/itoa.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToGMV/moveMesh.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToGMV/readConversionProperties.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/internalWriter.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/internalWriter.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/internalWriterTemplates.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/lagrangianWriter.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/lagrangianWriter.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/lagrangianWriterTemplates.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/patchWriter.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/patchWriter.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/patchWriterTemplates.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/readFields.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/readFields.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/vtkMesh.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/vtkMesh.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/vtkTopo.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/vtkTopo.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/writeFaceSet.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/writeFaceSet.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/writeFuns.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/writeFuns.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/writeFunsTemplates.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/writePatchGeom.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/writePatchGeom.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/writePointSet.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/writePointSet.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/writeSurfFields.C [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/foamToVTK/writeSurfFields.H [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/smapToFoam/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/smapToFoam/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/dataConversion/smapToFoam/smapToFoam.C [new file with mode: 0644]
applications/utilities/postProcessing/foamCalc/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/foamCalc/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/foamCalc/foamCalc.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/Allwclean [new file with mode: 0755]
applications/utilities/postProcessing/graphics/PV3FoamReader/Allwmake [new file with mode: 0755]
applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/CMakeLists.txt [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader.qrc [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader.xml [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.h [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkDataArrayTemplateImplicit.txx [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamAddToSelection.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamFaceField.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamFields.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamI.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamLagrangianFields.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMesh.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshLagrangian.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshPatch.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshSet.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshVolume.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshZone.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamPatchField.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamPointFields.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamPoints.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUpdateInfo.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUpdateInfoFields.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUtilities.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamVolFields.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/Allwmake [new file with mode: 0755]
applications/utilities/postProcessing/graphics/PVFoamReader/PVFoamReader/CMakeLists.txt [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/PVFoamReader/Make/PVFoamReader.pvsm [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/PVFoamReader/Make/PVFoamReader.xml [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/PVFoamReader/PVFoamReader.pvsm.in [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/PVFoamReader/PVFoamReader.xml.in [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/PVFoamReader/PVFoamReaderConfigure.h.in [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/PVFoamReader/vtkFoamData.cxx [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/PVFoamReader/vtkFoamData.h [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/PVFoamReader/vtkFoamReader.cxx [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/PVFoamReader/vtkFoamReader.h [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/PVFoamReader/vtkPVFoamSelectTimeSet.cxx [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/PVFoamReader/vtkPVFoamSelectTimeSet.h [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/PVFoamReader/vtkPVFoamServerSelectTimeSet.cxx [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/PVFoamReader/vtkPVFoamServerSelectTimeSet.h [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/vtkFoam/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/vtkFoam/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/vtkFoam/vtkDataArrayTemplateImplicit.txx [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/vtkFoam/vtkFoam.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/vtkFoam/vtkFoam.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/vtkFoam/vtkFoamAddFields.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/vtkFoam/vtkFoamAddInternalMesh.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/vtkFoam/vtkFoamAddPatch.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/vtkFoam/vtkFoamConvertFields.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/vtkFoam/vtkFoamConvertPatchFaceField.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/vtkFoam/vtkFoamConvertPatchPointField.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/vtkFoam/vtkFoamConvertPointField.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/vtkFoam/vtkFoamConvertVolField.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/PVFoamReader/vtkFoam/vtkFoamInsertNextPoint.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/Allwmake [new file with mode: 0755]
applications/utilities/postProcessing/graphics/ensightFoamReader/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/README [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/README7 [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/README_1.0_to_2.0 [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/README_2.01_to_2.03 [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_1.0 [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.0 [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.01 [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.03 [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.03_CHANGES [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_bkup.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_exit_routine.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_border_availability.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_border_elements_by_type.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_changing_geometry_status.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_constant_val.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_dataset_query_file_info.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_descrip_lines.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_element_label_status.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_geom_timeset_number.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_gold_part_build_info.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_gold_variable_info.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_matf_set_info.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_matf_var_info.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_maxsize_info.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_model_extents.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_name_of_reader.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_nfaced_conn.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_nfaced_nodes_per_face.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_node_label_status.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_nsided_conn.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_num_of_time_steps.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_number_of_files_in_dataset.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_number_of_material_sets.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_number_of_materials.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_number_of_model_parts.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_number_of_variables.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_number_timesets.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_part_coords.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_part_element_ids_by_type.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_part_elements_by_type.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_part_node_ids.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_reader_version.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_sol_times.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_timeset_description.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_var_by_component.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_get_var_value_at_specific.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_load_matf_data.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_set_filenames.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_set_server_number.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_set_time_set_and_step.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_size_matf_data.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_stop_part_building.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_structured_data.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/getFieldScalar.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/getFieldTensor.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/getFieldVector.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/getLagrangianScalar.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/getLagrangianVector.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/getPatchFieldScalar.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/getPatchFieldTensor.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/getPatchFieldVector.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/globalFoam.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/global_extern.h [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/global_extern_proto.h [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/libuserd.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/ensightFoamReader/tensorConversion.H [new file with mode: 0644]
applications/utilities/postProcessing/graphics/fieldview9Reader/Allwmake [new file with mode: 0755]
applications/utilities/postProcessing/graphics/fieldview9Reader/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/graphics/fieldview9Reader/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/graphics/fieldview9Reader/README [new file with mode: 0644]
applications/utilities/postProcessing/graphics/fieldview9Reader/errno.c [new file with mode: 0644]
applications/utilities/postProcessing/graphics/fieldview9Reader/fieldview9Reader.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/fieldview9Reader/readerDatabase.C [new file with mode: 0644]
applications/utilities/postProcessing/graphics/fieldview9Reader/readerDatabase.H [new file with mode: 0644]
applications/utilities/postProcessing/lagrangian/particleTracks/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/lagrangian/particleTracks/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/lagrangian/particleTracks/createFields.H [new file with mode: 0644]
applications/utilities/postProcessing/lagrangian/particleTracks/particleTrackProperties [new file with mode: 0644]
applications/utilities/postProcessing/lagrangian/particleTracks/particleTracks.C [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/dsmcFieldsCalc/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/dsmcFieldsCalc/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/dsmcFieldsCalc/dsmcFieldsCalc.C [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/engineCompRatio/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/engineCompRatio/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/engineCompRatio/engineCompRatio.C [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/execFlowFunctionObjects/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/execFlowFunctionObjects/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/execFlowFunctionObjects/execFlowFunctionObjects.C [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/pdfPlot/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/pdfPlot/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/pdfPlot/createFields.H [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/pdfPlot/pdfPlot.C [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/postChannel/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/postChannel/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/postChannel/calculateFields.H [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/postChannel/channelIndex.C [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/postChannel/channelIndex.H [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/postChannel/channelIndexTemplates.C [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/postChannel/collapse.H [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/postChannel/postChannel.C [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/postChannel/postChannelDict [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/postChannel/readFields.H [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/postChannel/readTransportProperties.H [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/postChannel/sumData.C [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/postChannel/sumData.H [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/postChannel/sumDataI.H [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/ptot/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/ptot/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/ptot/ptot.C [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/wdot/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/wdot/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/wdot/wdot.C [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/writeCellCentres/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/writeCellCentres/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/miscellaneous/writeCellCentres/writeCellCentres.C [new file with mode: 0644]
applications/utilities/postProcessing/patch/patchAverage/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/patch/patchAverage/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/patch/patchAverage/patchAverage.C [new file with mode: 0644]
applications/utilities/postProcessing/patch/patchIntegrate/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/patch/patchIntegrate/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/patch/patchIntegrate/patchIntegrate.C [new file with mode: 0644]
applications/utilities/postProcessing/sampling/probeLocations/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/sampling/probeLocations/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/sampling/probeLocations/probeLocations.C [new file with mode: 0644]
applications/utilities/postProcessing/sampling/probeLocations/probesDict [new file with mode: 0644]
applications/utilities/postProcessing/sampling/sample/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/sampling/sample/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/sampling/sample/sample.C [new file with mode: 0644]
applications/utilities/postProcessing/sampling/sample/sampleDict [new file with mode: 0644]
applications/utilities/postProcessing/scalarField/pPrime2/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/scalarField/pPrime2/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/scalarField/pPrime2/pPrime2.C [new file with mode: 0644]
applications/utilities/postProcessing/stressField/stressComponents/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/stressField/stressComponents/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/stressField/stressComponents/stressComponents.C [new file with mode: 0644]
applications/utilities/postProcessing/turbulence/R/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/turbulence/R/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/turbulence/R/R.C [new file with mode: 0644]
applications/utilities/postProcessing/turbulence/R/createFields.H [new file with mode: 0644]
applications/utilities/postProcessing/turbulence/createTurbulenceFields/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/turbulence/createTurbulenceFields/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/turbulence/createTurbulenceFields/createFields.H [new file with mode: 0644]
applications/utilities/postProcessing/turbulence/createTurbulenceFields/createTurbulenceFields.C [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Co/Co.C [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Co/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Co/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Lambda2/Lambda2.C [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Lambda2/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Lambda2/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Mach/Mach.C [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Mach/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Mach/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Mach/readThermodynamicProperties.H [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Mach/thermodynamicMach.H [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Mach/thermophysicalMach.H [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Pe/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Pe/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Pe/Pe.C [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Q/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Q/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/Q/Q.C [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/enstrophy/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/enstrophy/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/enstrophy/enstrophy.C [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/flowType/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/flowType/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/flowType/flowType.C [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/streamFunction/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/streamFunction/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/streamFunction/streamFunction.C [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/uprime/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/uprime/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/uprime/uprime.C [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/vorticity/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/vorticity/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/velocityField/vorticity/vorticity.C [new file with mode: 0644]
applications/utilities/postProcessing/wall/wallGradU/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/wall/wallGradU/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/wall/wallGradU/wallGradU.C [new file with mode: 0644]
applications/utilities/postProcessing/wall/wallHeatFlux/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/wall/wallHeatFlux/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/wall/wallHeatFlux/createFields.H [new file with mode: 0644]
applications/utilities/postProcessing/wall/wallHeatFlux/wallHeatFlux.C [new file with mode: 0644]
applications/utilities/postProcessing/wall/wallShearStress/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/wall/wallShearStress/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/wall/wallShearStress/createFields.H [new file with mode: 0644]
applications/utilities/postProcessing/wall/wallShearStress/wallShearStress.C [new file with mode: 0644]
applications/utilities/postProcessing/wall/yPlusLES/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/wall/yPlusLES/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/wall/yPlusLES/createFields.H [new file with mode: 0644]
applications/utilities/postProcessing/wall/yPlusLES/yPlusLES.C [new file with mode: 0644]
applications/utilities/postProcessing/wall/yPlusRAS/Make/files [new file with mode: 0644]
applications/utilities/postProcessing/wall/yPlusRAS/Make/options [new file with mode: 0644]
applications/utilities/postProcessing/wall/yPlusRAS/yPlusRAS.C [new file with mode: 0644]
applications/utilities/preProcessing/applyBoundaryLayer/Make/files [new file with mode: 0644]
applications/utilities/preProcessing/applyBoundaryLayer/Make/options [new file with mode: 0644]
applications/utilities/preProcessing/applyBoundaryLayer/applyBoundaryLayer.C [new file with mode: 0644]
applications/utilities/preProcessing/applyWallFunctionBoundaryConditions/Make/files [new file with mode: 0644]
applications/utilities/preProcessing/applyWallFunctionBoundaryConditions/Make/options [new file with mode: 0644]
applications/utilities/preProcessing/applyWallFunctionBoundaryConditions/applyWallFunctionBoundaryConditions.C [new file with mode: 0644]
applications/utilities/preProcessing/boxTurb/Make/files [new file with mode: 0644]
applications/utilities/preProcessing/boxTurb/Make/options [new file with mode: 0644]
applications/utilities/preProcessing/boxTurb/boxTurb.C [new file with mode: 0644]
applications/utilities/preProcessing/boxTurb/createFields.H [new file with mode: 0644]
applications/utilities/preProcessing/boxTurb/readBoxTurbDict.H [new file with mode: 0644]
applications/utilities/preProcessing/changeDictionary/Make/files [new file with mode: 0644]
applications/utilities/preProcessing/changeDictionary/Make/options [new file with mode: 0644]
applications/utilities/preProcessing/changeDictionary/changeDictionary.C [new file with mode: 0644]
applications/utilities/preProcessing/changeDictionary/changeDictionaryDict [new file with mode: 0644]
applications/utilities/preProcessing/dsmcInitialise/Make/files [new file with mode: 0644]
applications/utilities/preProcessing/dsmcInitialise/Make/options [new file with mode: 0644]
applications/utilities/preProcessing/dsmcInitialise/dsmcInitialise.C [new file with mode: 0644]
applications/utilities/preProcessing/engineSwirl/Make/files [new file with mode: 0644]
applications/utilities/preProcessing/engineSwirl/Make/options [new file with mode: 0644]
applications/utilities/preProcessing/engineSwirl/createFields.H [new file with mode: 0644]
applications/utilities/preProcessing/engineSwirl/engineSwirl.C [new file with mode: 0644]
applications/utilities/preProcessing/engineSwirl/kivaSwirl.ps [new file with mode: 0644]
applications/utilities/preProcessing/foamUpgradeFvSolution/Make/files [new file with mode: 0644]
applications/utilities/preProcessing/foamUpgradeFvSolution/Make/options [new file with mode: 0644]
applications/utilities/preProcessing/foamUpgradeFvSolution/foamUpgradeFvSolution.C [new file with mode: 0644]
applications/utilities/preProcessing/mapFields/Make/files [new file with mode: 0644]
applications/utilities/preProcessing/mapFields/Make/options [new file with mode: 0644]
applications/utilities/preProcessing/mapFields/MapConsistentVolFields.H [new file with mode: 0644]
applications/utilities/preProcessing/mapFields/MapLagrangianFields.H [new file with mode: 0644]
applications/utilities/preProcessing/mapFields/MapVolFields.H [new file with mode: 0644]
applications/utilities/preProcessing/mapFields/UnMapped.H [new file with mode: 0644]
applications/utilities/preProcessing/mapFields/createTimes.H [new file with mode: 0644]
applications/utilities/preProcessing/mapFields/mapFields.C [new file with mode: 0644]
applications/utilities/preProcessing/mapFields/mapFieldsDict [new file with mode: 0644]
applications/utilities/preProcessing/mapFields/mapLagrangian.C [new file with mode: 0644]
applications/utilities/preProcessing/mapFields/mapLagrangian.H [new file with mode: 0644]
applications/utilities/preProcessing/mapFields/setRoots.H [new file with mode: 0644]
applications/utilities/preProcessing/mapFields/setTimeIndex.H [new file with mode: 0644]
applications/utilities/preProcessing/mdInitialise/Make/files [new file with mode: 0644]
applications/utilities/preProcessing/mdInitialise/Make/options [new file with mode: 0644]
applications/utilities/preProcessing/mdInitialise/mdInitialise.C [new file with mode: 0644]
applications/utilities/preProcessing/setFields/Make/files [new file with mode: 0644]
applications/utilities/preProcessing/setFields/Make/options [new file with mode: 0644]
applications/utilities/preProcessing/setFields/setFields.C [new file with mode: 0644]
applications/utilities/preProcessing/setFields/setFieldsDict [new file with mode: 0644]
applications/utilities/surface/README [new file with mode: 0644]
applications/utilities/surface/surfaceAdd/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceAdd/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceAdd/surfaceAdd.C [new file with mode: 0644]
applications/utilities/surface/surfaceAutoPatch/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceAutoPatch/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceAutoPatch/surfaceAutoPatch.C [new file with mode: 0644]
applications/utilities/surface/surfaceCheck/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceCheck/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceCheck/surfaceCheck.C [new file with mode: 0644]
applications/utilities/surface/surfaceClean/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceClean/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceClean/collapseBase.C [new file with mode: 0644]
applications/utilities/surface/surfaceClean/collapseBase.H [new file with mode: 0644]
applications/utilities/surface/surfaceClean/collapseEdge.C [new file with mode: 0644]
applications/utilities/surface/surfaceClean/collapseEdge.H [new file with mode: 0644]
applications/utilities/surface/surfaceClean/multiCollapse.stl [new file with mode: 0644]
applications/utilities/surface/surfaceClean/surfaceClean.C [new file with mode: 0644]
applications/utilities/surface/surfaceCoarsen/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceCoarsen/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceCoarsen/bunnylod/README [new file with mode: 0644]
applications/utilities/surface/surfaceCoarsen/bunnylod/bunnygut.C [new file with mode: 0644]
applications/utilities/surface/surfaceCoarsen/bunnylod/bunnylod.dsp [new file with mode: 0644]
applications/utilities/surface/surfaceCoarsen/bunnylod/bunnylod.dsw [new file with mode: 0644]
applications/utilities/surface/surfaceCoarsen/bunnylod/font.h [new file with mode: 0644]
applications/utilities/surface/surfaceCoarsen/bunnylod/list.h [new file with mode: 0644]
applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.C [new file with mode: 0644]
applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.h [new file with mode: 0644]
applications/utilities/surface/surfaceCoarsen/bunnylod/rabdata.C [new file with mode: 0644]
applications/utilities/surface/surfaceCoarsen/bunnylod/rabdata.h [new file with mode: 0644]
applications/utilities/surface/surfaceCoarsen/bunnylod/vector.C [new file with mode: 0644]
applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h [new file with mode: 0644]
applications/utilities/surface/surfaceCoarsen/bunnylod/winmain.C [new file with mode: 0644]
applications/utilities/surface/surfaceCoarsen/surfaceCoarsen.C [new file with mode: 0644]
applications/utilities/surface/surfaceConvert/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceConvert/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceConvert/surfaceConvert.C [new file with mode: 0644]
applications/utilities/surface/surfaceFeatureConvert/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceFeatureConvert/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceFeatureConvert/surfaceFeatureConvert.C [new file with mode: 0644]
applications/utilities/surface/surfaceFeatureExtract/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceFeatureExtract/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C [new file with mode: 0644]
applications/utilities/surface/surfaceFind/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceFind/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceFind/surfaceFind.C [new file with mode: 0644]
applications/utilities/surface/surfaceMeshConvert/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceMeshConvert/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceMeshConvert/coordinateSystems [new file with mode: 0644]
applications/utilities/surface/surfaceMeshConvert/surfaceMeshConvert.C [new file with mode: 0644]
applications/utilities/surface/surfaceMeshConvertTesting/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceMeshConvertTesting/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceMeshConvertTesting/surfaceMeshConvertTesting.C [new file with mode: 0644]
applications/utilities/surface/surfaceMeshExport/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceMeshExport/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceMeshExport/surfaceMeshExport.C [new file with mode: 0644]
applications/utilities/surface/surfaceMeshImport/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceMeshImport/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceMeshImport/surfaceMeshImport.C [new file with mode: 0644]
applications/utilities/surface/surfaceMeshTriangulate/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceMeshTriangulate/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceMeshTriangulate/surfaceMeshTriangulate.C [new file with mode: 0644]
applications/utilities/surface/surfaceOrient/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceOrient/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceOrient/surfaceOrient.C [new file with mode: 0644]
applications/utilities/surface/surfacePointMerge/Make/files [new file with mode: 0644]
applications/utilities/surface/surfacePointMerge/Make/options [new file with mode: 0644]
applications/utilities/surface/surfacePointMerge/surfacePointMerge.C [new file with mode: 0644]
applications/utilities/surface/surfaceRedistributePar/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceRedistributePar/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceRedistributePar/surfaceRedistributePar.C [new file with mode: 0644]
applications/utilities/surface/surfaceRefineRedGreen/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceRefineRedGreen/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceRefineRedGreen/surfaceRefineRedGreen.C [new file with mode: 0644]
applications/utilities/surface/surfaceSmooth/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceSmooth/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceSmooth/surfaceSmooth.C [new file with mode: 0644]
applications/utilities/surface/surfaceSplitByPatch/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceSplitByPatch/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceSplitByPatch/surfaceSplitByPatch.C [new file with mode: 0644]
applications/utilities/surface/surfaceSplitNonManifolds/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceSplitNonManifolds/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceSplitNonManifolds/surfaceSplitNonManifolds.C [new file with mode: 0644]
applications/utilities/surface/surfaceSplitNonManifolds/test/twoCubesFine.ftr [new file with mode: 0644]
applications/utilities/surface/surfaceSubset/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceSubset/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceSubset/surfaceSubset.C [new file with mode: 0644]
applications/utilities/surface/surfaceSubset/surfaceSubsetDict [new file with mode: 0644]
applications/utilities/surface/surfaceToPatch/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceToPatch/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceToPatch/surfaceToPatch.C [new file with mode: 0644]
applications/utilities/surface/surfaceTransformPoints/Make/files [new file with mode: 0644]
applications/utilities/surface/surfaceTransformPoints/Make/options [new file with mode: 0644]
applications/utilities/surface/surfaceTransformPoints/surfaceTransformPoints.C [new file with mode: 0644]
applications/utilities/thermophysical/adiabaticFlameT/Hydrogen.log [new file with mode: 0644]
applications/utilities/thermophysical/adiabaticFlameT/Make/files [new file with mode: 0644]
applications/utilities/thermophysical/adiabaticFlameT/Make/options [new file with mode: 0644]
applications/utilities/thermophysical/adiabaticFlameT/Methane.log [new file with mode: 0644]
applications/utilities/thermophysical/adiabaticFlameT/Propane.log [new file with mode: 0644]
applications/utilities/thermophysical/adiabaticFlameT/adiabaticFlameT.C [new file with mode: 0644]
applications/utilities/thermophysical/adiabaticFlameT/controlDict [new file with mode: 0644]
applications/utilities/thermophysical/chemkinToFoam/Make/files [new file with mode: 0644]
applications/utilities/thermophysical/chemkinToFoam/Make/options [new file with mode: 0644]
applications/utilities/thermophysical/chemkinToFoam/chemkinToFoam.C [new file with mode: 0644]
applications/utilities/thermophysical/equilibriumCO/Make/files [new file with mode: 0644]
applications/utilities/thermophysical/equilibriumCO/Make/options [new file with mode: 0644]
applications/utilities/thermophysical/equilibriumCO/equilibriumCO.C [new file with mode: 0644]
applications/utilities/thermophysical/equilibriumFlameT/Hydrogen.log [new file with mode: 0644]
applications/utilities/thermophysical/equilibriumFlameT/Make/files [new file with mode: 0644]
applications/utilities/thermophysical/equilibriumFlameT/Make/options [new file with mode: 0644]
applications/utilities/thermophysical/equilibriumFlameT/controlDict [new file with mode: 0644]
applications/utilities/thermophysical/equilibriumFlameT/equilibriumFlameT.C [new file with mode: 0644]
applications/utilities/thermophysical/mixtureAdiabaticFlameT/Make/files [new file with mode: 0644]
applications/utilities/thermophysical/mixtureAdiabaticFlameT/Make/options [new file with mode: 0644]
applications/utilities/thermophysical/mixtureAdiabaticFlameT/controlDict [new file with mode: 0644]
applications/utilities/thermophysical/mixtureAdiabaticFlameT/mixture.H [new file with mode: 0644]
applications/utilities/thermophysical/mixtureAdiabaticFlameT/mixtureAdiabaticFlameT.C [new file with mode: 0644]
applications/utilities/thermophysical/mixtureAdiabaticFlameT/substance.H [new file with mode: 0644]
bin/doxyFilt [new file with mode: 0755]
bin/engridFoam [new file with mode: 0755]
bin/finddep [new file with mode: 0755]
bin/foamAllHC [new file with mode: 0755]
bin/foamCheckJobs [new file with mode: 0755]
bin/foamCleanPath [new file with mode: 0755]
bin/foamCleanTutorials [new file with mode: 0755]
bin/foamClearPolyMesh [new file with mode: 0755]
bin/foamCopySettings [new file with mode: 0755]
bin/foamDistccd [new file with mode: 0755]
bin/foamEbrowse [new file with mode: 0755]
bin/foamEndJob [new file with mode: 0755]
bin/foamEtcFile [new file with mode: 0755]
bin/foamExec [new file with mode: 0755]
bin/foamGraphExecTime [new file with mode: 0755]
bin/foamGraphResKE [new file with mode: 0755]
bin/foamGraphResUVWP [new file with mode: 0755]
bin/foamInstallationTest [new file with mode: 0755]
bin/foamJob [new file with mode: 0755]
bin/foamLog [new file with mode: 0755]
bin/foamLog.db [new file with mode: 0644]
bin/foamNew [new file with mode: 0755]
bin/foamPack [new file with mode: 0755]
bin/foamPackBin [new file with mode: 0755]
bin/foamPackBinAll [new file with mode: 0755]
bin/foamPackDoxygen [new file with mode: 0755]
bin/foamPackGeneral [new file with mode: 0755]
bin/foamPackSource [new file with mode: 0755]
bin/foamPackThirdPartyBin [new file with mode: 0755]
bin/foamPackThirdPartyGeneral [new file with mode: 0755]
bin/foamPrintJobs [new file with mode: 0755]
bin/foamProcessInfo [new file with mode: 0755]
bin/foamRunTutorials [new file with mode: 0755]
bin/foamSolverSweeps [new file with mode: 0755]
bin/foamSystemCheck [new file with mode: 0755]
bin/foamTags [new file with mode: 0755]
bin/foamTemplates/foamCommentStyles [new file with mode: 0644]
bin/foamTemplates/foamScript [new file with mode: 0644]
bin/foamTemplates/source/foamAppTemplate.C [new file with mode: 0644]
bin/foamTemplates/source/foamTemplate.C [new file with mode: 0644]
bin/foamTemplates/source/foamTemplate.H [new file with mode: 0644]
bin/foamTemplates/source/foamTemplateI.H [new file with mode: 0644]
bin/foamTemplates/source/foamTemplateIO.C [new file with mode: 0644]
bin/foamTemplates/source/newSource [new file with mode: 0755]
bin/foamTemplates/sourceTemplate/foamTemplateTemplate.C [new file with mode: 0644]
bin/foamTemplates/sourceTemplate/foamTemplateTemplate.H [new file with mode: 0644]
bin/foamTemplates/sourceTemplate/foamTemplateTemplateI.H [new file with mode: 0644]
bin/foamTemplates/sourceTemplate/foamTemplateTemplateIO.C [new file with mode: 0644]
bin/foamTemplates/sourceTemplate/newSourceTemplate [new file with mode: 0755]
bin/foamUpdateCaseFileHeader [new file with mode: 0755]
bin/foamUpgradeTurbulenceProperties [new file with mode: 0755]
bin/mpigammarun [new file with mode: 0755]
bin/mpirunDebug [new file with mode: 0755]
bin/paraFoam [new file with mode: 0755]
bin/rmclassall [new file with mode: 0755]
bin/rmcore [new file with mode: 0755]
bin/rmdepall [new file with mode: 0755]
bin/rmdepold [new file with mode: 0755]
bin/rmoall [new file with mode: 0755]
bin/rm~all [new file with mode: 0755]
bin/tools/CleanFunctions [new file with mode: 0644]
bin/tools/README [new file with mode: 0644]
bin/tools/RunFunctions [new file with mode: 0644]
bin/tools/doxyFilt-ignore.awk [new file with mode: 0644]
bin/tools/doxyFilt-top.awk [new file with mode: 0644]
bin/tools/doxyFilt.awk [new file with mode: 0644]
bin/tools/doxyFilt.sed [new file with mode: 0644]
bin/tools/foamThirdParty [new file with mode: 0755]
bin/tools/gtagsrc [new file with mode: 0644]
bin/tools/inlineReplace [new file with mode: 0755]
bin/tools/paraFoam.pvs [new file with mode: 0644]
bin/tools/replaceAllShellSun [new file with mode: 0755]
bin/tools/thirdPartyGetFunctions [new file with mode: 0644]
bin/touchapp [new file with mode: 0755]
bin/touchdep [new file with mode: 0755]
bin/touchlib [new file with mode: 0755]
bin/toucho [new file with mode: 0755]
doc/Allwmake [new file with mode: 0755]
doc/Doxygen/Allwmake [new file with mode: 0755]
doc/Doxygen/Doxyfile [new file with mode: 0644]
doc/Doxygen/Doxygen.css [new file with mode: 0644]
doc/Doxygen/Macros/tensorOperator.sty [new file with mode: 0644]
doc/Doxygen/OpenFOAMlogo.jpg [new file with mode: 0644]
doc/Doxygen/OpenSourceToolbox.jpg [new file with mode: 0644]
doc/Doxygen/OpenSourceToolkit.jpg [new file with mode: 0644]
doc/Doxygen/tabs.css [new file with mode: 0644]
doc/Doxygen/tools/README [new file with mode: 0644]
doc/Doxygen/tools/find-its [new file with mode: 0755]
doc/Doxygen/tools/find-junkFiles [new file with mode: 0755]
doc/Doxygen/tools/find-longlines [new file with mode: 0755]
doc/Doxygen/tools/find-placeholderDescription [new file with mode: 0755]
doc/Doxygen/tools/find-retagged [new file with mode: 0755]
doc/Doxygen/tools/find-suspiciousTags [new file with mode: 0755]
doc/Doxygen/tools/find-templateInComments [new file with mode: 0755]
doc/Doxygen/tools/find-tinyDescription [new file with mode: 0755]
doc/Doxygen/tools/fix-Class [new file with mode: 0755]
doc/GUIDELINES [new file with mode: 0644]
doc/Guides-a4/ProgrammersGuide.pdf [new file with mode: 0644]
doc/Guides-a4/UserGuide.pdf [new file with mode: 0644]
doc/Guides-usletter/ProgrammersGuide.pdf [new file with mode: 0644]
doc/Guides-usletter/UserGuide.pdf [new file with mode: 0644]
etc/aliases.csh [new file with mode: 0644]
etc/aliases.sh [new file with mode: 0644]
etc/apps/ensight/bashrc [new file with mode: 0644]
etc/apps/ensight/cshrc [new file with mode: 0644]
etc/apps/paraview/bashrc [new file with mode: 0644]
etc/apps/paraview/cshrc [new file with mode: 0644]
etc/apps/paraview3/bashrc [new file with mode: 0644]
etc/apps/paraview3/cshrc [new file with mode: 0644]
etc/bashrc [new file with mode: 0644]
etc/cellModels [new file with mode: 0644]
etc/controlDict [new file with mode: 0644]
etc/cshrc [new file with mode: 0644]
etc/settings.csh [new file with mode: 0644]
etc/settings.sh [new file with mode: 0644]
etc/thermoData/BurcatCpData [new file with mode: 0644]
etc/thermoData/therm.dat [new file with mode: 0644]
src/Allwmake [new file with mode: 0755]
src/ODE/Make/files [new file with mode: 0644]
src/ODE/Make/options [new file with mode: 0644]
src/ODE/ODE/ODE.H [new file with mode: 0644]
src/ODE/ODESolvers/KRR4/KRR4.C [new file with mode: 0644]
src/ODE/ODESolvers/KRR4/KRR4.H [new file with mode: 0644]
src/ODE/ODESolvers/ODESolver/ODESolver.C [new file with mode: 0644]
src/ODE/ODESolvers/ODESolver/ODESolver.H [new file with mode: 0644]
src/ODE/ODESolvers/ODESolver/newODESolver.C [new file with mode: 0644]
src/ODE/ODESolvers/RK/RK.C [new file with mode: 0644]
src/ODE/ODESolvers/RK/RK.H [new file with mode: 0644]
src/ODE/ODESolvers/SIBS/SIBS.C [new file with mode: 0644]
src/ODE/ODESolvers/SIBS/SIBS.H [new file with mode: 0644]
src/ODE/ODESolvers/SIBS/SIMPR.C [new file with mode: 0644]
src/ODE/ODESolvers/SIBS/polyExtrapolate.C [new file with mode: 0644]
src/OSspecific/POSIX/Make/files [new file with mode: 0644]
src/OSspecific/POSIX/Make/options [new file with mode: 0644]
src/OSspecific/POSIX/POSIX.C [new file with mode: 0644]
src/OSspecific/POSIX/POSIX.H [new file with mode: 0644]
src/OSspecific/POSIX/clockTime/clockTime.C [new file with mode: 0644]
src/OSspecific/POSIX/clockTime/clockTime.H [new file with mode: 0644]
src/OSspecific/POSIX/cpuTime/cpuTime.C [new file with mode: 0644]
src/OSspecific/POSIX/cpuTime/cpuTime.H [new file with mode: 0644]
src/OSspecific/POSIX/dummyPrintStack.C [new file with mode: 0644]
src/OSspecific/POSIX/fileStat.C [new file with mode: 0644]
src/OSspecific/POSIX/fileStat.H [new file with mode: 0644]
src/OSspecific/POSIX/printStack.C [new file with mode: 0644]
src/OSspecific/POSIX/regExp.C [new file with mode: 0644]
src/OSspecific/POSIX/regExp.H [new file with mode: 0644]
src/OSspecific/POSIX/signals/sigFpe.C [new file with mode: 0644]
src/OSspecific/POSIX/signals/sigFpe.H [new file with mode: 0644]
src/OSspecific/POSIX/signals/sigInt.C [new file with mode: 0644]
src/OSspecific/POSIX/signals/sigInt.H [new file with mode: 0644]
src/OSspecific/POSIX/signals/sigQuit.C [new file with mode: 0644]
src/OSspecific/POSIX/signals/sigQuit.H [new file with mode: 0644]
src/OSspecific/POSIX/signals/sigSegv.C [new file with mode: 0644]
src/OSspecific/POSIX/signals/sigSegv.H [new file with mode: 0644]
src/OSspecific/POSIX/timer.C [new file with mode: 0644]
src/OSspecific/POSIX/timer.H [new file with mode: 0644]
src/OpenFOAM/Make/files [new file with mode: 0644]
src/OpenFOAM/Make/options [new file with mode: 0644]
src/OpenFOAM/algorithms/MeshWave/FaceCellWave.C [new file with mode: 0644]
src/OpenFOAM/algorithms/MeshWave/FaceCellWave.H [new file with mode: 0644]
src/OpenFOAM/algorithms/MeshWave/FaceCellWaveName.C [new file with mode: 0644]
src/OpenFOAM/algorithms/MeshWave/MeshWave.C [new file with mode: 0644]
src/OpenFOAM/algorithms/MeshWave/MeshWave.H [new file with mode: 0644]
src/OpenFOAM/algorithms/MeshWave/MeshWaveName.C [new file with mode: 0644]
src/OpenFOAM/algorithms/subCycle/subCycle.H [new file with mode: 0644]
src/OpenFOAM/containers/Dictionaries/Dictionary/Dictionary.C [new file with mode: 0644]
src/OpenFOAM/containers/Dictionaries/Dictionary/Dictionary.H [new file with mode: 0644]
src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBase.C [new file with mode: 0644]
src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBase.H [new file with mode: 0644]
src/OpenFOAM/containers/Dictionaries/DictionaryBase/DictionaryBaseIO.C [new file with mode: 0644]
src/OpenFOAM/containers/Dictionaries/PtrDictionary/PtrDictionary.C [new file with mode: 0644]
src/OpenFOAM/containers/Dictionaries/PtrDictionary/PtrDictionary.H [new file with mode: 0644]
src/OpenFOAM/containers/Dictionaries/UDictionary/UDictionary.C [new file with mode: 0644]
src/OpenFOAM/containers/Dictionaries/UDictionary/UDictionary.H [new file with mode: 0644]
src/OpenFOAM/containers/Dictionaries/UPtrDictionary/UPtrDictionary.C [new file with mode: 0644]
src/OpenFOAM/containers/Dictionaries/UPtrDictionary/UPtrDictionary.H [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.C [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTable.H [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/HashPtrTable/HashPtrTableIO.C [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/HashSet/HashSet.C [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/HashSet/HashSet.H [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/HashTable/HashTable.C [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/HashTable/HashTable.H [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/HashTable/HashTableI.H [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/HashTable/HashTableIO.C [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/HashTable/HashTableName.C [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/Map/Map.H [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/PtrMap/PtrMap.H [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.C [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTable.H [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTableI.H [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTableIO.C [new file with mode: 0644]
src/OpenFOAM/containers/HashTables/StaticHashTable/StaticHashTableName.C [new file with mode: 0644]
src/OpenFOAM/containers/Identifiers/Keyed/Keyed.H [new file with mode: 0644]
src/OpenFOAM/containers/Identifiers/Keyed/KeyedI.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.C [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILList.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/accessTypes/ILList/ILListIO.C [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.C [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LList.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/accessTypes/LList/LListIO.C [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.C [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrList.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/accessTypes/LPtrList/LPtrListIO.C [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.C [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILList.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/accessTypes/UILList/UILListIO.C [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.C [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBase.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/linkTypes/DLListBase/DLListBaseI.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.C [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBase.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/linkTypes/SLListBase/SLListBaseI.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/user/DLList.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/user/DLPtrList.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/user/FIFOStack.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/user/IDLList.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/user/ISLList.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/user/LIFOStack.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/user/SLList.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/user/SLPtrList.H [new file with mode: 0644]
src/OpenFOAM/containers/LinkedLists/user/UIDLList.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/BiIndirectList/BiIndirectList.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/BiIndirectList/BiIndirectListI.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/CompactListList/CompactListList.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/CompactListList/CompactListList.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/CompactListList/CompactListListI.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/CompactListList/CompactListListIO.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/DynamicList/DynamicList.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/DynamicList/DynamicList.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/DynamicList/DynamicListI.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/FixedList/FixedList.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/FixedList/FixedList.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/FixedList/FixedListI.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/FixedList/FixedListIO.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/Histogram/Histogram.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/Histogram/Histogram.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/IndirectList/IndirectList.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/IndirectList/IndirectListI.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/List/List.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/List/List.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/List/ListI.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/List/ListIO.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/List/ListLoopM.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/ListListOps/ListListOps.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/ListListOps/ListListOps.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/ListOps/ListOps.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/ListOps/ListOps.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/ListOps/ListOpsTemplates.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/PackedList/PackedList.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/PackedList/PackedList.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/PackedList/PackedListI.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/PackedList/PackedListName.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/PtrList/PtrList.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/PtrList/PtrList.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/PtrList/PtrListI.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/PtrList/PtrListIO.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/SortableList/ParSortableList.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/SortableList/ParSortableList.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/SortableList/ParSortableListName.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/SortableList/SortableList.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/SortableList/SortableList.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/SubList/SubList.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/SubList/SubListI.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/UIndirectList/UIndirectList.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/UIndirectList/UIndirectListI.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/UIndirectList/UIndirectListIO.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/UList/UList.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/UList/UList.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/UList/UListI.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/UList/UListIO.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/UPtrList/UPtrList.C [new file with mode: 0644]
src/OpenFOAM/containers/Lists/UPtrList/UPtrList.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/UPtrList/UPtrListI.H [new file with mode: 0644]
src/OpenFOAM/containers/Lists/UPtrList/UPtrListIO.C [new file with mode: 0644]
src/OpenFOAM/containers/NamedEnum/NamedEnum.C [new file with mode: 0644]
src/OpenFOAM/containers/NamedEnum/NamedEnum.H [new file with mode: 0644]
src/OpenFOAM/db/Callback/Callback.C [new file with mode: 0644]
src/OpenFOAM/db/Callback/Callback.H [new file with mode: 0644]
src/OpenFOAM/db/CallbackRegistry/CallbackRegistry.C [new file with mode: 0644]
src/OpenFOAM/db/CallbackRegistry/CallbackRegistry.H [new file with mode: 0644]
src/OpenFOAM/db/CallbackRegistry/CallbackRegistryName.C [new file with mode: 0644]
src/OpenFOAM/db/IOobject/IOobject.C [new file with mode: 0644]
src/OpenFOAM/db/IOobject/IOobject.H [new file with mode: 0644]
src/OpenFOAM/db/IOobject/IOobjectI.H [new file with mode: 0644]
src/OpenFOAM/db/IOobject/IOobjectIO.C [new file with mode: 0644]
src/OpenFOAM/db/IOobject/IOobjectReadHeader.C [new file with mode: 0644]
src/OpenFOAM/db/IOobject/IOobjectWriteHeader.C [new file with mode: 0644]
src/OpenFOAM/db/IOobjectList/IOobjectList.C [new file with mode: 0644]
src/OpenFOAM/db/IOobjectList/IOobjectList.H [new file with mode: 0644]
src/OpenFOAM/db/IOobjects/IOField/IOField.C [new file with mode: 0644]
src/OpenFOAM/db/IOobjects/IOField/IOField.H [new file with mode: 0644]
src/OpenFOAM/db/IOobjects/IOList/IOList.C [new file with mode: 0644]
src/OpenFOAM/db/IOobjects/IOList/IOList.H [new file with mode: 0644]
src/OpenFOAM/db/IOobjects/IOMap/IOMap.C [new file with mode: 0644]
src/OpenFOAM/db/IOobjects/IOMap/IOMap.H [new file with mode: 0644]
src/OpenFOAM/db/IOobjects/IOMap/IOMapName.C [new file with mode: 0644]
src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.C [new file with mode: 0644]
src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.H [new file with mode: 0644]
src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.C [new file with mode: 0644]
src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H [new file with mode: 0644]
src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionaryIO.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Fstreams/IFstream.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Fstreams/IFstream.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Fstreams/OFstream.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Fstreams/OFstream.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/IOstreams.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/IOstreams.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/IOstreams/INew.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/IOstreams/IOmanip.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/IOstreams/IOstream.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/IOstreams/InfoProxy.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/IOstreams/Istream.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/IOstreams/Istream.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/IOstreams/Ostream.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/IOstreams/Ostream.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Pstreams/IPstream.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Pstreams/IPstream.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Pstreams/OPstream.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Pstreams/OPstream.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Pstreams/Pstream.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Pstreams/PstreamCombineReduceOps.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Pstreams/PstreamCommsStruct.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Pstreams/PstreamReduceOps.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Pstreams/PstreamsPrint.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Pstreams/combineGatherScatter.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Pstreams/gatherScatter.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Pstreams/gatherScatterList.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Sstreams/ISstream.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Sstreams/ISstream.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Sstreams/ISstreamI.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Sstreams/OSstream.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Sstreams/OSstreamI.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Sstreams/SstreamsPrint.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Sstreams/chkStream.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Sstreams/prefixOSstream.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Sstreams/readHexLabel.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Sstreams/readHexLabel.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Sstreams/state.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/StringStreams/IStringStream.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/StringStreams/OStringStream.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/StringStreams/StringStreamsPrint.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Tstreams/ITstream.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/Tstreams/ITstream.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/gzstream/COPYING.LIB [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/gzstream/gzstream.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/gzstream/gzstream.h [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/gzstream/version [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/hashes/OSHA1stream.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/token/CompoundToken.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/token/token.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/token/token.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/token/tokenI.H [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/token/tokenIO.C [new file with mode: 0644]
src/OpenFOAM/db/IOstreams/token/tokenList.H [new file with mode: 0644]
src/OpenFOAM/db/Time/Time.C [new file with mode: 0644]
src/OpenFOAM/db/Time/Time.H [new file with mode: 0644]
src/OpenFOAM/db/Time/TimeIO.C [new file with mode: 0644]
src/OpenFOAM/db/Time/TimePaths.C [new file with mode: 0644]
src/OpenFOAM/db/Time/TimePaths.H [new file with mode: 0644]
src/OpenFOAM/db/Time/TimeState.C [new file with mode: 0644]
src/OpenFOAM/db/Time/TimeState.H [new file with mode: 0644]
src/OpenFOAM/db/Time/findInstance.C [new file with mode: 0644]
src/OpenFOAM/db/Time/findTimes.C [new file with mode: 0644]
src/OpenFOAM/db/Time/instant/instant.C [new file with mode: 0644]
src/OpenFOAM/db/Time/instant/instant.H [new file with mode: 0644]
src/OpenFOAM/db/Time/instant/instantList.H [new file with mode: 0644]
src/OpenFOAM/db/Time/subCycleTime.C [new file with mode: 0644]
src/OpenFOAM/db/Time/subCycleTime.H [new file with mode: 0644]
src/OpenFOAM/db/Time/timeSelector.C [new file with mode: 0644]
src/OpenFOAM/db/Time/timeSelector.H [new file with mode: 0644]
src/OpenFOAM/db/dictionary/dictionary.C [new file with mode: 0644]
src/OpenFOAM/db/dictionary/dictionary.H [new file with mode: 0644]
src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntry.C [new file with mode: 0644]
src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntry.H [new file with mode: 0644]
src/OpenFOAM/db/dictionary/dictionaryEntry/dictionaryEntryIO.C [new file with mode: 0644]
src/OpenFOAM/db/dictionary/dictionaryIO.C [new file with mode: 0644]
src/OpenFOAM/db/dictionary/dictionaryTemplates.C [new file with mode: 0644]
src/OpenFOAM/db/dictionary/entry/entry.C [new file with mode: 0644]
src/OpenFOAM/db/dictionary/entry/entry.H [new file with mode: 0644]
src/OpenFOAM/db/dictionary/entry/entryIO.C [new file with mode: 0644]
src/OpenFOAM/db/dictionary/functionEntries/functionEntry/functionEntry.C [new file with mode: 0644]
src/OpenFOAM/db/dictionary/functionEntries/functionEntry/functionEntry.H [new file with mode: 0644]
src/OpenFOAM/db/dictionary/functionEntries/includeEntry/includeEntry.C [new file with mode: 0644]
src/OpenFOAM/db/dictionary/functionEntries/includeEntry/includeEntry.H [new file with mode: 0644]
src/OpenFOAM/db/dictionary/functionEntries/includeIfPresentEntry/includeIfPresentEntry.C [new file with mode: 0644]
src/OpenFOAM/db/dictionary/functionEntries/includeIfPresentEntry/includeIfPresentEntry.H [new file with mode: 0644]
src/OpenFOAM/db/dictionary/functionEntries/inputModeEntry/inputModeEntry.C [new file with mode: 0644]
src/OpenFOAM/db/dictionary/functionEntries/inputModeEntry/inputModeEntry.H [new file with mode: 0644]
src/OpenFOAM/db/dictionary/functionEntries/removeEntry/removeEntry.C [new file with mode: 0644]
src/OpenFOAM/db/dictionary/functionEntries/removeEntry/removeEntry.H [new file with mode: 0644]
src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.C [new file with mode: 0644]
src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.H [new file with mode: 0644]
src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryIO.C [new file with mode: 0644]
src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntryTemplates.C [new file with mode: 0644]
src/OpenFOAM/db/dlLibraryTable/dlLibraryTable.C [new file with mode: 0644]
src/OpenFOAM/db/dlLibraryTable/dlLibraryTable.H [new file with mode: 0644]
src/OpenFOAM/db/dlLibraryTable/dlLibraryTableTemplates.C [new file with mode: 0644]
src/OpenFOAM/db/error/IOerror.C [new file with mode: 0644]
src/OpenFOAM/db/error/StaticAssert.H [new file with mode: 0644]
src/OpenFOAM/db/error/error.C [new file with mode: 0644]
src/OpenFOAM/db/error/error.H [new file with mode: 0644]
src/OpenFOAM/db/error/errorManip.H [new file with mode: 0644]
src/OpenFOAM/db/error/messageStream.C [new file with mode: 0644]
src/OpenFOAM/db/error/messageStream.H [new file with mode: 0644]
src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.C [new file with mode: 0644]
src/OpenFOAM/db/functionObjects/IOOutputFilter/IOOutputFilter.H [new file with mode: 0644]
src/OpenFOAM/db/functionObjects/OutputFilterFunctionObject/OutputFilterFunctionObject.C [new file with mode: 0644]
src/OpenFOAM/db/functionObjects/OutputFilterFunctionObject/OutputFilterFunctionObject.H [new file with mode: 0644]
src/OpenFOAM/db/functionObjects/functionObject/functionObject.C [new file with mode: 0644]
src/OpenFOAM/db/functionObjects/functionObject/functionObject.H [new file with mode: 0644]
src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C [new file with mode: 0644]
src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.H [new file with mode: 0644]
src/OpenFOAM/db/functionObjects/outputFilterOutputControl/outputFilterOutputControl.C [new file with mode: 0644]
src/OpenFOAM/db/functionObjects/outputFilterOutputControl/outputFilterOutputControl.H [new file with mode: 0644]
src/OpenFOAM/db/memberFunctionSelection/addToMemberFunctionSelectionTable.H [new file with mode: 0644]
src/OpenFOAM/db/memberFunctionSelection/memberFunctionSelectionTables.H [new file with mode: 0644]
src/OpenFOAM/db/objectRegistry/objectRegistry.C [new file with mode: 0644]
src/OpenFOAM/db/objectRegistry/objectRegistry.H [new file with mode: 0644]
src/OpenFOAM/db/objectRegistry/objectRegistryTemplates.C [new file with mode: 0644]
src/OpenFOAM/db/regIOobject/regIOobject.C [new file with mode: 0644]
src/OpenFOAM/db/regIOobject/regIOobject.H [new file with mode: 0644]
src/OpenFOAM/db/regIOobject/regIOobjectI.H [new file with mode: 0644]
src/OpenFOAM/db/regIOobject/regIOobjectRead.C [new file with mode: 0644]
src/OpenFOAM/db/regIOobject/regIOobjectWrite.C [new file with mode: 0644]
src/OpenFOAM/db/runTimeSelection/addToRunTimeSelectionTable.H [new file with mode: 0644]
src/OpenFOAM/db/runTimeSelection/runTimeSelectionTables.H [new file with mode: 0644]
src/OpenFOAM/db/scalarRange/scalarRange.C [new file with mode: 0644]
src/OpenFOAM/db/scalarRange/scalarRange.H [new file with mode: 0644]
src/OpenFOAM/db/scalarRange/scalarRanges.C [new file with mode: 0644]
src/OpenFOAM/db/scalarRange/scalarRanges.H [new file with mode: 0644]
src/OpenFOAM/db/typeInfo/className.H [new file with mode: 0644]
src/OpenFOAM/db/typeInfo/typeInfo.H [new file with mode: 0644]
src/OpenFOAM/dimensionSet/dimensionSet.C [new file with mode: 0644]
src/OpenFOAM/dimensionSet/dimensionSet.H [new file with mode: 0644]
src/OpenFOAM/dimensionSet/dimensionSetIO.C [new file with mode: 0644]
src/OpenFOAM/dimensionSet/dimensionSets.C [new file with mode: 0644]
src/OpenFOAM/dimensionSet/dimensionSets.H [new file with mode: 0644]
src/OpenFOAM/dimensionedTypes/dimensionedScalar/dimensionedScalar.C [new file with mode: 0644]
src/OpenFOAM/dimensionedTypes/dimensionedScalar/dimensionedScalar.H [new file with mode: 0644]
src/OpenFOAM/dimensionedTypes/dimensionedScalar/dimensionedScalarFwd.H [new file with mode: 0644]
src/OpenFOAM/dimensionedTypes/dimensionedSphericalTensor/dimensionedSphericalTensor.C [new file with mode: 0644]
src/OpenFOAM/dimensionedTypes/dimensionedSphericalTensor/dimensionedSphericalTensor.H [new file with mode: 0644]
src/OpenFOAM/dimensionedTypes/dimensionedSymmTensor/dimensionedSymmTensor.C [new file with mode: 0644]
src/OpenFOAM/dimensionedTypes/dimensionedSymmTensor/dimensionedSymmTensor.H [new file with mode: 0644]
src/OpenFOAM/dimensionedTypes/dimensionedTensor/dimensionedTensor.C [new file with mode: 0644]
src/OpenFOAM/dimensionedTypes/dimensionedTensor/dimensionedTensor.H [new file with mode: 0644]
src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.C [new file with mode: 0644]
src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.H [new file with mode: 0644]
src/OpenFOAM/dimensionedTypes/dimensionedTypes.H [new file with mode: 0644]
src/OpenFOAM/dimensionedTypes/dimensionedVector/dimensionedVector.H [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.C [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.C [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctions.H [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctionsM.C [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctionsM.H [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldI.H [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldIO.C [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldReuseFunctions.H [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFields.H [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedField/SubDimensionedField.H [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedField/SubDimensionedFieldI.H [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedScalarField/DimensionedScalarField.C [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedScalarField/DimensionedScalarField.H [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedSphericalTensorField/DimensionedSphericalTensorField.C [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedSphericalTensorField/DimensionedSphericalTensorField.H [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedSymmTensorField/DimensionedSymmTensorField.C [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedSymmTensorField/DimensionedSymmTensorField.H [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedTensorField/DimensionedTensorField.C [new file with mode: 0644]
src/OpenFOAM/fields/DimensionedFields/DimensionedTensorField/DimensionedTensorField.H [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/FieldField/FieldField.C [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/FieldField/FieldField.H [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.H [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctionsM.C [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctionsM.H [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldReuseFunctions.H [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/FieldField/FieldFields.H [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/scalarFieldField/scalarFieldField.C [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/scalarFieldField/scalarFieldField.H [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/sphericalTensorFieldField/sphericalTensorFieldField.C [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/sphericalTensorFieldField/sphericalTensorFieldField.H [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/symmTensorFieldField/symmTensorFieldField.C [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/symmTensorFieldField/symmTensorFieldField.H [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/tensorFieldField/tensorFieldField.C [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/tensorFieldField/tensorFieldField.H [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/transformFieldField/transformFieldField.C [new file with mode: 0644]
src/OpenFOAM/fields/FieldFields/transformFieldField/transformFieldField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/DynamicField/DynamicField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/DynamicField/DynamicField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/DynamicField/DynamicFieldI.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/Field/Field.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/Field/Field.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/Field/FieldFunctions.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/Field/FieldFunctions.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/Field/FieldFunctionsM.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/Field/FieldFunctionsM.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/Field/FieldM.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/Field/FieldMapper.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/Field/FieldReuseFunctions.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/Field/SubField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/Field/SubFieldI.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/Field/undefFieldFunctionsM.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/complexFields/complexFields.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/complexFields/complexFields.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/diagTensorField/diagTensorField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/diagTensorField/diagTensorField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/diagTensorField/diagTensorIOField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/diagTensorField/diagTensorIOField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/fieldTypes.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/labelField/labelField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/labelField/labelField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/labelField/labelIOField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/labelField/labelIOField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/oneField/oneField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/oneField/oneFieldI.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/primitiveFields.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/primitiveFieldsFwd.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/scalarField/scalarField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/scalarField/scalarField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/scalarField/scalarIOField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/scalarField/scalarIOField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorIOField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/sphericalTensorField/sphericalTensorIOField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/symmTensorField/symmTensorField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/symmTensorField/symmTensorField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/symmTensorField/symmTensorIOField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/symmTensorField/symmTensorIOField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/symmTransformField/symmTransformField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/symmTransformField/symmTransformField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/tensorField/tensorField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/tensorField/tensorField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/tensorField/tensorIOField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/tensorField/tensorIOField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/transformField/transformField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/transformField/transformField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/transformField/transformFieldTemplates.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/transformList/transformList.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/transformList/transformList.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/vector2DField/vector2DField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/vector2DField/vector2DFieldFwd.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/vector2DField/vector2DIOField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/vector2DField/vector2DIOField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/vectorField/vectorField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/vectorField/vectorIOField.C [new file with mode: 0644]
src/OpenFOAM/fields/Fields/vectorField/vectorIOField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/zeroField/zeroField.H [new file with mode: 0644]
src/OpenFOAM/fields/Fields/zeroField/zeroFieldI.H [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricBoundaryField.C [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.C [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.H [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctionsM.C [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctionsM.H [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldI.H [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldReuseFunctions.H [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFields.H [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricField/MapGeometricFields.H [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricScalarField/GeometricScalarField.C [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricScalarField/GeometricScalarField.H [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricSphericalTensorField/GeometricSphericalTensorField.C [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricSphericalTensorField/GeometricSphericalTensorField.H [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricSymmTensorField/GeometricSymmTensorField.C [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricSymmTensorField/GeometricSymmTensorField.H [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricTensorField/GeometricTensorField.C [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/GeometricTensorField/GeometricTensorField.H [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/SlicedGeometricField/SlicedGeometricField.C [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/SlicedGeometricField/SlicedGeometricField.H [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/pointFields/pointFields.C [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/pointFields/pointFields.H [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/pointFields/pointFieldsFwd.H [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/transformGeometricField/transformGeometricField.C [new file with mode: 0644]
src/OpenFOAM/fields/GeometricFields/transformGeometricField/transformGeometricField.H [new file with mode: 0644]
src/OpenFOAM/fields/ReadFields/ReadFields.C [new file with mode: 0644]
src/OpenFOAM/fields/ReadFields/ReadFields.H [new file with mode: 0644]
src/OpenFOAM/fields/UniformDimensionedFields/UniformDimensionedField.C [new file with mode: 0644]
src/OpenFOAM/fields/UniformDimensionedFields/UniformDimensionedField.H [new file with mode: 0644]
src/OpenFOAM/fields/UniformDimensionedFields/uniformDimensionedFields.C [new file with mode: 0644]
src/OpenFOAM/fields/UniformDimensionedFields/uniformDimensionedFields.H [new file with mode: 0644]
src/OpenFOAM/fields/cloud/cloud.C [new file with mode: 0644]
src/OpenFOAM/fields/cloud/cloud.H [new file with mode: 0644]
src/OpenFOAM/fields/cloud/mapClouds.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/basicSymmetry/basicSymmetryPointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/basicSymmetry/basicSymmetryPointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/calculated/calculatedPointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/fixedValue/fixedValuePointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/generic/genericPointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/generic/genericPointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/generic/genericPointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/generic/genericPointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/mixed/mixedPointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/basic/zeroGradient/zeroGradientPointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/empty/emptyPointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/symmetry/symmetryPointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/constraint/wedge/wedgePointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/derived/global/globalPointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/derived/global/globalPointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/derived/global/globalPointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/derived/global/globalPointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/derived/slip/slipPointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValuePointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/pointPatchField/newPointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointConstraint/pointConstraint.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointConstraint/pointConstraintI.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldFunctions.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldMapper.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldMapperPatchRef.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFields.C [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFields.H [new file with mode: 0644]
src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldsFwd.H [new file with mode: 0644]
src/OpenFOAM/global/JobInfo/JobInfo.C [new file with mode: 0644]
src/OpenFOAM/global/JobInfo/JobInfo.H [new file with mode: 0644]
src/OpenFOAM/global/argList/argList.C [new file with mode: 0644]
src/OpenFOAM/global/argList/argList.H [new file with mode: 0644]
src/OpenFOAM/global/argList/parRun.H [new file with mode: 0644]
src/OpenFOAM/global/clock/clock.C [new file with mode: 0644]
src/OpenFOAM/global/clock/clock.H [new file with mode: 0644]
src/OpenFOAM/global/debug/debug.C [new file with mode: 0644]
src/OpenFOAM/global/debug/debug.H [new file with mode: 0644]
src/OpenFOAM/global/dimensionedConstants/dimensionedConstants.C [new file with mode: 0644]
src/OpenFOAM/global/dimensionedConstants/dimensionedConstants.H [new file with mode: 0644]
src/OpenFOAM/global/foamVersion.H [new file with mode: 0644]
src/OpenFOAM/global/global.Cver [new file with mode: 0644]
src/OpenFOAM/global/new.C [new file with mode: 0644]
src/OpenFOAM/graph/curve/curve.C [new file with mode: 0644]
src/OpenFOAM/graph/curve/curve.H [new file with mode: 0644]
src/OpenFOAM/graph/curve/curveTools.C [new file with mode: 0644]
src/OpenFOAM/graph/curve/curveTools.H [new file with mode: 0644]
src/OpenFOAM/graph/graph.C [new file with mode: 0644]
src/OpenFOAM/graph/graph.H [new file with mode: 0644]
src/OpenFOAM/graph/writers/gnuplotGraph/gnuplotGraph.C [new file with mode: 0644]
src/OpenFOAM/graph/writers/gnuplotGraph/gnuplotGraph.H [new file with mode: 0644]
src/OpenFOAM/graph/writers/jplotGraph/jplotGraph.C [new file with mode: 0644]
src/OpenFOAM/graph/writers/jplotGraph/jplotGraph.H [new file with mode: 0644]
src/OpenFOAM/graph/writers/rawGraph/rawGraph.C [new file with mode: 0644]
src/OpenFOAM/graph/writers/rawGraph/rawGraph.H [new file with mode: 0644]
src/OpenFOAM/graph/writers/xmgrGraph/xmgrGraph.C [new file with mode: 0644]
src/OpenFOAM/graph/writers/xmgrGraph/xmgrGraph.H [new file with mode: 0644]
src/OpenFOAM/include/OSspecific.H [new file with mode: 0644]
src/OpenFOAM/include/addRegionOption.H [new file with mode: 0644]
src/OpenFOAM/include/addTimeOptions.H [new file with mode: 0644]
src/OpenFOAM/include/checkConstantOption.H [new file with mode: 0644]
src/OpenFOAM/include/checkTimeOption.H [new file with mode: 0644]
src/OpenFOAM/include/checkTimeOptions.H [new file with mode: 0644]
src/OpenFOAM/include/checkTimeOptionsNoConstant.H [new file with mode: 0644]
src/OpenFOAM/include/createMesh.H [new file with mode: 0644]
src/OpenFOAM/include/createMeshNoClear.H [new file with mode: 0644]
src/OpenFOAM/include/createNamedMesh.H [new file with mode: 0644]
src/OpenFOAM/include/createNamedPolyMesh.H [new file with mode: 0644]
src/OpenFOAM/include/createPolyMesh.H [new file with mode: 0644]
src/OpenFOAM/include/createTime.H [new file with mode: 0644]
src/OpenFOAM/include/demandDrivenData.H [new file with mode: 0644]
src/OpenFOAM/include/setRootCase.H [new file with mode: 0644]
src/OpenFOAM/interpolations/interpolatePointToCell/interpolatePointToCell.C [new file with mode: 0644]
src/OpenFOAM/interpolations/interpolatePointToCell/interpolatePointToCell.H [new file with mode: 0644]
src/OpenFOAM/interpolations/interpolateXY/interpolateXY.C [new file with mode: 0644]
src/OpenFOAM/interpolations/interpolateXY/interpolateXY.H [new file with mode: 0644]
src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C [new file with mode: 0644]
src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H [new file with mode: 0644]
src/OpenFOAM/interpolations/patchToPatchInterpolation/CalcPatchToPatchWeights.C [new file with mode: 0644]
src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolate.C [new file with mode: 0644]
src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolation.C [new file with mode: 0644]
src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolation.H [new file with mode: 0644]
src/OpenFOAM/interpolations/patchToPatchInterpolation/PatchToPatchInterpolationName.C [new file with mode: 0644]
src/OpenFOAM/interpolations/patchToPatchInterpolation/patchToPatchInterpolation.H [new file with mode: 0644]
src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.C [new file with mode: 0644]
src/OpenFOAM/interpolations/primitivePatchInterpolation/PrimitivePatchInterpolation.H [new file with mode: 0644]
src/OpenFOAM/interpolations/primitivePatchInterpolation/primitivePatchInterpolation.H [new file with mode: 0644]
src/OpenFOAM/matrices/DiagonalMatrix/DiagonalMatrix.C [new file with mode: 0644]
src/OpenFOAM/matrices/DiagonalMatrix/DiagonalMatrix.H [new file with mode: 0644]
src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrix.C [new file with mode: 0644]
src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrix.H [new file with mode: 0644]
src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrixTemplates.C [new file with mode: 0644]
src/OpenFOAM/matrices/LUscalarMatrix/procLduInterface.C [new file with mode: 0644]
src/OpenFOAM/matrices/LUscalarMatrix/procLduInterface.H [new file with mode: 0644]
src/OpenFOAM/matrices/LUscalarMatrix/procLduMatrix.C [new file with mode: 0644]
src/OpenFOAM/matrices/LUscalarMatrix/procLduMatrix.H [new file with mode: 0644]
src/OpenFOAM/matrices/Matrix/Matrix.C [new file with mode: 0644]
src/OpenFOAM/matrices/Matrix/Matrix.H [new file with mode: 0644]
src/OpenFOAM/matrices/Matrix/MatrixI.H [new file with mode: 0644]
src/OpenFOAM/matrices/Matrix/MatrixIO.C [new file with mode: 0644]
src/OpenFOAM/matrices/RectangularMatrix/RectangularMatrix.H [new file with mode: 0644]
src/OpenFOAM/matrices/RectangularMatrix/RectangularMatrixI.H [new file with mode: 0644]
src/OpenFOAM/matrices/SquareMatrix/SquareMatrix.H [new file with mode: 0644]
src/OpenFOAM/matrices/SquareMatrix/SquareMatrixI.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduAddressing.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduAddressing.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/cyclicLduInterface.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/cyclicLduInterface.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterface.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterface.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterfacePtrsList.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterface.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/processorLduInterfaceTemplates.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceField.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceField.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/lduInterfaceField/lduInterfaceFieldPtrsList.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/processorLduInterfaceField/processorLduInterfaceField.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/processorLduInterfaceField/processorLduInterfaceField.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduSchedule/lduSchedule.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixATmul.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixOperations.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixPreconditioner.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSmoother.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSolver.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixTemplates.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixTests.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixUpdateMatrixInterfaces.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/preconditioners/DICPreconditioner/DICPreconditioner.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/preconditioners/DICPreconditioner/DICPreconditioner.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/preconditioners/DILUPreconditioner/DILUPreconditioner.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/preconditioners/DILUPreconditioner/DILUPreconditioner.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/preconditioners/FDICPreconditioner/FDICPreconditioner.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/preconditioners/FDICPreconditioner/FDICPreconditioner.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/preconditioners/GAMGPreconditioner/GAMGPreconditioner.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/preconditioners/diagonalPreconditioner/diagonalPreconditioner.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/preconditioners/diagonalPreconditioner/diagonalPreconditioner.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/preconditioners/noPreconditioner/noPreconditioner.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/preconditioners/noPreconditioner/noPreconditioner.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/smoothers/DIC/DICSmoother.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/smoothers/DIC/DICSmoother.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/smoothers/DICGaussSeidel/DICGaussSeidelSmoother.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/smoothers/DICGaussSeidel/DICGaussSeidelSmoother.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/smoothers/DILU/DILUSmoother.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/smoothers/DILU/DILUSmoother.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/smoothers/DILUGaussSeidel/DILUGaussSeidelSmoother.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/smoothers/DILUGaussSeidel/DILUGaussSeidelSmoother.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/smoothers/GaussSeidel/GaussSeidelSmoother.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/BICCG/BICCG.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/BICCG/BICCG.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomerateLduAddressing.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomeration.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/GAMGAgglomeration/GAMGAgglomerationTemplates.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/algebraicPairGAMGAgglomeration/algebraicPairGAMGAgglomeration.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/algebraicPairGAMGAgglomeration/algebraicPairGAMGAgglomeration.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomerate.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomeration.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomeration.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomerationCombineLevels.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverAgglomerateMatrix.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverScalingFactor.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverSolve.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/GAMGInterfaceField/GAMGInterfaceField.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/GAMGInterfaceField/GAMGInterfaceField.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/GAMGInterfaceField/newGAMGInterfaceField.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/cyclicGAMGInterfaceField/cyclicGAMGInterfaceField.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterface.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterface.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterfaceTemplates.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/newGAMGInterface.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/processorGAMGInterface/processorGAMGInterface.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/ICCG/ICCG.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/ICCG/ICCG.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/PCG/PCG.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/PCG/PCG.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/diagonalSolver/diagonalSolver.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/diagonalSolver/diagonalSolver.H [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.C [new file with mode: 0644]
src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.H [new file with mode: 0644]
src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.C [new file with mode: 0644]
src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.H [new file with mode: 0644]
src/OpenFOAM/matrices/scalarMatrices/SVD/SVDI.H [new file with mode: 0644]
src/OpenFOAM/matrices/scalarMatrices/scalarMatrices.C [new file with mode: 0644]
src/OpenFOAM/matrices/scalarMatrices/scalarMatrices.H [new file with mode: 0644]
src/OpenFOAM/matrices/scalarMatrices/scalarMatricesTemplates.C [new file with mode: 0644]
src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.C [new file with mode: 0644]
src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.H [new file with mode: 0644]
src/OpenFOAM/matrices/solution/solution.C [new file with mode: 0644]
src/OpenFOAM/matrices/solution/solution.H [new file with mode: 0644]
src/OpenFOAM/matrices/tolerances/tolerances.C [new file with mode: 0644]
src/OpenFOAM/matrices/tolerances/tolerances.H [new file with mode: 0644]
src/OpenFOAM/memory/Xfer/Xfer.H [new file with mode: 0644]
src/OpenFOAM/memory/Xfer/XferI.H [new file with mode: 0644]
src/OpenFOAM/memory/autoPtr/autoPtr.H [new file with mode: 0644]
src/OpenFOAM/memory/autoPtr/autoPtrI.H [new file with mode: 0644]
src/OpenFOAM/memory/tmp/refCount.H [new file with mode: 0644]
src/OpenFOAM/memory/tmp/tmp.H [new file with mode: 0644]
src/OpenFOAM/memory/tmp/tmpI.H [new file with mode: 0644]
src/OpenFOAM/meshes/GeoMesh/GeoMesh.H [new file with mode: 0644]
src/OpenFOAM/meshes/MeshObject/MeshObject.C [new file with mode: 0644]
src/OpenFOAM/meshes/MeshObject/MeshObject.H [new file with mode: 0644]
src/OpenFOAM/meshes/ProcessorTopology/ProcessorTopology.C [new file with mode: 0644]
src/OpenFOAM/meshes/ProcessorTopology/ProcessorTopology.H [new file with mode: 0644]
src/OpenFOAM/meshes/ProcessorTopology/commSchedule.C [new file with mode: 0644]
src/OpenFOAM/meshes/ProcessorTopology/commSchedule.H [new file with mode: 0644]
src/OpenFOAM/meshes/bandCompression/bandCompression.C [new file with mode: 0644]
src/OpenFOAM/meshes/bandCompression/bandCompression.H [new file with mode: 0644]
src/OpenFOAM/meshes/boundBox/boundBox.C [new file with mode: 0644]
src/OpenFOAM/meshes/boundBox/boundBox.H [new file with mode: 0644]
src/OpenFOAM/meshes/lduMesh/lduMesh.C [new file with mode: 0644]
src/OpenFOAM/meshes/lduMesh/lduMesh.H [new file with mode: 0644]
src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cell/cell.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cell/cell.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cell/cellI.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cell/cellIOList.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cell/cellIOList.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cell/cellList.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cell/oppositeCellFace.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cell/pyramidPointFaceRef.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcher.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/cellMatcherI.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/degenerateMatcher.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/degenerateMatcher.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/hexMatcher.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/prismMatcher.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/pyrMatcher.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/tetMatcher.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/tetWedgeMatcher.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellMatcher/wedgeMatcher.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellModel/cellModel.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellModel/cellModel.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellModel/cellModelI.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellModel/cellModelIO.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellModeller/cellModeller.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellModeller/cellModeller.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellModeller/globalCellModeller.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellShape/cellShape.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellShape/cellShape.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeEqual.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeI.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeIO.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeIOList.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeIOList.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/cellShape/cellShapeList.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/edge/EdgeMap.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/edge/edge.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/edge/edge.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/edge/edgeI.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/edge/edgeIOList.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/edge/edgeIOList.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/edge/edgeList.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/face/face.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/face/face.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/face/faceAreaInContact.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/face/faceContactSphere.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/face/faceI.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/face/faceIOList.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/face/faceIOList.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/face/faceIntersection.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/face/faceList.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/face/faceListFwd.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/face/faceTemplates.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/face/oppositeFace.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/tetCell/tetCell.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/tetCell/tetCell.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/tetCell/tetCellI.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/tetCell/tetCellList.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/triFace/triFace.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/triFace/triFaceI.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshShapes/triFace/triFaceList.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshTools/matchPoints.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshTools/matchPoints.H [new file with mode: 0644]
src/OpenFOAM/meshes/meshTools/mergePoints.C [new file with mode: 0644]
src/OpenFOAM/meshes/meshTools/mergePoints.H [new file with mode: 0644]
src/OpenFOAM/meshes/patchIdentifier/patchIdentifier.C [new file with mode: 0644]
src/OpenFOAM/meshes/patchIdentifier/patchIdentifier.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointMesh.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointMesh.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointMeshMapper/MapPointField.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointBoundaryMeshMapper.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMapper.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMapper.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointMeshMapper.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointPatchMapper.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointMeshMapper/pointPatchMapper.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/basic/coupled/coupledPointPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/basic/coupled/coupledPointPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/basic/generic/genericPointPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/basic/generic/genericPointPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/empty/emptyPointPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/empty/emptyPointPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/symmetry/symmetryPointPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/symmetry/symmetryPointPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/wedge/wedgePointPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/wedge/wedgePointPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/derived/global/globalPointPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/derived/global/globalPointPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/derived/wall/wallPointPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/derived/wall/wallPointPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/newFacePointPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatchList.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndex.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalIndexI.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/globalMeshData/processorTopology.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/cellMapper/cellMapper.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/cellMapper/cellMapper.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/faceMapper/faceMapper.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/faceMapper/faceMapper.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapAddedPolyMesh.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapAddedPolyMesh.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeLagrangian.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributePolyMesh.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeTemplates.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPatchChange/mapPatchChange.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPolyMesh.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPolyMesh.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapSubsetMesh/mapSubsetMesh.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/morphFieldMapper.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/objectMap/objectMap.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/objectMap/objectMapI.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyMesh.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyMesh.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyMeshClear.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyMeshIO.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyMeshInitMesh.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyMeshUpdate.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/basic/generic/genericPolyPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/empty/emptyPolyPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/empty/emptyPolyPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/symmetry/symmetryPolyPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/symmetry/symmetryPolyPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/wedge/wedgePolyPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/wedge/wedgePolyPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/derived/wall/wallPolyPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/derived/wall/wallPolyPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/newPolyPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchList.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/ZoneID/ZoneID.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/ZoneID/ZoneIDs.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/ZoneID/polyPatchID.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/cellZoneMesh.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/cellZoneMeshFwd.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/faceZoneMesh.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/faceZoneMeshFwd.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/pointZoneMesh.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/pointZoneMeshFwd.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZone.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZone.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/cellZone/indirectCellList.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/cellZone/newCellZone.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/faceZone/indirectFaceList.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/faceZone/newFaceZone.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/faceZone/primitiveFaceZone.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/pointZone/indirectPointList.H [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/pointZone/newPointZone.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/pointZone/pointZone.C [new file with mode: 0644]
src/OpenFOAM/meshes/polyMesh/zones/pointZone/pointZone.H [new file with mode: 0644]
src/OpenFOAM/meshes/preservePatchTypes/preservePatchTypes.C [new file with mode: 0644]
src/OpenFOAM/meshes/preservePatchTypes/preservePatchTypes.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsCheck.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsEdgeOwner.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsSearch.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsSortEdges.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchAddressing.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchBdryPoints.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchCheck.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchClear.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchEdgeLoops.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchLocalPointOrder.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchMeshData.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchMeshEdges.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchName.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchPointAddressing.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchProjectPoints.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCalcCellShapes.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellCells.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellCentresAndVols.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellEdges.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCellPoints.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCells.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheck.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheckEdgeLength.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheckMotion.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheckPointNearness.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshClear.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshEdgeCells.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshEdgeFaces.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshEdges.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshFaceCentresAndAreas.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshFindCell.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshI.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshPointCells.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshPointFaces.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshPointPoints.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitivePatch/indirectPrimitivePatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitivePatch/patchZones.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitivePatch/patchZones.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitivePatch/primitiveFacePatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitivePatch/primitivePatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitivePatch/walkPatch.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveMesh/primitivePatch/walkPatch.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/line/line.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/line/line.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/line/lineI.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/line/linePoint2DRef.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/line/linePointRef.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/objectHit/PointHit.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/objectHit/objectHit.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/objectHit/point2DHit.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/objectHit/pointHit.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/plane/plane.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/plane/plane.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/point/point.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/point/pointField.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/point/pointFieldFwd.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/point/pointIOField.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/point2D/point2D.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/point2D/point2DField.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/point2D/point2DFieldFwd.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/pyramid/pyramid.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/pyramid/pyramidI.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetPointRef.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedron.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedron.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedronI.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/triangle/intersection.C [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/triangle/intersection.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/triangle/triPointRef.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/triangle/triangle.H [new file with mode: 0644]
src/OpenFOAM/meshes/primitiveShapes/triangle/triangleI.H [new file with mode: 0644]
src/OpenFOAM/primitives/DiagTensor/DiagTensor.H [new file with mode: 0644]
src/OpenFOAM/primitives/DiagTensor/DiagTensorI.H [new file with mode: 0644]
src/OpenFOAM/primitives/DiagTensor/diagTensor/diagTensor.C [new file with mode: 0644]
src/OpenFOAM/primitives/DiagTensor/diagTensor/diagTensor.H [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/PackedBoolList.H [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/boolList.C [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/boolList.H [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/fileNameList.H [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/labelIOList.C [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/labelIOList.H [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/labelList.H [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/scalarIOList.C [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/scalarIOList.H [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/scalarList.C [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/scalarList.H [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/sphericalTensorList.C [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/sphericalTensorList.H [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/stringList.H [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/stringListOps.H [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/stringListOpsTemplates.C [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/symmTensorList.C [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/symmTensorList.H [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/tensorList.C [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/tensorList.H [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/vectorList.C [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/vectorList.H [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/wordList.H [new file with mode: 0644]
src/OpenFOAM/primitives/Lists/wordReList.H [new file with mode: 0644]
src/OpenFOAM/primitives/Pair/Pair.H [new file with mode: 0644]
src/OpenFOAM/primitives/Pair/labelPair.H [new file with mode: 0644]
src/OpenFOAM/primitives/Scalar/Scalar.C [new file with mode: 0644]
src/OpenFOAM/primitives/Scalar/Scalar.H [new file with mode: 0644]
src/OpenFOAM/primitives/Scalar/doubleFloat.H [new file with mode: 0644]
src/OpenFOAM/primitives/Scalar/doubleScalar/doubleScalar.C [new file with mode: 0644]
src/OpenFOAM/primitives/Scalar/doubleScalar/doubleScalar.H [new file with mode: 0644]
src/OpenFOAM/primitives/Scalar/floatScalar/floatScalar.C [new file with mode: 0644]
src/OpenFOAM/primitives/Scalar/floatScalar/floatScalar.H [new file with mode: 0644]
src/OpenFOAM/primitives/Scalar/scalar/scalar.C [new file with mode: 0644]
src/OpenFOAM/primitives/Scalar/scalar/scalar.H [new file with mode: 0644]
src/OpenFOAM/primitives/SphericalTensor/SphericalTensor.H [new file with mode: 0644]
src/OpenFOAM/primitives/SphericalTensor/SphericalTensorI.H [new file with mode: 0644]
src/OpenFOAM/primitives/SphericalTensor/labelSphericalTensor/labelSphericalTensor.C [new file with mode: 0644]
src/OpenFOAM/primitives/SphericalTensor/labelSphericalTensor/labelSphericalTensor.H [new file with mode: 0644]
src/OpenFOAM/primitives/SphericalTensor/sphericalTensor/sphericalTensor.C [new file with mode: 0644]
src/OpenFOAM/primitives/SphericalTensor/sphericalTensor/sphericalTensor.H [new file with mode: 0644]
src/OpenFOAM/primitives/SphericalTensor2D/SphericalTensor2D.H [new file with mode: 0644]
src/OpenFOAM/primitives/SphericalTensor2D/SphericalTensor2DI.H [new file with mode: 0644]
src/OpenFOAM/primitives/SphericalTensor2D/sphericalTensor2D/sphericalTensor2D.C [new file with mode: 0644]
src/OpenFOAM/primitives/SphericalTensor2D/sphericalTensor2D/sphericalTensor2D.H [new file with mode: 0644]
src/OpenFOAM/primitives/Swap/Swap.H [new file with mode: 0644]
src/OpenFOAM/primitives/SymmTensor/SymmTensor.H [new file with mode: 0644]
src/OpenFOAM/primitives/SymmTensor/SymmTensorI.H [new file with mode: 0644]
src/OpenFOAM/primitives/SymmTensor/labelSymmTensor/labelSymmTensor.C [new file with mode: 0644]
src/OpenFOAM/primitives/SymmTensor/labelSymmTensor/labelSymmTensor.H [new file with mode: 0644]
src/OpenFOAM/primitives/SymmTensor/symmTensor/symmTensor.C [new file with mode: 0644]
src/OpenFOAM/primitives/SymmTensor/symmTensor/symmTensor.H [new file with mode: 0644]
src/OpenFOAM/primitives/Tensor/Tensor.H [new file with mode: 0644]
src/OpenFOAM/primitives/Tensor/TensorI.H [new file with mode: 0644]
src/OpenFOAM/primitives/Tensor/labelTensor/labelTensor.C [new file with mode: 0644]
src/OpenFOAM/primitives/Tensor/labelTensor/labelTensor.H [new file with mode: 0644]
src/OpenFOAM/primitives/Tensor/tensor/tensor.C [new file with mode: 0644]
src/OpenFOAM/primitives/Tensor/tensor/tensor.H [new file with mode: 0644]
src/OpenFOAM/primitives/Tensor2D/Tensor2D.H [new file with mode: 0644]
src/OpenFOAM/primitives/Tensor2D/Tensor2DI.H [new file with mode: 0644]
src/OpenFOAM/primitives/Tensor2D/tensor2D/tensor2D.C [new file with mode: 0644]
src/OpenFOAM/primitives/Tensor2D/tensor2D/tensor2D.H [new file with mode: 0644]
src/OpenFOAM/primitives/Tuple2/Tuple2.H [new file with mode: 0644]
src/OpenFOAM/primitives/Vector/Vector.H [new file with mode: 0644]
src/OpenFOAM/primitives/Vector/VectorI.H [new file with mode: 0644]
src/OpenFOAM/primitives/Vector/complexVector/complexVector.C [new file with mode: 0644]
src/OpenFOAM/primitives/Vector/complexVector/complexVector.H [new file with mode: 0644]
src/OpenFOAM/primitives/Vector/complexVector/complexVectorI.H [new file with mode: 0644]
src/OpenFOAM/primitives/Vector/labelVector/labelVector.C [new file with mode: 0644]
src/OpenFOAM/primitives/Vector/labelVector/labelVector.H [new file with mode: 0644]
src/OpenFOAM/primitives/Vector/vector/vector.C [new file with mode: 0644]
src/OpenFOAM/primitives/Vector/vector/vector.H [new file with mode: 0644]
src/OpenFOAM/primitives/Vector2D/Vector2D.H [new file with mode: 0644]
src/OpenFOAM/primitives/Vector2D/Vector2DI.H [new file with mode: 0644]
src/OpenFOAM/primitives/Vector2D/vector2D/vector2D.C [new file with mode: 0644]
src/OpenFOAM/primitives/Vector2D/vector2D/vector2D.H [new file with mode: 0644]
src/OpenFOAM/primitives/VectorSpace/VectorSpace.C [new file with mode: 0644]
src/OpenFOAM/primitives/VectorSpace/VectorSpace.H [new file with mode: 0644]
src/OpenFOAM/primitives/VectorSpace/VectorSpaceI.H [new file with mode: 0644]
src/OpenFOAM/primitives/VectorSpace/VectorSpaceM.H [new file with mode: 0644]
src/OpenFOAM/primitives/VectorSpace/products.H [new file with mode: 0644]
src/OpenFOAM/primitives/bools/Switch/Switch.C [new file with mode: 0644]
src/OpenFOAM/primitives/bools/Switch/Switch.H [new file with mode: 0644]
src/OpenFOAM/primitives/bools/Switch/SwitchIO.C [new file with mode: 0644]
src/OpenFOAM/primitives/bools/bool/bool.C [new file with mode: 0644]
src/OpenFOAM/primitives/bools/bool/bool.H [new file with mode: 0644]
src/OpenFOAM/primitives/bools/bool/boolIO.C [new file with mode: 0644]
src/OpenFOAM/primitives/char/char.H [new file with mode: 0644]
src/OpenFOAM/primitives/char/charIO.C [new file with mode: 0644]
src/OpenFOAM/primitives/complex/complex.C [new file with mode: 0644]
src/OpenFOAM/primitives/complex/complex.H [new file with mode: 0644]
src/OpenFOAM/primitives/complex/complexI.H [new file with mode: 0644]
src/OpenFOAM/primitives/contiguous/contiguous.H [new file with mode: 0644]
src/OpenFOAM/primitives/direction/direction.H [new file with mode: 0644]
src/OpenFOAM/primitives/functions/Polynomial/Polynomial.C [new file with mode: 0644]
src/OpenFOAM/primitives/functions/Polynomial/Polynomial.H [new file with mode: 0644]
src/OpenFOAM/primitives/functions/Polynomial/PolynomialIO.C [new file with mode: 0644]
src/OpenFOAM/primitives/hashes/Hash/Hash.H [new file with mode: 0644]
src/OpenFOAM/primitives/hashes/Hasher/Hasher.C [new file with mode: 0644]
src/OpenFOAM/primitives/hashes/Hasher/Hasher.H [new file with mode: 0644]
src/OpenFOAM/primitives/hashes/Hasher/HasherInt.H [new file with mode: 0644]
src/OpenFOAM/primitives/hashes/SHA1/SHA1.C [new file with mode: 0644]
src/OpenFOAM/primitives/hashes/SHA1/SHA1.H [new file with mode: 0644]
src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.C [new file with mode: 0644]
src/OpenFOAM/primitives/hashes/SHA1/SHA1Digest.H [new file with mode: 0644]
src/OpenFOAM/primitives/hashes/SHA1/SHA1I.H [new file with mode: 0644]
src/OpenFOAM/primitives/ints/int/int.H [new file with mode: 0644]
src/OpenFOAM/primitives/ints/int/intIO.C [new file with mode: 0644]
src/OpenFOAM/primitives/ints/label/label.C [new file with mode: 0644]
src/OpenFOAM/primitives/ints/label/label.H [new file with mode: 0644]
src/OpenFOAM/primitives/ints/long/long.H [new file with mode: 0644]
src/OpenFOAM/primitives/ints/long/longIO.C [new file with mode: 0644]
src/OpenFOAM/primitives/ints/longLong/longLong.H [new file with mode: 0644]
src/OpenFOAM/primitives/ints/longLong/longLongIO.C [new file with mode: 0644]
src/OpenFOAM/primitives/ints/uLabel/uLabel.C [new file with mode: 0644]
src/OpenFOAM/primitives/ints/uLabel/uLabel.H [new file with mode: 0644]
src/OpenFOAM/primitives/ints/uint/uint.H [new file with mode: 0644]
src/OpenFOAM/primitives/ints/uint/uintIO.C [new file with mode: 0644]
src/OpenFOAM/primitives/ints/ulong/ulong.H [new file with mode: 0644]
src/OpenFOAM/primitives/ints/ulong/ulongIO.C [new file with mode: 0644]
src/OpenFOAM/primitives/mathematicalConstants/mathematicalConstants.H [new file with mode: 0644]
src/OpenFOAM/primitives/nil/nil.H [new file with mode: 0644]
src/OpenFOAM/primitives/one/one.H [new file with mode: 0644]
src/OpenFOAM/primitives/one/oneI.H [new file with mode: 0644]
src/OpenFOAM/primitives/ops/ops.H [new file with mode: 0644]
src/OpenFOAM/primitives/pTraits/pTraits.H [new file with mode: 0644]
src/OpenFOAM/primitives/quaternion/quaternion.C [new file with mode: 0644]
src/OpenFOAM/primitives/quaternion/quaternion.H [new file with mode: 0644]
src/OpenFOAM/primitives/quaternion/quaternionI.H [new file with mode: 0644]
src/OpenFOAM/primitives/random/Random.C [new file with mode: 0644]
src/OpenFOAM/primitives/random/Random.H [new file with mode: 0644]
src/OpenFOAM/primitives/random/random.3 [new file with mode: 0644]
src/OpenFOAM/primitives/random/random.c [new file with mode: 0644]
src/OpenFOAM/primitives/septernion/septernion.C [new file with mode: 0644]
src/OpenFOAM/primitives/septernion/septernion.H [new file with mode: 0644]
src/OpenFOAM/primitives/septernion/septernionI.H [new file with mode: 0644]
src/OpenFOAM/primitives/strings/fileName/fileName.C [new file with mode: 0644]
src/OpenFOAM/primitives/strings/fileName/fileName.H [new file with mode: 0644]
src/OpenFOAM/primitives/strings/fileName/fileNameI.H [new file with mode: 0644]
src/OpenFOAM/primitives/strings/fileName/fileNameIO.C [new file with mode: 0644]
src/OpenFOAM/primitives/strings/keyType/keyType.H [new file with mode: 0644]
src/OpenFOAM/primitives/strings/keyType/keyTypeI.H [new file with mode: 0644]
src/OpenFOAM/primitives/strings/keyType/keyTypeIO.C [new file with mode: 0644]
src/OpenFOAM/primitives/strings/string/string.C [new file with mode: 0644]
src/OpenFOAM/primitives/strings/string/string.H [new file with mode: 0644]
src/OpenFOAM/primitives/strings/string/stringI.H [new file with mode: 0644]
src/OpenFOAM/primitives/strings/string/stringIO.C [new file with mode: 0644]
src/OpenFOAM/primitives/strings/word/word.C [new file with mode: 0644]
src/OpenFOAM/primitives/strings/word/word.H [new file with mode: 0644]
src/OpenFOAM/primitives/strings/word/wordI.H [new file with mode: 0644]
src/OpenFOAM/primitives/strings/word/wordIO.C [new file with mode: 0644]
src/OpenFOAM/primitives/strings/wordRe/wordRe.H [new file with mode: 0644]
src/OpenFOAM/primitives/strings/wordRe/wordReI.H [new file with mode: 0644]
src/OpenFOAM/primitives/strings/wordRe/wordReIO.C [new file with mode: 0644]
src/OpenFOAM/primitives/transform/symmTransform.H [new file with mode: 0644]
src/OpenFOAM/primitives/transform/transform.H [new file with mode: 0644]
src/OpenFOAM/primitives/zero/zero.H [new file with mode: 0644]
src/OpenFOAM/primitives/zero/zeroI.H [new file with mode: 0644]
src/Pstream/Allwmake [new file with mode: 0755]
src/Pstream/dummy/IPread.C [new file with mode: 0644]
src/Pstream/dummy/Make/files [new file with mode: 0644]
src/Pstream/dummy/Make/options [new file with mode: 0644]
src/Pstream/dummy/OPwrite.C [new file with mode: 0644]
src/Pstream/dummy/Pstream.C [new file with mode: 0644]
src/Pstream/gamma/IPread.C [new file with mode: 0644]
src/Pstream/gamma/Make/files [new file with mode: 0644]
src/Pstream/gamma/Make/options [new file with mode: 0644]
src/Pstream/gamma/OPwrite.C [new file with mode: 0644]
src/Pstream/gamma/Pstream.C [new file with mode: 0644]
src/Pstream/gamma/PstreamGlobals.C [new file with mode: 0644]
src/Pstream/gamma/PstreamGlobals.H [new file with mode: 0644]
src/Pstream/mpi/IPread.C [new file with mode: 0644]
src/Pstream/mpi/Make/files [new file with mode: 0644]
src/Pstream/mpi/Make/options [new file with mode: 0644]
src/Pstream/mpi/OPwrite.C [new file with mode: 0644]
src/Pstream/mpi/Pstream.C [new file with mode: 0644]
src/autoMesh/Make/files [new file with mode: 0644]
src/autoMesh/Make/options [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.H [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.H [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverShrink.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverTemplates.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.H [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.H [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/layerParameters/layerParameters.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/layerParameters/layerParameters.H [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.H [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointDataI.H [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/refinementParameters/refinementParameters.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/refinementParameters/refinementParameters.H [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/snapParameters/snapParameters.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/autoHexMeshDriver/snapParameters/snapParameters.H [new file with mode: 0644]
src/autoMesh/autoHexMesh/meshRefinement/meshRefinement.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H [new file with mode: 0644]
src/autoMesh/autoHexMesh/meshRefinement/meshRefinementBaffles.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/meshRefinement/meshRefinementMerge.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/meshRefinement/meshRefinementProblemCells.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/meshRefinement/meshRefinementRefine.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/meshRefinement/meshRefinementTemplates.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.H [new file with mode: 0644]
src/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/shellSurfaces/shellSurfaces.H [new file with mode: 0644]
src/autoMesh/autoHexMesh/trackedParticle/ExactParticle.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/trackedParticle/ExactParticle.H [new file with mode: 0644]
src/autoMesh/autoHexMesh/trackedParticle/trackedParticle.C [new file with mode: 0644]
src/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H [new file with mode: 0644]
src/autoMesh/autoHexMesh/trackedParticle/trackedParticleCloud.C [new file with mode: 0644]
src/conversion/Allwmake [new file with mode: 0755]
src/conversion/Make/files [new file with mode: 0644]
src/conversion/Make/options [new file with mode: 0644]
src/conversion/ensight/file/ensightFile.C [new file with mode: 0644]
src/conversion/ensight/file/ensightFile.H [new file with mode: 0644]
src/conversion/ensight/file/ensightGeoFile.C [new file with mode: 0644]
src/conversion/ensight/file/ensightGeoFile.H [new file with mode: 0644]
src/conversion/ensight/part/ensightPart.C [new file with mode: 0644]
src/conversion/ensight/part/ensightPart.H [new file with mode: 0644]
src/conversion/ensight/part/ensightPartCells.C [new file with mode: 0644]
src/conversion/ensight/part/ensightPartCells.H [new file with mode: 0644]
src/conversion/ensight/part/ensightPartFaces.C [new file with mode: 0644]
src/conversion/ensight/part/ensightPartFaces.H [new file with mode: 0644]
src/conversion/ensight/part/ensightPartI.H [new file with mode: 0644]
src/conversion/ensight/part/ensightPartIO.C [new file with mode: 0644]
src/conversion/ensight/part/ensightParts.C [new file with mode: 0644]
src/conversion/ensight/part/ensightParts.H [new file with mode: 0644]
src/conversion/ensight/part/ensightPartsI.H [new file with mode: 0644]
src/conversion/meshReader/README [new file with mode: 0644]
src/conversion/meshReader/calcPointCells.C [new file with mode: 0644]
src/conversion/meshReader/createPolyBoundary.C [new file with mode: 0644]
src/conversion/meshReader/createPolyCells.C [new file with mode: 0644]
src/conversion/meshReader/meshReader.C [new file with mode: 0644]
src/conversion/meshReader/meshReader.H [new file with mode: 0644]
src/conversion/meshReader/meshReaderAux.C [new file with mode: 0644]
src/conversion/meshReader/starcd/STARCDMeshReader.C [new file with mode: 0644]
src/conversion/meshReader/starcd/STARCDMeshReader.H [new file with mode: 0644]
src/conversion/meshTables/README [new file with mode: 0644]
src/conversion/meshTables/boundaryRegion.C [new file with mode: 0644]
src/conversion/meshTables/boundaryRegion.H [new file with mode: 0644]
src/conversion/meshTables/cellTable.C [new file with mode: 0644]
src/conversion/meshTables/cellTable.H [new file with mode: 0644]
src/conversion/meshTables/remappingDict [new file with mode: 0644]
src/conversion/meshWriter/meshWriter.C [new file with mode: 0644]
src/conversion/meshWriter/meshWriter.H [new file with mode: 0644]
src/conversion/meshWriter/starcd/STARCDMeshWriter.C [new file with mode: 0644]
src/conversion/meshWriter/starcd/STARCDMeshWriter.H [new file with mode: 0644]
src/conversion/polyDualMesh/polyDualMesh.C [new file with mode: 0644]
src/conversion/polyDualMesh/polyDualMesh.H [new file with mode: 0644]
src/decompositionMethods/Allwmake [new file with mode: 0755]
src/decompositionMethods/decompositionMethods/Make/files [new file with mode: 0644]
src/decompositionMethods/decompositionMethods/Make/options [new file with mode: 0644]
src/decompositionMethods/decompositionMethods/decompositionMethod/decompositionMethod.C [new file with mode: 0644]
src/decompositionMethods/decompositionMethods/decompositionMethod/decompositionMethod.H [new file with mode: 0644]
src/decompositionMethods/decompositionMethods/geomDecomp/geomDecomp.C [new file with mode: 0644]
src/decompositionMethods/decompositionMethods/geomDecomp/geomDecomp.H [new file with mode: 0644]
src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C [new file with mode: 0644]
src/decompositionMethods/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.H [new file with mode: 0644]
src/decompositionMethods/decompositionMethods/manualDecomp/manualDecomp.C [new file with mode: 0644]
src/decompositionMethods/decompositionMethods/manualDecomp/manualDecomp.H [new file with mode: 0644]
src/decompositionMethods/decompositionMethods/metisDecomp/metisDecomp.C [new file with mode: 0644]
src/decompositionMethods/decompositionMethods/metisDecomp/metisDecomp.H [new file with mode: 0644]
src/decompositionMethods/decompositionMethods/scotchDecomp/scotchDecomp.C [new file with mode: 0644]
src/decompositionMethods/decompositionMethods/scotchDecomp/scotchDecomp.H [new file with mode: 0644]
src/decompositionMethods/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.C [new file with mode: 0644]
src/decompositionMethods/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.H [new file with mode: 0644]
src/decompositionMethods/parMetisDecomp/Make/files [new file with mode: 0644]
src/decompositionMethods/parMetisDecomp/Make/options [new file with mode: 0644]
src/decompositionMethods/parMetisDecomp/parMetisDecomp.C [new file with mode: 0644]
src/decompositionMethods/parMetisDecomp/parMetisDecomp.H [new file with mode: 0644]
src/decompositionMethods/parMetisDecomp/parMetisDecompTemplates.C [new file with mode: 0644]
src/dynamicFvMesh/Make/files [new file with mode: 0644]
src/dynamicFvMesh/Make/options [new file with mode: 0644]
src/dynamicFvMesh/dynamicFvMesh/dynamicFvMesh.C [new file with mode: 0644]
src/dynamicFvMesh/dynamicFvMesh/dynamicFvMesh.H [new file with mode: 0644]
src/dynamicFvMesh/dynamicFvMesh/newDynamicFvMesh.C [new file with mode: 0644]
src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.C [new file with mode: 0644]
src/dynamicFvMesh/dynamicInkJetFvMesh/dynamicInkJetFvMesh.H [new file with mode: 0644]
src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.C [new file with mode: 0644]
src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.H [new file with mode: 0644]
src/dynamicFvMesh/dynamicRefineFvMesh/dynamicMeshDict [new file with mode: 0644]
src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.C [new file with mode: 0644]
src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.C.save [new file with mode: 0644]
src/dynamicFvMesh/dynamicRefineFvMesh/dynamicRefineFvMesh.H [new file with mode: 0644]
src/dynamicFvMesh/include/createDynamicFvMesh.H [new file with mode: 0644]
src/dynamicFvMesh/include/meshCourantNo.H [new file with mode: 0644]
src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.C [new file with mode: 0644]
src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SDA/SDA.H [new file with mode: 0644]
src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SKA/SKA.C [new file with mode: 0644]
src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SKA/SKA.H [new file with mode: 0644]
src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/newSolidBodyMotionFunction.C [new file with mode: 0644]
src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunction.C [new file with mode: 0644]
src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/solidBodyMotionFunction/solidBodyMotionFunction.H [new file with mode: 0644]
src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.C [new file with mode: 0644]
src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.H [new file with mode: 0644]
src/dynamicFvMesh/staticFvMesh/staticFvMesh.C [new file with mode: 0644]
src/dynamicFvMesh/staticFvMesh/staticFvMesh.H [new file with mode: 0644]
src/dynamicMesh/Make/files [new file with mode: 0644]
src/dynamicMesh/Make/options [new file with mode: 0644]
src/dynamicMesh/attachDetach/attachDetach.C [new file with mode: 0644]
src/dynamicMesh/attachDetach/attachDetach.H [new file with mode: 0644]
src/dynamicMesh/attachDetach/attachDetachPointMatchMap.C [new file with mode: 0644]
src/dynamicMesh/attachDetach/attachInterface.C [new file with mode: 0644]
src/dynamicMesh/attachDetach/detachInterface.C [new file with mode: 0644]
src/dynamicMesh/boundaryMesh/bMesh.H [new file with mode: 0644]
src/dynamicMesh/boundaryMesh/boundaryMesh.C [new file with mode: 0644]
src/dynamicMesh/boundaryMesh/boundaryMesh.H [new file with mode: 0644]
src/dynamicMesh/boundaryMesh/octreeDataFaceList.C [new file with mode: 0644]
src/dynamicMesh/boundaryMesh/octreeDataFaceList.H [new file with mode: 0644]
src/dynamicMesh/boundaryPatch/boundaryPatch.C [new file with mode: 0644]
src/dynamicMesh/boundaryPatch/boundaryPatch.H [new file with mode: 0644]
src/dynamicMesh/fvMeshAdder/fvMeshAdder.C [new file with mode: 0644]
src/dynamicMesh/fvMeshAdder/fvMeshAdder.H [new file with mode: 0644]
src/dynamicMesh/fvMeshAdder/fvMeshAdderTemplates.C [new file with mode: 0644]
src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C [new file with mode: 0644]
src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.H [new file with mode: 0644]
src/dynamicMesh/fvMeshDistribute/fvMeshDistributeTemplates.C [new file with mode: 0644]
src/dynamicMesh/layerAdditionRemoval/addCellLayer.C [new file with mode: 0644]
src/dynamicMesh/layerAdditionRemoval/layerAdditionRemoval.C [new file with mode: 0644]
src/dynamicMesh/layerAdditionRemoval/layerAdditionRemoval.H [new file with mode: 0644]
src/dynamicMesh/layerAdditionRemoval/removeCellLayer.C [new file with mode: 0644]
src/dynamicMesh/layerAdditionRemoval/setLayerPairing.C [new file with mode: 0644]
src/dynamicMesh/meshCut/cellCuts/cellCuts.C [new file with mode: 0644]
src/dynamicMesh/meshCut/cellCuts/cellCuts.H [new file with mode: 0644]
src/dynamicMesh/meshCut/cellLooper/cellLooper.C [new file with mode: 0644]
src/dynamicMesh/meshCut/cellLooper/cellLooper.H [new file with mode: 0644]
src/dynamicMesh/meshCut/cellLooper/geomCellLooper.C [new file with mode: 0644]
src/dynamicMesh/meshCut/cellLooper/geomCellLooper.H [new file with mode: 0644]
src/dynamicMesh/meshCut/cellLooper/hexCellLooper.C [new file with mode: 0644]
src/dynamicMesh/meshCut/cellLooper/hexCellLooper.H [new file with mode: 0644]
src/dynamicMesh/meshCut/cellLooper/topoCellLooper.C [new file with mode: 0644]
src/dynamicMesh/meshCut/cellLooper/topoCellLooper.H [new file with mode: 0644]
src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.C [new file with mode: 0644]
src/dynamicMesh/meshCut/directions/directionInfo/directionInfo.H [new file with mode: 0644]
src/dynamicMesh/meshCut/directions/directionInfo/directionInfoI.H [new file with mode: 0644]
src/dynamicMesh/meshCut/directions/directions.C [new file with mode: 0644]
src/dynamicMesh/meshCut/directions/directions.H [new file with mode: 0644]
src/dynamicMesh/meshCut/edgeVertex/edgeVertex.C [new file with mode: 0644]
src/dynamicMesh/meshCut/edgeVertex/edgeVertex.H [new file with mode: 0644]
src/dynamicMesh/meshCut/meshModifiers/boundaryCutter/boundaryCutter.C [new file with mode: 0644]
src/dynamicMesh/meshCut/meshModifiers/boundaryCutter/boundaryCutter.H [new file with mode: 0644]
src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.C [new file with mode: 0644]
src/dynamicMesh/meshCut/meshModifiers/meshCutAndRemove/meshCutAndRemove.H [new file with mode: 0644]
src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.C [new file with mode: 0644]
src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H [new file with mode: 0644]
src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.C [new file with mode: 0644]
src/dynamicMesh/meshCut/meshModifiers/multiDirRefinement/multiDirRefinement.H [new file with mode: 0644]
src/dynamicMesh/meshCut/meshModifiers/refinementIterator/refinementIterator.C [new file with mode: 0644]
src/dynamicMesh/meshCut/meshModifiers/refinementIterator/refinementIterator.H [new file with mode: 0644]
src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.C [new file with mode: 0644]
src/dynamicMesh/meshCut/meshModifiers/undoableMeshCutter/undoableMeshCutter.H [new file with mode: 0644]
src/dynamicMesh/meshCut/refineCell/refineCell.C [new file with mode: 0644]
src/dynamicMesh/meshCut/refineCell/refineCell.H [new file with mode: 0644]
src/dynamicMesh/meshCut/splitCell/splitCell.C [new file with mode: 0644]
src/dynamicMesh/meshCut/splitCell/splitCell.H [new file with mode: 0644]
src/dynamicMesh/meshCut/wallLayerCells/wallLayerCells.C [new file with mode: 0644]
src/dynamicMesh/meshCut/wallLayerCells/wallLayerCells.H [new file with mode: 0644]
src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.C [new file with mode: 0644]
src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfo.H [new file with mode: 0644]
src/dynamicMesh/meshCut/wallLayerCells/wallNormalInfo/wallNormalInfoI.H [new file with mode: 0644]
src/dynamicMesh/motionSmoother/motionSmoother.C [new file with mode: 0644]
src/dynamicMesh/motionSmoother/motionSmoother.H [new file with mode: 0644]
src/dynamicMesh/motionSmoother/motionSmootherCheck.C [new file with mode: 0644]
src/dynamicMesh/motionSmoother/motionSmootherTemplates.C [new file with mode: 0644]
src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.C [new file with mode: 0644]
src/dynamicMesh/motionSmoother/polyMeshGeometry/polyMeshGeometry.H [new file with mode: 0644]
src/dynamicMesh/motionSolver/motionSolver.C [new file with mode: 0644]
src/dynamicMesh/motionSolver/motionSolver.H [new file with mode: 0644]
src/dynamicMesh/perfectInterface/perfectInterface.C [new file with mode: 0644]
src/dynamicMesh/perfectInterface/perfectInterface.H [new file with mode: 0644]
src/dynamicMesh/polyMeshAdder/faceCoupleInfo.C [new file with mode: 0644]
src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H [new file with mode: 0644]
src/dynamicMesh/polyMeshAdder/faceCoupleInfoTemplates.C [new file with mode: 0644]
src/dynamicMesh/polyMeshAdder/polyMeshAdder.C [new file with mode: 0644]
src/dynamicMesh/polyMeshAdder/polyMeshAdder.H [new file with mode: 0644]
src/dynamicMesh/polyMeshAdder/polyMeshAdderTemplates.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyMeshModifier/newPolyMeshModifier.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifier.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyMeshModifier/polyMeshModifier.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddCell.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddFace.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/addObject/polyAddPoint.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/combineFaces.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/combineFaces.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/duplicatePoints.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/duplicatePoints.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/edgeCollapser.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/faceCollapser.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/localPointRegion.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/localPointRegion.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/modifyObject/polyModifyCell.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/modifyObject/polyModifyFace.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/modifyObject/polyModifyPoint.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeI.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChangeTemplates.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/refinementData.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDataI.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceData.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/refinementDistanceDataI.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/refinementHistory.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/removeCells.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/removeFaces.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/removeObject/polyRemoveCell.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/removeObject/polyRemoveFace.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/removeObject/polyRemovePoint.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/removePoints.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/removePoints.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/topoAction/topoAction.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChange/topoAction/topoActions.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.H [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.C [new file with mode: 0644]
src/dynamicMesh/polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.H [new file with mode: 0644]
src/dynamicMesh/setUpdater/setUpdater.C [new file with mode: 0644]
src/dynamicMesh/setUpdater/setUpdater.H [new file with mode: 0644]
src/dynamicMesh/setUpdater/setUpdaterTemplates.C [new file with mode: 0644]
src/dynamicMesh/slidingInterface/coupleSlidingInterface.C [new file with mode: 0644]
src/dynamicMesh/slidingInterface/decoupleSlidingInterface.C [new file with mode: 0644]
src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.C [new file with mode: 0644]
src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatch.H [new file with mode: 0644]
src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchCutFaces.C [new file with mode: 0644]
src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchFaces.C [new file with mode: 0644]
src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchMasterPoints.C [new file with mode: 0644]
src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchPointMap.C [new file with mode: 0644]
src/dynamicMesh/slidingInterface/enrichedPatch/enrichedPatchPointPoints.C [new file with mode: 0644]
src/dynamicMesh/slidingInterface/slidingInterface.C [new file with mode: 0644]
src/dynamicMesh/slidingInterface/slidingInterface.H [new file with mode: 0644]
src/dynamicMesh/slidingInterface/slidingInterfaceAttachedAddressing.C [new file with mode: 0644]
src/dynamicMesh/slidingInterface/slidingInterfaceClearCouple.C [new file with mode: 0644]
src/dynamicMesh/slidingInterface/slidingInterfaceProjectPoints.C [new file with mode: 0644]
src/edgeMesh/Make/files [new file with mode: 0644]
src/edgeMesh/Make/options [new file with mode: 0644]
src/edgeMesh/edgeMesh.C [new file with mode: 0644]
src/edgeMesh/edgeMesh.H [new file with mode: 0644]
src/edgeMesh/edgeMeshI.H [new file with mode: 0644]
src/edgeMesh/edgeMeshIO.C [new file with mode: 0644]
src/edgeMesh/featureEdgeMesh.C [new file with mode: 0644]
src/edgeMesh/featureEdgeMesh.H [new file with mode: 0644]
src/engine/Make/files [new file with mode: 0644]
src/engine/Make/options [new file with mode: 0644]
src/engine/engineMesh/engineMesh/engineMesh.C [new file with mode: 0644]
src/engine/engineMesh/engineMesh/engineMesh.H [new file with mode: 0644]
src/engine/engineMesh/engineMesh/newEngineMesh.C [new file with mode: 0644]
src/engine/engineMesh/fvMotionSolverEngineMesh/fvMotionSolverEngineMesh.C [new file with mode: 0644]
src/engine/engineMesh/fvMotionSolverEngineMesh/fvMotionSolverEngineMesh.H [new file with mode: 0644]
src/engine/engineMesh/layeredEngineMesh/layeredEngineMesh.C [new file with mode: 0644]
src/engine/engineMesh/layeredEngineMesh/layeredEngineMesh.H [new file with mode: 0644]
src/engine/engineMesh/staticEngineMesh/staticEngineMesh.C [new file with mode: 0644]
src/engine/engineMesh/staticEngineMesh/staticEngineMesh.H [new file with mode: 0644]
src/engine/enginePiston/enginePiston.C [new file with mode: 0644]
src/engine/enginePiston/enginePiston.H [new file with mode: 0644]
src/engine/engineTime/engineTime.C [new file with mode: 0644]
src/engine/engineTime/engineTime.H [new file with mode: 0644]
src/engine/engineValve/engineValve.C [new file with mode: 0644]
src/engine/engineValve/engineValve.H [new file with mode: 0644]
src/engine/engineValve/valveBank.H [new file with mode: 0644]
src/engine/ignition/ignite.H [new file with mode: 0644]
src/engine/ignition/ignition.C [new file with mode: 0644]
src/engine/ignition/ignition.H [new file with mode: 0644]
src/engine/ignition/ignitionIO.C [new file with mode: 0644]
src/engine/ignition/ignitionSite.C [new file with mode: 0644]
src/engine/ignition/ignitionSite.H [new file with mode: 0644]
src/engine/ignition/ignitionSiteIO.C [new file with mode: 0644]
src/engine/include/StCorr.H [new file with mode: 0644]
src/engine/include/createEngineMesh.H [new file with mode: 0644]
src/engine/include/createEngineTime.H [new file with mode: 0644]
src/errorEstimation/Make/files [new file with mode: 0644]
src/errorEstimation/Make/options [new file with mode: 0644]
src/errorEstimation/errorDrivenRefinement/errorDrivenRefinement.C [new file with mode: 0644]
src/errorEstimation/errorDrivenRefinement/errorDrivenRefinement.H [new file with mode: 0644]
src/errorEstimation/errorEstimate/errorEstimate.C [new file with mode: 0644]
src/errorEstimation/errorEstimate/errorEstimate.H [new file with mode: 0644]
src/errorEstimation/errorEstimate/resError.H [new file with mode: 0644]
src/errorEstimation/errorEstimate/resErrorDiv.C [new file with mode: 0644]
src/errorEstimation/errorEstimate/resErrorDiv.H [new file with mode: 0644]
src/errorEstimation/errorEstimate/resErrorLaplacian.C [new file with mode: 0644]
src/errorEstimation/errorEstimate/resErrorLaplacian.H [new file with mode: 0644]
src/errorEstimation/errorEstimate/resErrorSup.C [new file with mode: 0644]
src/errorEstimation/errorEstimate/resErrorSup.H [new file with mode: 0644]
src/errorEstimation/evaluateError/evaluateError.C [new file with mode: 0644]
src/errorEstimation/evaluateError/evaluateError.H [new file with mode: 0644]
src/finiteVolume/Make/files [new file with mode: 0644]
src/finiteVolume/Make/options [new file with mode: 0644]
src/finiteVolume/cfdTools/compressible/compressibleContinuityErrs.H [new file with mode: 0644]
src/finiteVolume/cfdTools/compressible/compressibleCourantNo.H [new file with mode: 0644]
src/finiteVolume/cfdTools/compressible/compressibleCreatePhi.H [new file with mode: 0644]
src/finiteVolume/cfdTools/compressible/rhoEqn.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/MRF/MRFZone.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/MRF/MRFZone.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/MRF/MRFZones.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/MRF/MRFZones.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModel.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/SRFModel.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/SRF/SRFModel/SRFModel/newSRFModel.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/SRF/SRFModel/rpm/rpm.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/SRF/SRFModel/rpm/rpm.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/SRF/derivedFvPatchFields/SRFVelocityFvPatchVectorField/SRFVelocityFvPatchVectorField.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/adjustPhi/adjustPhi.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/adjustPhi/adjustPhi.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/bound/bound.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/bound/bound.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/fieldSources/pressureGradientExplicitSource/pressureGradientExplicitSource.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/fieldSources/pressureGradientExplicitSource/pressureGradientExplicitSource.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitCellSource/timeActivatedExplicitCellSource.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitCellSource/timeActivatedExplicitCellSource.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitMulticomponentPointSource/pointSourceProperties/pointSourceProperties.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitMulticomponentPointSource/pointSourceProperties/pointSourceProperties.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitMulticomponentPointSource/pointSourceProperties/pointSourcePropertiesI.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitMulticomponentPointSource/pointSourceProperties/pointSourcePropertiesIO.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitMulticomponentPointSource/timeActivatedExplicitMulticomponentPointSource.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitMulticomponentPointSource/timeActivatedExplicitMulticomponentPointSource.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitSource/timeActivatedExplicitSource.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitSource/timeActivatedExplicitSource.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/findRefCell/findRefCell.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/findRefCell/findRefCell.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/include/checkPatchFieldTypes.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/include/fvCFD.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/include/initContinuityErrs.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/include/readGravitationalAcceleration.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/include/readPIMPLEControls.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/include/readPISOControls.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/include/readSIMPLEControls.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/include/readTimeControls.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/include/setDeltaT.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/include/setInitialDeltaT.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/include/volContinuity.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/porousMedia/porousZone.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/porousMedia/porousZone.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/porousMedia/porousZoneTemplates.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/porousMedia/porousZones.C [new file with mode: 0644]
src/finiteVolume/cfdTools/general/porousMedia/porousZones.H [new file with mode: 0644]
src/finiteVolume/cfdTools/general/porousMedia/porousZonesTemplates.C [new file with mode: 0644]
src/finiteVolume/cfdTools/incompressible/CourantNo.H [new file with mode: 0644]
src/finiteVolume/cfdTools/incompressible/continuityErrs.H [new file with mode: 0644]
src/finiteVolume/cfdTools/incompressible/createPhi.H [new file with mode: 0644]
src/finiteVolume/cfdTools/incompressible/createPhiv.H [new file with mode: 0644]
src/finiteVolume/cfdTools/incompressible/movingMeshContinuityErrs.H [new file with mode: 0644]
src/finiteVolume/cfdTools/incompressible/movingMeshRhoUContinuityErrs.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchScalarField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/directionMixed/directionMixedFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/fixedValue/fixedValueFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/generic/genericFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/generic/genericFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/generic/genericFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/generic/genericFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/mixed/mixedFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/sliced/slicedFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/transform/transformFvPatchScalarField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/basic/zeroGradient/zeroGradientFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/empty/emptyFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/jumpCyclic/jumpCyclicFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchScalarField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchScalarField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/symmetry/symmetryFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/constraint/wedge/wedgeFvPatchScalarField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/activeBaffleVelocity/activeBaffleVelocityFvPatchVectorField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/buoyantPressure/buoyantPressureFvPatchScalarField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/buoyantPressure/buoyantPressureFvPatchScalarField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/directMappedVelocityFluxFixedValue/directMappedVelocityFluxFixedValueFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/expDirectionMixed/expDirectionMixedFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/expDirectionMixed/expDirectionMixedFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/expDirectionMixed/expDirectionMixedFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/expDirectionMixed/expDirectionMixedFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/expDirectionMixed/expDirectionMixedFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fixedNormalSlip/fixedNormalSlipFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fixedPressureCompressibleDensity/fixedPressureCompressibleDensityFvPatchScalarField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/fluxCorrectedVelocity/fluxCorrectedVelocityFvPatchVectorField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/freestream/freestreamFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/freestreamPressure/freestreamPressureFvPatchScalarField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/freestreamPressure/freestreamPressureFvPatchScalarField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/inletOutlet/inletOutletFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/inletOutletTotalTemperature/inletOutletTotalTemperatureFvPatchScalarField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/inletOutletTotalTemperature/inletOutletTotalTemperatureFvPatchScalarField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/outletInlet/outletInletFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/partialSlip/partialSlipFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletOutletVelocity/pressureDirectedInletOutletVelocityFvPatchVectorField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletOutletVelocity/pressureDirectedInletOutletVelocityFvPatchVectorField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletVelocity/pressureDirectedInletVelocityFvPatchVectorField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/pressureDirectedInletVelocity/pressureDirectedInletVelocityFvPatchVectorField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/pressureInletOutletVelocity/pressureInletOutletVelocityFvPatchVectorField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/pressureInletUniformVelocity/pressureInletUniformVelocityFvPatchVectorField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/pressureInletUniformVelocity/pressureInletUniformVelocityFvPatchVectorField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/pressureInletVelocity/pressureInletVelocityFvPatchVectorField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/pressureInletVelocity/pressureInletVelocityFvPatchVectorField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/pressureNormalInletOutletVelocity/pressureNormalInletOutletVelocityFvPatchVectorField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/pressureNormalInletOutletVelocity/pressureNormalInletOutletVelocityFvPatchVectorField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/rotatingPressureInletOutletVelocity/rotatingPressureInletOutletVelocityFvPatchVectorField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/rotatingPressureInletOutletVelocity/rotatingPressureInletOutletVelocityFvPatchVectorField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/rotatingTotalPressure/rotatingTotalPressureFvPatchScalarField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/rotatingTotalPressure/rotatingTotalPressureFvPatchScalarField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/slip/slipFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/supersonicFreestream/supersonicFreestreamFvPatchVectorField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/surfaceNormalFixedValue/surfaceNormalFixedValueFvPatchVectorField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/syringePressure/syringePressureFvPatchScalarField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/AverageIOFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/totalPressure/totalPressureFvPatchScalarField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/totalPressure/totalPressureFvPatchScalarField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/totalTemperature/totalTemperatureFvPatchScalarField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/totalTemperature/totalTemperatureFvPatchScalarField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/turbulentIntensityKineticEnergyInlet/turbulentIntensityKineticEnergyInletFvPatchScalarField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/turbulentIntensityKineticEnergyInlet/turbulentIntensityKineticEnergyInletFvPatchScalarField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/uniformDensityHydrostaticPressure/uniformDensityHydrostaticPressureFvPatchScalarField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFieldMapper.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvPatchFields/fvPatchField/newFvPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/calculated/calculatedFvsPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/coupled/coupledFvsPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/fixedValue/fixedValueFvsPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/basic/sliced/slicedFvsPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/cyclic/cyclicFvsPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/empty/emptyFvsPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/symmetry/symmetryFvsPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/constraint/wedge/wedgeFvsPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchField.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFields.C [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFields.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/fvsPatchField/fvsPatchFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/fvsPatchFields/fvsPatchField/newFvsPatchField.C [new file with mode: 0644]
src/finiteVolume/fields/surfaceFields/slicedSurfaceFields.H [new file with mode: 0644]
src/finiteVolume/fields/surfaceFields/slicedSurfaceFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/surfaceFields/surfaceFields.C [new file with mode: 0644]
src/finiteVolume/fields/surfaceFields/surfaceFields.H [new file with mode: 0644]
src/finiteVolume/fields/surfaceFields/surfaceFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/volFields/slicedVolFields.H [new file with mode: 0644]
src/finiteVolume/fields/volFields/slicedVolFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/fields/volFields/volFields.C [new file with mode: 0644]
src/finiteVolume/fields/volFields/volFields.H [new file with mode: 0644]
src/finiteVolume/fields/volFields/volFieldsFwd.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/convectionSchemes/convectionScheme/convectionSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/convectionSchemes/gaussConvectionScheme/gaussConvectionScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/convectionSchemes/gaussConvectionScheme/gaussConvectionScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/convectionSchemes/gaussConvectionScheme/gaussConvectionSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/convectionSchemes/multivariateGaussConvectionScheme/multivariateGaussConvectionScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/convectionSchemes/multivariateGaussConvectionScheme/multivariateGaussConvectionScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/convectionSchemes/multivariateGaussConvectionScheme/multivariateGaussConvectionSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Scheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Scheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/d2dt2Schemes/EulerD2dt2Scheme/EulerD2dt2Schemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Scheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Scheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/d2dt2Schemes/d2dt2Scheme/d2dt2Schemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Scheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Scheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/d2dt2Schemes/steadyStateD2dt2Scheme/steadyStateD2dt2Schemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/CoEulerDdtScheme/CoEulerDdtSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/CrankNicholsonDdtScheme/CrankNicholsonDdtScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/CrankNicholsonDdtScheme/CrankNicholsonDdtScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/CrankNicholsonDdtScheme/CrankNicholsonDdtSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/SLTSDdtScheme/SLTSDdtSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme/backwardDdtSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/boundedBackwardDdtScheme/boundedBackwardDdtScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/boundedBackwardDdtScheme/boundedBackwardDdtScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/boundedBackwardDdtScheme/boundedBackwardDdtSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/ddtSchemes/steadyStateDdtScheme/steadyStateDdtSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/divSchemes/divScheme/divScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/divSchemes/divScheme/divScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/divSchemes/divScheme/divSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/divSchemes/gaussDivScheme/gaussDivSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fv/fv.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fv/fv.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvSchemes/fvSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvSchemes/fvSchemes.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvSolution/fvSolution.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvc.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcAverage.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcAverage.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcCurl.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcCurl.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcD2dt2.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcD2dt2.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcDDt.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcDDt.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcDdt.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcDdt.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcDiv.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcDiv.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcFlux.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcFlux.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcGrad.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcGrad.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcLaplacian.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcLaplacian.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcMagSqrGradGrad.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcMagSqrGradGrad.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcMeshPhi.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcReconstruct.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcReconstruct.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcSnGrad.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcSnGrad.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcSup.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcSup.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcSurfaceIntegrate.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcSurfaceIntegrate.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcVolumeIntegrate.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvc/fvcVolumeIntegrate.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvm/fvm.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvm/fvmAdjDiv.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvm/fvmD2dt2.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvm/fvmD2dt2.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvm/fvmDdt.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvm/fvmDdt.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvm/fvmDiv.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvm/fvmDiv.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvm/fvmLaplacian.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvm/fvmLaplacian.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvm/fvmSup.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/fvm/fvmSup.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresGrad.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresGrad.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresGrads.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresVectors.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/extendedLeastSquaresGrad/extendedLeastSquaresVectors.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/fourthGrad/fourthGrad.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/fourthGrad/fourthGrad.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/fourthGrad/fourthGrads.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrad.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrad.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/gaussGrad/gaussGrads.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/gradScheme/gradScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/gradScheme/gradScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/gradScheme/gradSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrad.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrad.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresGrads.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellLimitedGrad/cellLimitedGrad.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellLimitedGrad/cellLimitedGrads.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellMDLimitedGrad/cellMDLimitedGrad.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellMDLimitedGrad/cellMDLimitedGrads.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceLimitedGrad/faceLimitedGrad.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceLimitedGrad/faceLimitedGrads.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceMDLimitedGrad/faceMDLimitedGrad.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceMDLimitedGrad/faceMDLimitedGrads.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/laplacianSchemes/gaussLaplacianScheme/gaussLaplacianSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrad.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/snGradSchemes/correctedSnGrad/correctedSnGrads.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrad.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/snGradSchemes/limitedSnGrad/limitedSnGrads.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGrad.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGradData.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGradData.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/snGradSchemes/quadraticFitSnGrad/quadraticFitSnGrads.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradScheme.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/snGradSchemes/snGradScheme/snGradSchemes.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrad.C [new file with mode: 0644]
src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrad.H [new file with mode: 0644]
src/finiteVolume/finiteVolume/snGradSchemes/uncorrectedSnGrad/uncorrectedSnGrads.C [new file with mode: 0644]
src/finiteVolume/fvMatrices/fvMatrices.C [new file with mode: 0644]
src/finiteVolume/fvMatrices/fvMatrices.H [new file with mode: 0644]
src/finiteVolume/fvMatrices/fvMatricesFwd.H [new file with mode: 0644]
src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.C [new file with mode: 0644]
src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H [new file with mode: 0644]
src/finiteVolume/fvMatrices/fvMatrix/fvMatrixSolve.C [new file with mode: 0644]
src/finiteVolume/fvMatrices/fvScalarMatrix/fvScalarMatrix.C [new file with mode: 0644]
src/finiteVolume/fvMatrices/fvScalarMatrix/fvScalarMatrix.H [new file with mode: 0644]
src/finiteVolume/fvMatrices/solvers/GAMGSymSolver/GAMGAgglomerations/faceAreaPairGAMGAgglomeration/faceAreaPairGAMGAgglomeration.C [new file with mode: 0644]
src/finiteVolume/fvMatrices/solvers/GAMGSymSolver/GAMGAgglomerations/faceAreaPairGAMGAgglomeration/faceAreaPairGAMGAgglomeration.H [new file with mode: 0644]
src/finiteVolume/fvMatrices/solvers/MULES/MULES.C [new file with mode: 0644]
src/finiteVolume/fvMatrices/solvers/MULES/MULES.H [new file with mode: 0644]
src/finiteVolume/fvMatrices/solvers/MULES/MULESTemplates.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CECCellToCellStencil.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CECCellToCellStencil.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CFCCellToCellStencil.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CFCCellToCellStencil.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CPCCellToCellStencil.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/CPCCellToCellStencil.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/cellToCellStencil.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToCell/fullStencils/cellToCellStencil.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCECCellToFaceStencilObject.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCECCellToFaceStencilObject.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCFCCellToFaceStencilObject.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCFCCellToFaceStencilObject.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCPCCellToFaceStencilObject.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredCPCCellToFaceStencilObject.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredFECCellToFaceStencilObject.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/centredFECCellToFaceStencilObject.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/pureUpwindCFCCellToFaceStencilObject.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/pureUpwindCFCCellToFaceStencilObject.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCECCellToFaceStencilObject.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCECCellToFaceStencilObject.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCFCCellToFaceStencilObject.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCFCCellToFaceStencilObject.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindCPCCellToFaceStencilObject.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindFECCellToFaceStencilObject.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/MeshObjects/upwindFECCellToFaceStencilObject.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencil.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencil.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCellToFaceStencilTemplates.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCentredCellToFaceStencil.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedCentredCellToFaceStencil.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencil.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencil.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/extendedUpwindCellToFaceStencilTemplates.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CECCellToFaceStencil.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CECCellToFaceStencil.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CFCCellToFaceStencil.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CFCCellToFaceStencil.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CPCCellToFaceStencil.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/CPCCellToFaceStencil.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/FECCellToFaceStencil.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/FECCellToFaceStencil.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/cellToFaceStencil.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/cellToFace/fullStencils/cellToFaceStencil.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/faceToCell/MeshObjects/centredCFCFaceToCellStencilObject.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/faceToCell/MeshObjects/centredCFCFaceToCellStencilObject.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedCentredFaceToCellStencil.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedCentredFaceToCellStencil.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencil.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencil.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/faceToCell/extendedFaceToCellStencilTemplates.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/CFCFaceToCellStencil.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/CFCFaceToCellStencil.H [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/faceToCellStencil.C [new file with mode: 0644]
src/finiteVolume/fvMesh/extendedStencil/faceToCell/fullStencils/faceToCellStencil.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvBoundaryMesh/fvBoundaryMesh.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvBoundaryMesh/fvBoundaryMesh.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvMesh.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvMesh.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvMeshGeometry.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvMeshLduAddressing.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvMeshMapper/fvBoundaryMeshMapper.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvMeshMapper/fvMeshMapper.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvMeshMapper/fvPatchMapper.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvMeshMapper/fvPatchMapper.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvMeshMapper/fvSurfaceMapper.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvMeshMapper/fvSurfaceMapper.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubsetInterpolate.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/basic/coupled/coupledFvPatch.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/basic/coupled/coupledFvPatch.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/basic/generic/genericFvPatch.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/basic/generic/genericFvPatch.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/constraint/empty/emptyFvPatch.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/constraint/empty/emptyFvPatch.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/constraint/symmetry/symmetryFvPatch.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/constraint/symmetry/symmetryFvPatch.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/constraint/wedge/wedgeFvPatch.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/constraint/wedge/wedgeFvPatch.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedFvPatch.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedFvPatch.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedWallFvPatch.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/derived/directMapped/directMappedWallFvPatch.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/derived/wall/wallFvPatch.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/derived/wall/wallFvPatch.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchFvMeshTemplates.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchList.H [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchTemplates.C [new file with mode: 0644]
src/finiteVolume/fvMesh/fvPatches/fvPatch/newFvPatch.C [new file with mode: 0644]
src/finiteVolume/fvMesh/wallDist/nearWallDist.C [new file with mode: 0644]
src/finiteVolume/fvMesh/wallDist/nearWallDist.H [new file with mode: 0644]
src/finiteVolume/fvMesh/wallDist/nearWallDistNoSearch.C [new file with mode: 0644]
src/finiteVolume/fvMesh/wallDist/nearWallDistNoSearch.H [new file with mode: 0644]
src/finiteVolume/fvMesh/wallDist/reflectionVectors.C [new file with mode: 0644]
src/finiteVolume/fvMesh/wallDist/reflectionVectors.H [new file with mode: 0644]
src/finiteVolume/fvMesh/wallDist/wallDist.C [new file with mode: 0644]
src/finiteVolume/fvMesh/wallDist/wallDist.H [new file with mode: 0644]
src/finiteVolume/fvMesh/wallDist/wallDistData.C [new file with mode: 0644]
src/finiteVolume/fvMesh/wallDist/wallDistData.H [new file with mode: 0644]
src/finiteVolume/fvMesh/wallDist/wallDistReflection.C [new file with mode: 0644]
src/finiteVolume/fvMesh/wallDist/wallDistReflection.H [new file with mode: 0644]
src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlus.C [new file with mode: 0644]
src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlus.H [new file with mode: 0644]
src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlusI.H [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolation/interpolation.C [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolation/interpolation.H [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolation/interpolations.C [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolation/newInterpolation.C [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCell/interpolationCell.C [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCell/interpolationCell.H [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCell/makeInterpolationCell.C [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.C [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.H [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPoint/cellPointWeight/cellPointWeight.H.old [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPoint.C [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPoint.H [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPointI.H [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPoint/makeInterpolationCellPoint.C [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/findCellPointFaceTet.H [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/findCellPointFaceTriangle.H [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/interpolationCellPointFace.C [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/interpolationCellPointFace.H [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPointFace/makeInterpolationCellPointFace.C [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.C [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/cellPointWeightWallModified/cellPointWeightWallModified.H [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.C [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModified.H [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/interpolationCellPointWallModifiedI.H [new file with mode: 0644]
src/finiteVolume/interpolation/interpolation/interpolationCellPointWallModified/makeInterpolationCellPointWallModified.C [new file with mode: 0644]
src/finiteVolume/interpolation/mapping/fvFieldMappers/MapFvFields.H [new file with mode: 0644]
src/finiteVolume/interpolation/mapping/fvFieldMappers/MapFvSurfaceField.H [new file with mode: 0644]
src/finiteVolume/interpolation/mapping/fvFieldMappers/MapFvVolField.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Gamma/Gamma.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Gamma/Gamma.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Limited/Limited.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Limited01/Limited01.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitFuncs.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitFuncs.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitedScheme.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitedScheme.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/NVDTVD.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/NVDVTVDV.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MC/MC.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MC/MC.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/MUSCL/MUSCL.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Minmod/Minmod.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Minmod/Minmod.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/OSPRE/OSPRE.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/OSPRE/OSPRE.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Phi/Phi.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/Phi/Phi.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/PhiScheme/PhiScheme.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/PhiScheme/PhiScheme.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICK.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICK.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICKV.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SFCD/SFCD.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SFCD/SFCD.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SuperBee/SuperBee.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/SuperBee/SuperBee.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/UMIST/UMIST.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/UMIST/UMIST.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/blended/blended.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/blended/blended.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear/filteredLinear.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear/filteredLinear.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear2/filteredLinear2V.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/filteredLinear3/filteredLinear3V.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitWith/limitWith.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitWith/limitWith.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubic.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubic.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedCubic/limitedCubicV.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedLinear/limitedLinear.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedLinear/limitedLinear.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationScheme.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/limitedSurfaceInterpolationScheme/limitedSurfaceInterpolationSchemes.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwind.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwind.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwindV.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwindV.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/upwind/upwind.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/upwind/upwind.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanAlbada/vanAlbada.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanAlbada/vanAlbada.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanLeer/vanLeer.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanLeer/vanLeer.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/Gamma/multivariateGamma.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/MUSCL/multivariateMUSCL.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/Minmod/multivariateMinmod.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/SuperBee/multivariateSuperBee.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/limitedCubic/multivariateLimitedCubic.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/limitedLinear/multivariateLimitedLinear.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateScheme/multivariateScheme.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateScheme/multivariateScheme.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSelectionScheme/multivariateSelectionScheme.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSelectionScheme/multivariateSelectionScheme.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSelectionScheme/multivariateSelectionSchemes.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationSchemes.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/upwind/multivariateUpwind.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/upwind/multivariateUpwind.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/vanLeer/multivariateVanLeer.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/CentredFitScheme/CentredFitData.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/CentredFitScheme/CentredFitData.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/CentredFitScheme/CentredFitScheme.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/FitData/FitData.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/PureUpwindFitScheme/PureUpwindFitScheme.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitData.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitData.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/UpwindFitScheme/UpwindFitScheme.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/biLinearFit/biLinearFit.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/biLinearFit/biLinearFitPolynomial.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/clippedLinear/clippedLinear.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/clippedLinear/clippedLinear.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubic/cubic.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubic/cubic.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubicUpwindFit/cubicUpwindFit.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubicUpwindFit/cubicUpwindFitPolynomial.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/downwind/downwind.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/downwind/downwind.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/fixedBlended/fixedBlended.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/fixedBlended/fixedBlended.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/harmonic/harmonic.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/harmonic/harmonic.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/linear/linear.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/linear/linear.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearFit/linearFit.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearFit/linearFitPolynomial.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearPureUpwindFit/linearPureUpwindFit.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/localBlended/localBlended.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/localBlended/localBlended.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMax/localMax.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMax/localMax.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMin/localMin.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/localMin/localMin.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/midPoint/midPoint.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/midPoint/midPoint.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticFit/quadraticFit.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticFit/quadraticFitPolynomial.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearFit/quadraticLinearFit.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearFit/quadraticLinearFitPolynomial.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearPureUpwindFit/quadraticLinearPureUpwindFit.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearUpwindFit/quadraticLinearUpwindFit.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticLinearUpwindFit/quadraticLinearUpwindFitPolynomial.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticUpwindFit/quadraticUpwindFit.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/quadraticUpwindFit/quadraticUpwindFitPolynomial.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/reverseLinear/reverseLinear.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/reverseLinear/reverseLinear.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrected.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrected.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrectionVectors.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/skewCorrected/skewCorrectionVectors.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/weighted/weighted.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/schemes/weighted/weighted.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolation.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.C [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationScheme.H [new file with mode: 0644]
src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolationScheme/surfaceInterpolationSchemes.C [new file with mode: 0644]
src/finiteVolume/interpolation/volPointInterpolation/pointPatchInterpolation/pointPatchInterpolate.C [new file with mode: 0644]
src/finiteVolume/interpolation/volPointInterpolation/pointPatchInterpolation/pointPatchInterpolation.C [new file with mode: 0644]
src/finiteVolume/interpolation/volPointInterpolation/pointPatchInterpolation/pointPatchInterpolation.H [new file with mode: 0644]
src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolate.C [new file with mode: 0644]
src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.C [new file with mode: 0644]
src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.H [new file with mode: 0644]
src/finiteVolume/surfaceMesh/surfaceMesh.H [new file with mode: 0644]
src/finiteVolume/volMesh/volMesh.H [new file with mode: 0644]
src/fvAgglomerationMethods/Allwmake [new file with mode: 0755]
src/fvAgglomerationMethods/MGridGenGamgAgglomeration/MGridGenGAMGAgglomerate.C [new file with mode: 0644]
src/fvAgglomerationMethods/MGridGenGamgAgglomeration/MGridGenGAMGAgglomeration.C [new file with mode: 0644]
src/fvAgglomerationMethods/MGridGenGamgAgglomeration/MGridGenGAMGAgglomeration.H [new file with mode: 0644]
src/fvAgglomerationMethods/MGridGenGamgAgglomeration/Make/files [new file with mode: 0644]
src/fvAgglomerationMethods/MGridGenGamgAgglomeration/Make/options [new file with mode: 0644]
src/fvMotionSolver/Make/files [new file with mode: 0644]
src/fvMotionSolver/Make/options [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.C [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/displacement/SBRStress/displacementSBRStressFvMotionSolver.H [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/displacement/componentLaplacian/displacementComponentLaplacianFvMotionSolver.C [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/displacement/componentLaplacian/displacementComponentLaplacianFvMotionSolver.H [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/displacement/displacementFvMotionSolver/displacementFvMotionSolver.C [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/displacement/displacementFvMotionSolver/displacementFvMotionSolver.H [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.C [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationFvMotionSolver.H [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.C [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.H [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolver.C [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolver.H [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/fvMotionSolver/fvMotionSolverTemplates.C [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/velocity/componentLaplacian/velocityComponentLaplacianFvMotionSolver.C [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/velocity/componentLaplacian/velocityComponentLaplacianFvMotionSolver.H [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/velocity/laplacian/velocityLaplacianFvMotionSolver.C [new file with mode: 0644]
src/fvMotionSolver/fvMotionSolvers/velocity/laplacian/velocityLaplacianFvMotionSolver.H [new file with mode: 0644]
src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchField.C [new file with mode: 0644]
src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchField.H [new file with mode: 0644]
src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchFields.C [new file with mode: 0644]
src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchFields.H [new file with mode: 0644]
src/fvMotionSolver/fvPatchFields/derived/cellMotion/cellMotionFvPatchFieldsFwd.H [new file with mode: 0644]
src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchField.H [new file with mode: 0644]
src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchFields.C [new file with mode: 0644]
src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchFields.H [new file with mode: 0644]
src/fvMotionSolver/fvPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementFvPatchFieldsFwd.H [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.C [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/directional/directionalDiffusivity.H [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/file/fileDiffusivity.C [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/file/fileDiffusivity.H [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.C [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/inverseDistance/inverseDistanceDiffusivity.H [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.C [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/inverseFaceDistance/inverseFaceDistanceDiffusivity.H [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.C [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/inversePointDistance/inversePointDistanceDiffusivity.H [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.C [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/inverseVolume/inverseVolumeDiffusivity.H [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/manipulators/exponential/exponentialDiffusivity.C [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/manipulators/exponential/exponentialDiffusivity.H [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/manipulators/quadratic/quadraticDiffusivity.C [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/manipulators/quadratic/quadraticDiffusivity.H [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.C [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/motionDiffusivity/motionDiffusivity.H [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/motionDirectional/motionDirectionalDiffusivity.C [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/motionDirectional/motionDirectionalDiffusivity.H [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/uniform/uniformDiffusivity.C [new file with mode: 0644]
src/fvMotionSolver/motionDiffusivity/uniform/uniformDiffusivity.H [new file with mode: 0644]
src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.C [new file with mode: 0644]
src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.H [new file with mode: 0644]
src/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/angularOscillatingVelocityPointPatchVectorField.C [new file with mode: 0644]
src/fvMotionSolver/pointPatchFields/derived/angularOscillatingVelocity/angularOscillatingVelocityPointPatchVectorField.H [new file with mode: 0644]
src/fvMotionSolver/pointPatchFields/derived/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorField.C [new file with mode: 0644]
src/fvMotionSolver/pointPatchFields/derived/oscillatingDisplacement/oscillatingDisplacementPointPatchVectorField.H [new file with mode: 0644]
src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.C [new file with mode: 0644]
src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.H [new file with mode: 0644]
src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.C [new file with mode: 0644]
src/fvMotionSolver/pointPatchFields/derived/surfaceDisplacement/surfaceDisplacementPointPatchVectorField.H [new file with mode: 0644]
src/fvMotionSolver/pointPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.C [new file with mode: 0644]
src/fvMotionSolver/pointPatchFields/derived/surfaceSlipDisplacement/surfaceSlipDisplacementPointPatchVectorField.H [new file with mode: 0644]
src/lagrangian/Allwmake [new file with mode: 0755]
src/lagrangian/basic/Cloud/Cloud.C [new file with mode: 0644]
src/lagrangian/basic/Cloud/Cloud.H [new file with mode: 0644]
src/lagrangian/basic/Cloud/CloudIO.C [new file with mode: 0644]
src/lagrangian/basic/IOPosition/IOPosition.C [new file with mode: 0644]
src/lagrangian/basic/IOPosition/IOPosition.H [new file with mode: 0644]
src/lagrangian/basic/Make/files [new file with mode: 0644]
src/lagrangian/basic/Make/options [new file with mode: 0644]
src/lagrangian/basic/Particle/Particle.C [new file with mode: 0644]
src/lagrangian/basic/Particle/Particle.H [new file with mode: 0644]
src/lagrangian/basic/Particle/ParticleI.H [new file with mode: 0644]
src/lagrangian/basic/Particle/ParticleIO.C [new file with mode: 0644]
src/lagrangian/basic/indexedParticle/indexedParticle.H [new file with mode: 0644]
src/lagrangian/basic/indexedParticle/indexedParticleCloud.C [new file with mode: 0644]
src/lagrangian/basic/indexedParticle/indexedParticleCloud.H [new file with mode: 0644]
src/lagrangian/basic/passiveParticle/passiveParticle.H [new file with mode: 0644]
src/lagrangian/basic/passiveParticle/passiveParticleCloud.C [new file with mode: 0644]
src/lagrangian/basic/passiveParticle/passiveParticleCloud.H [new file with mode: 0644]
src/lagrangian/coalCombustion/CoalCloud/CoalCloud.C [new file with mode: 0644]
src/lagrangian/coalCombustion/CoalCloud/CoalCloud.H [new file with mode: 0644]
src/lagrangian/coalCombustion/CoalCloud/defineCoalCloud.C [new file with mode: 0644]
src/lagrangian/coalCombustion/CoalParcel/CoalParcel.C [new file with mode: 0644]
src/lagrangian/coalCombustion/CoalParcel/CoalParcel.H [new file with mode: 0644]
src/lagrangian/coalCombustion/CoalParcel/defineCoalParcel.C [new file with mode: 0644]
src/lagrangian/coalCombustion/CoalParcel/makeCoalParcelSubmodels.C [new file with mode: 0644]
src/lagrangian/coalCombustion/Make/files [new file with mode: 0644]
src/lagrangian/coalCombustion/Make/options [new file with mode: 0644]
src/lagrangian/coalCombustion/include/createCoalParcelTypes.H [new file with mode: 0644]
src/lagrangian/coalCombustion/include/makeCoalParcelSurfaceReactionModels.H [new file with mode: 0644]
src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationDiffusionLimitedRate/COxidationDiffusionLimitedRate.C [new file with mode: 0644]
src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationDiffusionLimitedRate/COxidationDiffusionLimitedRate.H [new file with mode: 0644]
src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationKineticDiffusionLimitedRate/COxidationKineticDiffusionLimitedRate.C [new file with mode: 0644]
src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationKineticDiffusionLimitedRate/COxidationKineticDiffusionLimitedRate.H [new file with mode: 0644]
src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationMurphyShaddix/COxidationMurphyShaddix.C [new file with mode: 0644]
src/lagrangian/coalCombustion/submodels/surfaceReactionModel/COxidationMurphyShaddix/COxidationMurphyShaddix.H [new file with mode: 0644]
src/lagrangian/dieselSpray/Make/files [new file with mode: 0644]
src/lagrangian/dieselSpray/Make/options [new file with mode: 0644]
src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.C [new file with mode: 0644]
src/lagrangian/dieselSpray/injector/commonRailInjector/commonRailInjector.H [new file with mode: 0644]
src/lagrangian/dieselSpray/injector/definedInjector/definedInjector.C [new file with mode: 0644]
src/lagrangian/dieselSpray/injector/definedInjector/definedInjector.H [new file with mode: 0644]
src/lagrangian/dieselSpray/injector/injector/injector.C [new file with mode: 0644]
src/lagrangian/dieselSpray/injector/injector/injector.H [new file with mode: 0644]
src/lagrangian/dieselSpray/injector/injector/injectorI.H [new file with mode: 0644]
src/lagrangian/dieselSpray/injector/injector/injectorIO.C [new file with mode: 0644]
src/lagrangian/dieselSpray/injector/injectorType/injectorType.C [new file with mode: 0644]
src/lagrangian/dieselSpray/injector/injectorType/injectorType.H [new file with mode: 0644]
src/lagrangian/dieselSpray/injector/multiHoleInjector/multiHoleInjector.C [new file with mode: 0644]
src/lagrangian/dieselSpray/injector/multiHoleInjector/multiHoleInjector.H [new file with mode: 0644]
src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.C [new file with mode: 0644]
src/lagrangian/dieselSpray/injector/swirlInjector/swirlInjector.H [new file with mode: 0644]
src/lagrangian/dieselSpray/injector/unitInjector/unitInjector.C [new file with mode: 0644]
src/lagrangian/dieselSpray/injector/unitInjector/unitInjector.H [new file with mode: 0644]
src/lagrangian/dieselSpray/parcel/boundaryTreatment.H [new file with mode: 0644]
src/lagrangian/dieselSpray/parcel/parcel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/parcel/parcel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/parcel/parcelFunctions.C [new file with mode: 0644]
src/lagrangian/dieselSpray/parcel/parcelI.H [new file with mode: 0644]
src/lagrangian/dieselSpray/parcel/parcelIO.C [new file with mode: 0644]
src/lagrangian/dieselSpray/parcel/setRelaxationTimes.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spray/findInjectorCell.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spray/spray.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spray/spray.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spray/sprayFunctions.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spray/sprayI.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spray/sprayInject.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spray/sprayOps.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/atomizationModel/LISA/LISA.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/atomizationModel/LISA/LISA.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/atomizationModel/atomizationModel/atomizationModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/atomizationModel/atomizationModel/atomizationModel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/atomizationModel/atomizationModel/newAtomizationModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/atomizationModel/blobsSheetAtomization/blobsSheetAtomization.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/atomizationModel/blobsSheetAtomization/blobsSheetAtomization.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/atomizationModel/noAtomization/noAtomization.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/atomizationModel/noAtomization/noAtomization.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/breakupModel/ETAB/ETAB.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/breakupModel/ETAB/ETAB.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/breakupModel/SHF/SHF.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/breakupModel/SHF/SHF.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/breakupModel/TAB/TAB.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/breakupModel/TAB/TAB.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/breakupModel/breakupModel/breakupModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/breakupModel/breakupModel/breakupModel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/breakupModel/breakupModel/newBreakupModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/breakupModel/noBreakup/noBreakup.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/breakupModel/noBreakup/noBreakup.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/breakupModel/reitzDiwakar/reitzDiwakar.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/breakupModel/reitzDiwakar/reitzDiwakar.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/breakupModel/reitzKHRT/reitzKHRT.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/breakupModel/reitzKHRT/reitzKHRT.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/collisionModel/ORourke/ORourkeCollisionModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/collisionModel/ORourke/ORourkeCollisionModel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/collisionModel/ORourke/sameCell.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/collisionModel/collisionModel/collisionModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/collisionModel/collisionModel/collisionModel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/collisionModel/collisionModel/newCollisionModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/collisionModel/noCollision/noCollision.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/collisionModel/noCollision/noCollision.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/collisionModel/trajectoryModel/trajectoryCM.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/collisionModel/trajectoryModel/trajectoryModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/collisionModel/trajectoryModel/trajectoryModel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dispersionModel/dispersionLESModel/dispersionLESModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dispersionModel/dispersionLESModel/dispersionLESModel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dispersionModel/dispersionModel/dispersionModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dispersionModel/dispersionModel/dispersionModel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dispersionModel/dispersionModel/newDispersionModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dispersionModel/dispersionRASModel/dispersionRASModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dispersionModel/dispersionRASModel/dispersionRASModel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dispersionModel/gradientDispersionRAS/gradientDispersionRAS.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dispersionModel/gradientDispersionRAS/gradientDispersionRAS.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dispersionModel/noDispersion/noDispersion.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dispersionModel/noDispersion/noDispersion.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dispersionModel/stochasticDispersionRAS/stochasticDispersionRAS.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dispersionModel/stochasticDispersionRAS/stochasticDispersionRAS.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dragModel/dragModel/dragModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dragModel/dragModel/dragModel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dragModel/dragModel/newDragModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dragModel/noDragModel/noDragModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dragModel/noDragModel/noDragModel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dragModel/standardDragModel/standardDragModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/dragModel/standardDragModel/standardDragModel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/evaporationModel/RutlandFlashBoil/RutlandFlashBoil.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/evaporationModel/evaporationModel/evaporationModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/evaporationModel/evaporationModel/evaporationModel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/evaporationModel/evaporationModel/newEvaporationModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/evaporationModel/noEvaporation/noEvaporation.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/evaporationModel/noEvaporation/noEvaporation.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/evaporationModel/saturateEvaporationModel/saturateEvaporationModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/evaporationModel/saturateEvaporationModel/saturateEvaporationModel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/evaporationModel/standardEvaporationModel/standardEvaporationModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/evaporationModel/standardEvaporationModel/standardEvaporationModel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/heatTransferModel/RanzMarshall/RanzMarshall.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/heatTransferModel/RanzMarshall/RanzMarshall.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/heatTransferModel/heatTransferModel/heatTransferModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/heatTransferModel/heatTransferModel/heatTransferModel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/heatTransferModel/heatTransferModel/newHeatTransferModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/heatTransferModel/noHeatTransfer/noHeatTransfer.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/heatTransferModel/noHeatTransfer/noHeatTransfer.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/Chomiak/Chomiak.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/Chomiak/Chomiak.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/blobsSwirl/blobsSwirlInjector.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/constant/constInjector.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/constant/constInjector.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedHollowCone/definedHollowCone.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedPressureSwirl/definedPressureSwirl.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/definedPressureSwirl/definedPressureSwirl.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/hollowCone/hollowCone.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/hollowCone/hollowCone.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/injectorModel/injectorModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/injectorModel/injectorModel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/injectorModel/newInjectorModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/pressureSwirl/pressureSwirlInjector.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/injectorModel/pressureSwirl/pressureSwirlInjector.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/wallModel/reflectParcel/reflectParcel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/wallModel/reflectParcel/reflectParcel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/wallModel/removeParcel/removeParcel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/wallModel/removeParcel/removeParcel.H [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/wallModel/wallModel/newWallModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/wallModel/wallModel/wallModel.C [new file with mode: 0644]
src/lagrangian/dieselSpray/spraySubModels/wallModel/wallModel/wallModel.H [new file with mode: 0644]
src/lagrangian/dsmc/Make/files [new file with mode: 0644]
src/lagrangian/dsmc/Make/options [new file with mode: 0644]
src/lagrangian/dsmc/clouds/Templates/DsmcCloud/DsmcCloud.C [new file with mode: 0644]
src/lagrangian/dsmc/clouds/Templates/DsmcCloud/DsmcCloud.H [new file with mode: 0644]
src/lagrangian/dsmc/clouds/Templates/DsmcCloud/DsmcCloudI.H [new file with mode: 0644]
src/lagrangian/dsmc/clouds/baseClasses/DsmcBaseCloud/DsmcBaseCloud.C [new file with mode: 0644]
src/lagrangian/dsmc/clouds/baseClasses/DsmcBaseCloud/DsmcBaseCloud.H [new file with mode: 0644]
src/lagrangian/dsmc/clouds/derived/dsmcCloud/dsmcCloud.C [new file with mode: 0644]
src/lagrangian/dsmc/clouds/derived/dsmcCloud/dsmcCloud.H [new file with mode: 0644]
src/lagrangian/dsmc/parcels/Templates/DsmcParcel/DsmcParcel.C [new file with mode: 0644]
src/lagrangian/dsmc/parcels/Templates/DsmcParcel/DsmcParcel.H [new file with mode: 0644]
src/lagrangian/dsmc/parcels/Templates/DsmcParcel/DsmcParcelI.H [new file with mode: 0644]
src/lagrangian/dsmc/parcels/Templates/DsmcParcel/DsmcParcelIO.C [new file with mode: 0644]
src/lagrangian/dsmc/parcels/derived/dsmcParcel/defineDsmcParcel.C [new file with mode: 0644]
src/lagrangian/dsmc/parcels/derived/dsmcParcel/dsmcParcel.C [new file with mode: 0644]
src/lagrangian/dsmc/parcels/derived/dsmcParcel/dsmcParcel.H [new file with mode: 0644]
src/lagrangian/dsmc/parcels/derived/dsmcParcel/makeDsmcParcelBinaryCollisionModels.C [new file with mode: 0644]
src/lagrangian/dsmc/parcels/derived/dsmcParcel/makeDsmcParcelInflowBoundaryModels.C [new file with mode: 0644]
src/lagrangian/dsmc/parcels/derived/dsmcParcel/makeDsmcParcelWallInteractionModels.C [new file with mode: 0644]
src/lagrangian/dsmc/submodels/BinaryCollisionModel/BinaryCollisionModel/BinaryCollisionModel.C [new file with mode: 0644]
src/lagrangian/dsmc/submodels/BinaryCollisionModel/BinaryCollisionModel/BinaryCollisionModel.H [new file with mode: 0644]
src/lagrangian/dsmc/submodels/BinaryCollisionModel/BinaryCollisionModel/NewBinaryCollisionModel.C [new file with mode: 0644]
src/lagrangian/dsmc/submodels/BinaryCollisionModel/LarsenBorgnakkeVariableHardSphere/LarsenBorgnakkeVariableHardSphere.C [new file with mode: 0644]
src/lagrangian/dsmc/submodels/BinaryCollisionModel/LarsenBorgnakkeVariableHardSphere/LarsenBorgnakkeVariableHardSphere.H [new file with mode: 0644]
src/lagrangian/dsmc/submodels/BinaryCollisionModel/VariableHardSphere/VariableHardSphere.C [new file with mode: 0644]
src/lagrangian/dsmc/submodels/BinaryCollisionModel/VariableHardSphere/VariableHardSphere.H [new file with mode: 0644]
src/lagrangian/dsmc/submodels/InflowBoundaryModel/FreeStream/FreeStream.C [new file with mode: 0644]
src/lagrangian/dsmc/submodels/InflowBoundaryModel/FreeStream/FreeStream.H [new file with mode: 0644]
src/lagrangian/dsmc/submodels/InflowBoundaryModel/InflowBoundaryModel/InflowBoundaryModel.C [new file with mode: 0644]
src/lagrangian/dsmc/submodels/InflowBoundaryModel/InflowBoundaryModel/InflowBoundaryModel.H [new file with mode: 0644]
src/lagrangian/dsmc/submodels/InflowBoundaryModel/InflowBoundaryModel/NewInflowBoundaryModel.C [new file with mode: 0644]
src/lagrangian/dsmc/submodels/InflowBoundaryModel/NoInflow/NoInflow.C [new file with mode: 0644]
src/lagrangian/dsmc/submodels/InflowBoundaryModel/NoInflow/NoInflow.H [new file with mode: 0644]
src/lagrangian/dsmc/submodels/WallInteractionModel/MaxwellianThermal/MaxwellianThermal.C [new file with mode: 0644]
src/lagrangian/dsmc/submodels/WallInteractionModel/MaxwellianThermal/MaxwellianThermal.H [new file with mode: 0644]
src/lagrangian/dsmc/submodels/WallInteractionModel/SpecularReflection/SpecularReflection.C [new file with mode: 0644]
src/lagrangian/dsmc/submodels/WallInteractionModel/SpecularReflection/SpecularReflection.H [new file with mode: 0644]
src/lagrangian/dsmc/submodels/WallInteractionModel/WallInteractionModel/NewWallInteractionModel.C [new file with mode: 0644]
src/lagrangian/dsmc/submodels/WallInteractionModel/WallInteractionModel/WallInteractionModel.C [new file with mode: 0644]
src/lagrangian/dsmc/submodels/WallInteractionModel/WallInteractionModel/WallInteractionModel.H [new file with mode: 0644]
src/lagrangian/intermediate/IntegrationScheme/Analytical/Analytical.C [new file with mode: 0644]
src/lagrangian/intermediate/IntegrationScheme/Analytical/Analytical.H [new file with mode: 0644]
src/lagrangian/intermediate/IntegrationScheme/Euler/Euler.C [new file with mode: 0644]
src/lagrangian/intermediate/IntegrationScheme/Euler/Euler.H [new file with mode: 0644]
src/lagrangian/intermediate/IntegrationScheme/IntegrationScheme/IntegrationScheme.C [new file with mode: 0644]
src/lagrangian/intermediate/IntegrationScheme/IntegrationScheme/IntegrationScheme.H [new file with mode: 0644]
src/lagrangian/intermediate/IntegrationScheme/IntegrationScheme/IntegrationSchemesFwd.H [new file with mode: 0644]
src/lagrangian/intermediate/IntegrationScheme/IntegrationScheme/newIntegrationScheme.C [new file with mode: 0644]
src/lagrangian/intermediate/IntegrationScheme/makeIntegrationSchemes.C [new file with mode: 0644]
src/lagrangian/intermediate/Make/files [new file with mode: 0644]
src/lagrangian/intermediate/Make/options [new file with mode: 0644]
src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloud.C [new file with mode: 0644]
src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloud.H [new file with mode: 0644]
src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloudI.H [new file with mode: 0644]
src/lagrangian/intermediate/clouds/Templates/ReactingCloud/ReactingCloud.C [new file with mode: 0644]
src/lagrangian/intermediate/clouds/Templates/ReactingCloud/ReactingCloud.H [new file with mode: 0644]
src/lagrangian/intermediate/clouds/Templates/ReactingCloud/ReactingCloudI.H [new file with mode: 0644]
src/lagrangian/intermediate/clouds/Templates/ReactingMultiphaseCloud/ReactingMultiphaseCloud.C [new file with mode: 0644]
src/lagrangian/intermediate/clouds/Templates/ReactingMultiphaseCloud/ReactingMultiphaseCloud.H [new file with mode: 0644]
src/lagrangian/intermediate/clouds/Templates/ReactingMultiphaseCloud/ReactingMultiphaseCloudI.H [new file with mode: 0644]
src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloud.C [new file with mode: 0644]
src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloud.H [new file with mode: 0644]
src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloudI.H [new file with mode: 0644]
src/lagrangian/intermediate/clouds/baseClasses/kinematicCloud/kinematicCloud.C [new file with mode: 0644]
src/lagrangian/intermediate/clouds/baseClasses/kinematicCloud/kinematicCloud.H [new file with mode: 0644]
src/lagrangian/intermediate/clouds/baseClasses/reactingCloud/reactingCloud.C [new file with mode: 0644]
src/lagrangian/intermediate/clouds/baseClasses/reactingCloud/reactingCloud.H [new file with mode: 0644]
src/lagrangian/intermediate/clouds/baseClasses/reactingMultiphaseCloud/reactingMultiphaseCloud.C [new file with mode: 0644]
src/lagrangian/intermediate/clouds/baseClasses/reactingMultiphaseCloud/reactingMultiphaseCloud.H [new file with mode: 0644]
src/lagrangian/intermediate/clouds/baseClasses/thermoCloud/thermoCloud.C [new file with mode: 0644]
src/lagrangian/intermediate/clouds/baseClasses/thermoCloud/thermoCloud.H [new file with mode: 0644]
src/lagrangian/intermediate/clouds/derived/BasicReactingCloud/BasicReactingCloud.C [new file with mode: 0644]
src/lagrangian/intermediate/clouds/derived/BasicReactingCloud/BasicReactingCloud.H [new file with mode: 0644]
src/lagrangian/intermediate/clouds/derived/BasicReactingCloud/defineBasicReactingCloud.C [new file with mode: 0644]
src/lagrangian/intermediate/clouds/derived/BasicReactingMultiphaseCloud/BasicReactingMultiphaseCloud.C [new file with mode: 0644]
src/lagrangian/intermediate/clouds/derived/BasicReactingMultiphaseCloud/BasicReactingMultiphaseCloud.H [new file with mode: 0644]
src/lagrangian/intermediate/clouds/derived/BasicReactingMultiphaseCloud/defineBasicReactingMultiphaseCloud.C [new file with mode: 0644]
src/lagrangian/intermediate/clouds/derived/basicKinematicCloud/basicKinematicCloud.C [new file with mode: 0644]
src/lagrangian/intermediate/clouds/derived/basicKinematicCloud/basicKinematicCloud.H [new file with mode: 0644]
src/lagrangian/intermediate/clouds/derived/basicThermoCloud/basicThermoCloud.C [new file with mode: 0644]
src/lagrangian/intermediate/clouds/derived/basicThermoCloud/basicThermoCloud.H [new file with mode: 0644]
src/lagrangian/intermediate/clouds/include/createReactingCloudTypes.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcel.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcel.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcelI.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcelIO.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/Templates/ReactingMultiphaseParcel/ReactingMultiphaseParcel.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/Templates/ReactingMultiphaseParcel/ReactingMultiphaseParcel.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/Templates/ReactingMultiphaseParcel/ReactingMultiphaseParcelI.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/Templates/ReactingMultiphaseParcel/ReactingMultiphaseParcelIO.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcel.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcel.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcelI.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcelIO.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/Templates/ThermoParcel/ThermoParcel.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/Templates/ThermoParcel/ThermoParcel.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/Templates/ThermoParcel/ThermoParcelI.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/Templates/ThermoParcel/ThermoParcelIO.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/baseClasses/reactingParcel/reactingParcel.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/baseClasses/reactingParcel/reactingParcel.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/derived/BasicReactingMultiphaseParcel/BasicReactingMultiphaseParcel.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/derived/BasicReactingMultiphaseParcel/BasicReactingMultiphaseParcel.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/derived/BasicReactingMultiphaseParcel/defineBasicReactingMultiphaseParcel.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/derived/BasicReactingMultiphaseParcel/makeBasicReactingMultiphaseParcelSubmodels.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/derived/BasicReactingParcel/BasicReactingParcel.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/derived/BasicReactingParcel/BasicReactingParcel.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/derived/BasicReactingParcel/defineBasicReactingParcel.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/derived/BasicReactingParcel/makeBasicReactingParcelSubmodels.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/derived/basicKinematicParcel/basicKinematicParcel.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/derived/basicKinematicParcel/basicKinematicParcel.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/derived/basicKinematicParcel/defineBasicKinematicParcel.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/derived/basicKinematicParcel/makeBasicKinematicParcelSubmodels.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/derived/basicThermoParcel/basicThermoParcel.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/derived/basicThermoParcel/basicThermoParcel.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/derived/basicThermoParcel/defineBasicThermoParcel.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/derived/basicThermoParcel/makeBasicThermoParcelSubmodels.C [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/createReactingMultiphaseParcelTypes.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/createReactingParcelTypes.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/createTrackedReactingParcelTypes.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeParcelDispersionModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeParcelDragModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeParcelHeatTransferModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeParcelInjectionModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeParcelPatchInteractionModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeParcelPostProcessingModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeReactingMultiphaseParcelCompositionModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeReactingMultiphaseParcelDevolatilisationModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeReactingMultiphaseParcelInjectionModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeReactingMultiphaseParcelSurfaceReactionModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeReactingParcelCompositionModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeReactingParcelDispersionModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeReactingParcelDragModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeReactingParcelHeatTransferModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeReactingParcelInjectionModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeReactingParcelPatchInteractionModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeReactingParcelPhaseChangeModels.H [new file with mode: 0644]
src/lagrangian/intermediate/parcels/include/makeReactingParcelPostProcessingModels.H [new file with mode: 0644]
src/lagrangian/intermediate/particleForces/particleForces.C [new file with mode: 0644]
src/lagrangian/intermediate/particleForces/particleForces.H [new file with mode: 0644]
src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.C [new file with mode: 0644]
src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.H [new file with mode: 0644]
src/lagrangian/intermediate/phaseProperties/phaseProperties/phasePropertiesIO.C [new file with mode: 0644]
src/lagrangian/intermediate/phaseProperties/phasePropertiesList/phasePropertiesList.C [new file with mode: 0644]
src/lagrangian/intermediate/phaseProperties/phasePropertiesList/phasePropertiesList.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/IO/DataEntry/Constant/Constant.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/IO/DataEntry/Constant/Constant.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/IO/DataEntry/Constant/ConstantIO.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/IO/DataEntry/DataEntry/DataEntry.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/IO/DataEntry/DataEntry/DataEntry.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/IO/DataEntry/DataEntry/DataEntryIO.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/IO/DataEntry/DataEntry/NewDataEntry.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/IO/DataEntry/Table/Table.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/IO/DataEntry/Table/Table.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/IO/DataEntry/Table/TableIO.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/IO/DataEntry/makeDataEntries.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/IO/DataEntry/polynomial/polynomial.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/IO/DataEntry/polynomial/polynomial.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/IO/DataEntry/polynomial/polynomialIO.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/IO/IOList/makeParcelIOList.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DispersionModel/DispersionModel/DispersionModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DispersionModel/DispersionModel/DispersionModel.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DispersionModel/DispersionModel/NewDispersionModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DispersionModel/DispersionRASModel/DispersionRASModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DispersionModel/DispersionRASModel/DispersionRASModel.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DispersionModel/GradientDispersionRAS/GradientDispersionRAS.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DispersionModel/GradientDispersionRAS/GradientDispersionRAS.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DispersionModel/NoDispersion/NoDispersion.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DispersionModel/NoDispersion/NoDispersion.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DispersionModel/StochasticDispersionRAS/StochasticDispersionRAS.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DispersionModel/StochasticDispersionRAS/StochasticDispersionRAS.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DragModel/DragModel/DragModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DragModel/DragModel/DragModel.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DragModel/DragModel/NewDragModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DragModel/NoDrag/NoDrag.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DragModel/NoDrag/NoDrag.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DragModel/SphereDrag/SphereDrag.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/DragModel/SphereDrag/SphereDrag.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeInjection/ConeInjection.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeInjection/ConeInjection.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeInjectionMP/ConeInjectionMP.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeInjectionMP/ConeInjectionMP.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/FieldActivatedInjection/FieldActivatedInjection.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/FieldActivatedInjection/FieldActivatedInjection.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/InjectionModel/InjectionModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/InjectionModel/InjectionModel.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/InjectionModel/InjectionModelI.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/InjectionModel/NewInjectionModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/KinematicLookupTableInjection/KinematicLookupTableInjection.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/KinematicLookupTableInjection/KinematicLookupTableInjection.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ManualInjection/ManualInjection.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ManualInjection/ManualInjection.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/NoInjection/NoInjection.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/NoInjection/NoInjection.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/PatchInjection/PatchInjection.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/PatchInjection/PatchInjection.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/LocalInteraction/LocalInteraction.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/LocalInteraction/LocalInteraction.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/PatchInteractionModel/NewPatchInteractionModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/PatchInteractionModel/PatchInteractionModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/PatchInteractionModel/PatchInteractionModel.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/Rebound/Rebound.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/Rebound/Rebound.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/StandardWallInteraction/StandardWallInteraction.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/StandardWallInteraction/StandardWallInteraction.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PostProcessingModel/NoPostProcessing/NoPostProcessing.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PostProcessingModel/NoPostProcessing/NoPostProcessing.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PostProcessingModel/PatchPostProcessing/PatchPostProcessing.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PostProcessingModel/PatchPostProcessing/PatchPostProcessing.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PostProcessingModel/PatchPostProcessing/PatchPostProcessingI.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PostProcessingModel/PostProcessingModel/NewPostProcessingModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PostProcessingModel/PostProcessingModel/PostProcessingModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PostProcessingModel/PostProcessingModel/PostProcessingModel.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Kinematic/PostProcessingModel/PostProcessingModel/PostProcessingModelI.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/CompositionModel.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Reacting/CompositionModel/CompositionModel/NewCompositionModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Reacting/CompositionModel/SingleMixtureFraction/SingleMixtureFraction.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Reacting/CompositionModel/SingleMixtureFraction/SingleMixtureFraction.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Reacting/CompositionModel/SinglePhaseMixture/SinglePhaseMixture.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Reacting/CompositionModel/SinglePhaseMixture/SinglePhaseMixture.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Reacting/InjectionModel/ReactingLookupTableInjection/ReactingLookupTableInjection.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Reacting/InjectionModel/ReactingLookupTableInjection/ReactingLookupTableInjection.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporation/LiquidEvaporation.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporation/LiquidEvaporation.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/NoPhaseChange/NoPhaseChange.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/NoPhaseChange/NoPhaseChange.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/PhaseChangeModel/NewPhaseChangeModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/PhaseChangeModel/PhaseChangeModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/PhaseChangeModel/PhaseChangeModel.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/ConstantRateDevolatilisation/ConstantRateDevolatilisation.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/ConstantRateDevolatilisation/ConstantRateDevolatilisation.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/DevolatilisationModel/DevolatilisationModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/DevolatilisationModel/DevolatilisationModel.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/DevolatilisationModel/NewDevolatilisationModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/NoDevolatilisation/NoDevolatilisation.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/NoDevolatilisation/NoDevolatilisation.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/SingleKineticRateDevolatilisation/SingleKineticRateDevolatilisation.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/ReactingMultiphase/DevolatilisationModel/SingleKineticRateDevolatilisation/SingleKineticRateDevolatilisation.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/ReactingMultiphase/SurfaceReactionModel/NoSurfaceReaction/NoSurfaceReaction.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/ReactingMultiphase/SurfaceReactionModel/NoSurfaceReaction/NoSurfaceReaction.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/ReactingMultiphase/SurfaceReactionModel/SurfaceReactionModel/NewSurfaceReactionModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/ReactingMultiphase/SurfaceReactionModel/SurfaceReactionModel/SurfaceReactionModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/ReactingMultiphase/SurfaceReactionModel/SurfaceReactionModel/SurfaceReactionModel.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/HeatTransferModel/HeatTransferModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/HeatTransferModel/HeatTransferModel.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/HeatTransferModel/NewHeatTransferModel.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/NoHeatTransfer/NoHeatTransfer.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/NoHeatTransfer/NoHeatTransfer.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/RanzMarshall/RanzMarshall.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/RanzMarshall/RanzMarshall.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Thermodynamic/InjectionModel/ThermoLookupTableInjection/ThermoLookupTableInjection.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/Thermodynamic/InjectionModel/ThermoLookupTableInjection/ThermoLookupTableInjection.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/addOns/radiation/absorptionEmission/cloudAbsorptionEmission/cloudAbsorptionEmission.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/addOns/radiation/absorptionEmission/cloudAbsorptionEmission/cloudAbsorptionEmission.H [new file with mode: 0644]
src/lagrangian/intermediate/submodels/addOns/radiation/scatter/cloudScatter/cloudScatter.C [new file with mode: 0644]
src/lagrangian/intermediate/submodels/addOns/radiation/scatter/cloudScatter/cloudScatter.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/Allwmake [new file with mode: 0755]
src/lagrangian/molecularDynamics/molecularMeasurements/Make/files [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecularMeasurements/Make/options [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecularMeasurements/bufferedAccumulator/bufferedAccumulator.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecularMeasurements/bufferedAccumulator/bufferedAccumulator.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecularMeasurements/bufferedAccumulator/bufferedAccumulatorI.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecularMeasurements/bufferedAccumulator/bufferedAccumulatorIO.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecularMeasurements/correlationFunction/correlationFunction.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecularMeasurements/correlationFunction/correlationFunction.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecularMeasurements/correlationFunction/correlationFunctionI.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecularMeasurements/correlationFunction/correlationFunctionIO.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecularMeasurements/distribution/distribution.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecularMeasurements/distribution/distribution.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecularMeasurements/distribution/distributionI.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/Make/files [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/Make/options [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/directInteractionList/directInteractionList.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/directInteractionList/directInteractionList.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/directInteractionList/directInteractionListI.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/interactionLists.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/interactionLists.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/interactionListsI.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/receivingReferralList.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/receivingReferralList.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/receivingReferralListI.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/sendingReferralList.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/sendingReferralList.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/sendingReferralListI.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/referredCell/referredCell.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/referredCell/referredCell.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/referredCell/referredCellI.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/referredCellList/referredCellList.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/referredCellList/referredCellList.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/referredCellList/referredCellListI.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/referredMolecule/referredMolecule.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/referredMolecule/referredMolecule.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/interactionLists/referredMolecule/referredMoleculeI.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/mdTools/averageMDFields.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/mdTools/calculateAutoCorrelationFunctions.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/mdTools/calculateMDFields.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/mdTools/calculateTransportProperties.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/mdTools/createAutoCorrelationFunctions.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/mdTools/createMDFields.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/mdTools/createRefUnits.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/mdTools/md.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/mdTools/meanMomentumEnergyAndNMols.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/mdTools/resetMDFields.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/mdTools/temperatureAndPressure.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/mdTools/temperatureAndPressureVariables.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/mdTools/temperatureEquilibration.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/molecule/molecule.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/molecule/molecule.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/molecule/moleculeI.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/molecule/moleculeIO.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/moleculeCloud/moleculeCloud.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/moleculeCloud/moleculeCloud.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/moleculeCloud/moleculeCloudI.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnits.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnitsI.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/molecule/reducedUnits/reducedUnitsIO.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/Make/files [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/Make/options [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/electrostaticPotential/electrostaticPotential.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/electrostaticPotential/electrostaticPotential.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/energyScalingFunction/basic/energyScalingFunction.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/energyScalingFunction/basic/energyScalingFunction.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/energyScalingFunction/basic/newEnergyScalingFunction.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/doubleSigmoid/doubleSigmoid.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/doubleSigmoid/doubleSigmoid.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/noScaling/noScaling.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/noScaling/noScaling.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shiftedForce/shiftedForce.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shiftedForce/shiftedForce.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/sigmoid/sigmoid.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/sigmoid/sigmoid.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/basic/newPairPotential.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/basic/pairPotential.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/basic/pairPotential.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/basic/pairPotentialI.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/basic/pairPotentialIO.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/derived/azizChen/azizChen.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/derived/coulomb/coulomb.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/derived/coulomb/coulomb.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/derived/dampedCoulomb/dampedCoulomb.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/derived/dampedCoulomb/dampedCoulomb.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/derived/exponentialRepulsion/exponentialRepulsion.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/derived/lennardJones/lennardJones.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/derived/lennardJones/lennardJones.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/derived/maitlandSmith/maitlandSmith.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/derived/noInteraction/noInteraction.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/derived/noInteraction/noInteraction.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/pairPotentialList/pairPotentialList.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/pairPotentialList/pairPotentialList.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/pairPotential/pairPotentialList/pairPotentialListI.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/potential/potential.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/potential/potential.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/potential/potentialI.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/tetherPotential/basic/newTetherPotential.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/tetherPotential/basic/tetherPotential.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/tetherPotential/basic/tetherPotential.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/tetherPotential/derived/harmonicSpring/harmonicSpring.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/tetherPotential/derived/harmonicSpring/harmonicSpring.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/tetherPotential/derived/pitchForkRing/pitchForkRing.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/tetherPotential/derived/pitchForkRing/pitchForkRing.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/tetherPotential/derived/restrainedHarmonicSpring/restrainedHarmonicSpring.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/tetherPotential/derived/restrainedHarmonicSpring/restrainedHarmonicSpring.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/tetherPotential/tetherPotentialList/tetherPotentialList.C [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/tetherPotential/tetherPotentialList/tetherPotentialList.H [new file with mode: 0644]
src/lagrangian/molecularDynamics/potential/tetherPotential/tetherPotentialList/tetherPotentialListI.H [new file with mode: 0644]
src/lagrangian/solidParticle/Make/files [new file with mode: 0644]
src/lagrangian/solidParticle/Make/options [new file with mode: 0644]
src/lagrangian/solidParticle/solidParticle.C [new file with mode: 0644]
src/lagrangian/solidParticle/solidParticle.H [new file with mode: 0644]
src/lagrangian/solidParticle/solidParticleCloud.C [new file with mode: 0644]
src/lagrangian/solidParticle/solidParticleCloud.H [new file with mode: 0644]
src/lagrangian/solidParticle/solidParticleCloudI.H [new file with mode: 0644]
src/lagrangian/solidParticle/solidParticleI.H [new file with mode: 0644]
src/lagrangian/solidParticle/solidParticleIO.C [new file with mode: 0644]
src/meshTools/Make/files [new file with mode: 0644]
src/meshTools/Make/options [new file with mode: 0644]
src/meshTools/PointEdgeWave/PointEdgeWave.C [new file with mode: 0644]
src/meshTools/PointEdgeWave/PointEdgeWave.H [new file with mode: 0644]
src/meshTools/PointEdgeWave/PointEdgeWaveName.C [new file with mode: 0644]
src/meshTools/PointEdgeWave/pointEdgePoint.C [new file with mode: 0644]
src/meshTools/PointEdgeWave/pointEdgePoint.H [new file with mode: 0644]
src/meshTools/PointEdgeWave/pointEdgePointI.H [new file with mode: 0644]
src/meshTools/cellClassification/cellClassification.C [new file with mode: 0644]
src/meshTools/cellClassification/cellClassification.H [new file with mode: 0644]
src/meshTools/cellClassification/cellInfo.C [new file with mode: 0644]
src/meshTools/cellClassification/cellInfo.H [new file with mode: 0644]
src/meshTools/cellClassification/cellInfoI.H [new file with mode: 0644]
src/meshTools/cellDist/cellDistFuncs.C [new file with mode: 0644]
src/meshTools/cellDist/cellDistFuncs.H [new file with mode: 0644]
src/meshTools/cellDist/patchWave/patchDataWave.C [new file with mode: 0644]
src/meshTools/cellDist/patchWave/patchDataWave.H [new file with mode: 0644]
src/meshTools/cellDist/patchWave/patchWave.C [new file with mode: 0644]
src/meshTools/cellDist/patchWave/patchWave.H [new file with mode: 0644]
src/meshTools/cellDist/wallPoint/wallPoint.C [new file with mode: 0644]
src/meshTools/cellDist/wallPoint/wallPoint.H [new file with mode: 0644]
src/meshTools/cellDist/wallPoint/wallPointData.C [new file with mode: 0644]
src/meshTools/cellDist/wallPoint/wallPointData.H [new file with mode: 0644]
src/meshTools/cellDist/wallPoint/wallPointDataI.H [new file with mode: 0644]
src/meshTools/cellDist/wallPoint/wallPointI.H [new file with mode: 0644]
src/meshTools/cellFeatures/cellFeatures.C [new file with mode: 0644]
src/meshTools/cellFeatures/cellFeatures.H [new file with mode: 0644]
src/meshTools/cellQuality/cellQuality.C [new file with mode: 0644]
src/meshTools/cellQuality/cellQuality.H [new file with mode: 0644]
src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.C [new file with mode: 0644]
src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.H [new file with mode: 0644]
src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.C [new file with mode: 0644]
src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H [new file with mode: 0644]
src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.C [new file with mode: 0644]
src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H [new file with mode: 0644]
src/meshTools/coordinateSystems/coordinateSystem.C [new file with mode: 0644]
src/meshTools/coordinateSystems/coordinateSystem.H [new file with mode: 0644]
src/meshTools/coordinateSystems/coordinateSystemNew.C [new file with mode: 0644]
src/meshTools/coordinateSystems/coordinateSystems.C [new file with mode: 0644]
src/meshTools/coordinateSystems/coordinateSystems.H [new file with mode: 0644]
src/meshTools/coordinateSystems/cylindricalCS.C [new file with mode: 0644]
src/meshTools/coordinateSystems/cylindricalCS.H [new file with mode: 0644]
src/meshTools/coordinateSystems/parabolicCylindricalCS.C [new file with mode: 0644]
src/meshTools/coordinateSystems/parabolicCylindricalCS.H [new file with mode: 0644]
src/meshTools/coordinateSystems/sphericalCS.C [new file with mode: 0644]
src/meshTools/coordinateSystems/sphericalCS.H [new file with mode: 0644]
src/meshTools/coordinateSystems/toroidalCS.C [new file with mode: 0644]
src/meshTools/coordinateSystems/toroidalCS.H [new file with mode: 0644]
src/meshTools/directMapped/directMappedPointPatch/directMappedPointPatch.C [new file with mode: 0644]
src/meshTools/directMapped/directMappedPointPatch/directMappedPointPatch.H [new file with mode: 0644]
src/meshTools/directMapped/directMappedPointPatch/directMappedWallPointPatch.C [new file with mode: 0644]
src/meshTools/directMapped/directMappedPointPatch/directMappedWallPointPatch.H [new file with mode: 0644]
src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C [new file with mode: 0644]
src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.H [new file with mode: 0644]
src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.C [new file with mode: 0644]
src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.H [new file with mode: 0644]
src/meshTools/directMapped/directMappedPolyPatch/directMappedWallPolyPatch.C [new file with mode: 0644]
src/meshTools/directMapped/directMappedPolyPatch/directMappedWallPolyPatch.H [new file with mode: 0644]
src/meshTools/edgeFaceCirculator/edgeFaceCirculator.C [new file with mode: 0644]
src/meshTools/edgeFaceCirculator/edgeFaceCirculator.H [new file with mode: 0644]
src/meshTools/edgeFaceCirculator/edgeFaceCirculatorI.H [new file with mode: 0644]
src/meshTools/indexedOctree/indexedOctree.C [new file with mode: 0644]
src/meshTools/indexedOctree/indexedOctree.H [new file with mode: 0644]
src/meshTools/indexedOctree/indexedOctreeName.C [new file with mode: 0644]
src/meshTools/indexedOctree/labelBits.H [new file with mode: 0644]
src/meshTools/indexedOctree/treeDataCell.C [new file with mode: 0644]
src/meshTools/indexedOctree/treeDataCell.H [new file with mode: 0644]
src/meshTools/indexedOctree/treeDataEdge.C [new file with mode: 0644]
src/meshTools/indexedOctree/treeDataEdge.H [new file with mode: 0644]
src/meshTools/indexedOctree/treeDataFace.C [new file with mode: 0644]
src/meshTools/indexedOctree/treeDataFace.H [new file with mode: 0644]
src/meshTools/indexedOctree/treeDataPoint.C [new file with mode: 0644]
src/meshTools/indexedOctree/treeDataPoint.H [new file with mode: 0644]
src/meshTools/indexedOctree/treeDataTriSurface.C [new file with mode: 0644]
src/meshTools/indexedOctree/treeDataTriSurface.H [new file with mode: 0644]
src/meshTools/meshSearch/meshSearch.C [new file with mode: 0644]
src/meshTools/meshSearch/meshSearch.H [new file with mode: 0644]
src/meshTools/meshTools/meshTools.C [new file with mode: 0644]
src/meshTools/meshTools/meshTools.H [new file with mode: 0644]
src/meshTools/octree/PointIndexHit.H [new file with mode: 0644]
src/meshTools/octree/octree.C [new file with mode: 0644]
src/meshTools/octree/octree.H [new file with mode: 0644]
src/meshTools/octree/octreeDataCell.C [new file with mode: 0644]
src/meshTools/octree/octreeDataCell.H [new file with mode: 0644]
src/meshTools/octree/octreeDataEdges.C [new file with mode: 0644]
src/meshTools/octree/octreeDataEdges.H [new file with mode: 0644]
src/meshTools/octree/octreeDataFace.C [new file with mode: 0644]
src/meshTools/octree/octreeDataFace.H [new file with mode: 0644]
src/meshTools/octree/octreeDataPoint.C [new file with mode: 0644]
src/meshTools/octree/octreeDataPoint.H [new file with mode: 0644]
src/meshTools/octree/octreeDataPointTreeLeaf.C [new file with mode: 0644]
src/meshTools/octree/octreeDataPointTreeLeaf.H [new file with mode: 0644]
src/meshTools/octree/octreeLine.C [new file with mode: 0644]
src/meshTools/octree/octreeLine.H [new file with mode: 0644]
src/meshTools/octree/octreeName.C [new file with mode: 0644]
src/meshTools/octree/pointHitSort.H [new file with mode: 0644]
src/meshTools/octree/pointIndexHit.H [new file with mode: 0644]
src/meshTools/octree/pointIndexHitIOList.C [new file with mode: 0644]
src/meshTools/octree/pointIndexHitIOList.H [new file with mode: 0644]
src/meshTools/octree/treeBoundBox.C [new file with mode: 0644]
src/meshTools/octree/treeBoundBox.H [new file with mode: 0644]
src/meshTools/octree/treeBoundBoxI.H [new file with mode: 0644]
src/meshTools/octree/treeBoundBoxList.H [new file with mode: 0644]
src/meshTools/octree/treeElem.H [new file with mode: 0644]
src/meshTools/octree/treeLeaf.C [new file with mode: 0644]
src/meshTools/octree/treeLeaf.H [new file with mode: 0644]
src/meshTools/octree/treeLeafName.C [new file with mode: 0644]
src/meshTools/octree/treeNode.C [new file with mode: 0644]
src/meshTools/octree/treeNode.H [new file with mode: 0644]
src/meshTools/octree/treeNodeI.H [new file with mode: 0644]
src/meshTools/octree/treeNodeName.C [new file with mode: 0644]
src/meshTools/polyMeshZipUpCells/polyMeshZipUpCells.C [new file with mode: 0644]
src/meshTools/polyMeshZipUpCells/polyMeshZipUpCells.H [new file with mode: 0644]
src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.C [new file with mode: 0644]
src/meshTools/primitiveMeshGeometry/primitiveMeshGeometry.H [new file with mode: 0644]
src/meshTools/regionSplit/regionSplit.C [new file with mode: 0644]
src/meshTools/regionSplit/regionSplit.H [new file with mode: 0644]
src/meshTools/searchableSurface/distributedTriSurfaceMesh.C [new file with mode: 0644]
src/meshTools/searchableSurface/distributedTriSurfaceMesh.H [new file with mode: 0644]
src/meshTools/searchableSurface/distributedTriSurfaceMeshTemplates.C [new file with mode: 0644]
src/meshTools/searchableSurface/searchableBox.C [new file with mode: 0644]
src/meshTools/searchableSurface/searchableBox.H [new file with mode: 0644]
src/meshTools/searchableSurface/searchableCylinder.C [new file with mode: 0644]
src/meshTools/searchableSurface/searchableCylinder.H [new file with mode: 0644]
src/meshTools/searchableSurface/searchablePlane.C [new file with mode: 0644]
src/meshTools/searchableSurface/searchablePlane.H [new file with mode: 0644]
src/meshTools/searchableSurface/searchablePlate.C [new file with mode: 0644]
src/meshTools/searchableSurface/searchablePlate.H [new file with mode: 0644]
src/meshTools/searchableSurface/searchableSphere.C [new file with mode: 0644]
src/meshTools/searchableSurface/searchableSphere.H [new file with mode: 0644]
src/meshTools/searchableSurface/searchableSurface.C [new file with mode: 0644]
src/meshTools/searchableSurface/searchableSurface.H [new file with mode: 0644]
src/meshTools/searchableSurface/searchableSurfaceCollection.C [new file with mode: 0644]
src/meshTools/searchableSurface/searchableSurfaceCollection.H [new file with mode: 0644]
src/meshTools/searchableSurface/searchableSurfaceWithGaps.C [new file with mode: 0644]
src/meshTools/searchableSurface/searchableSurfaceWithGaps.H [new file with mode: 0644]
src/meshTools/searchableSurface/searchableSurfaces.C [new file with mode: 0644]
src/meshTools/searchableSurface/searchableSurfaces.H [new file with mode: 0644]
src/meshTools/searchableSurface/searchableSurfacesQueries.C [new file with mode: 0644]
src/meshTools/searchableSurface/searchableSurfacesQueries.H [new file with mode: 0644]
src/meshTools/searchableSurface/triSurfaceMesh.C [new file with mode: 0644]
src/meshTools/searchableSurface/triSurfaceMesh.H [new file with mode: 0644]
src/meshTools/sets/cellSources/boxToCell/boxToCell.C [new file with mode: 0644]
src/meshTools/sets/cellSources/boxToCell/boxToCell.H [new file with mode: 0644]
src/meshTools/sets/cellSources/cellToCell/cellToCell.C [new file with mode: 0644]
src/meshTools/sets/cellSources/cellToCell/cellToCell.H [new file with mode: 0644]
src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.C [new file with mode: 0644]
src/meshTools/sets/cellSources/cylinderToCell/cylinderToCell.H [new file with mode: 0644]
src/meshTools/sets/cellSources/faceToCell/faceToCell.C [new file with mode: 0644]
src/meshTools/sets/cellSources/faceToCell/faceToCell.H [new file with mode: 0644]
src/meshTools/sets/cellSources/faceZoneToCell/faceZoneToCell.C [new file with mode: 0644]
src/meshTools/sets/cellSources/faceZoneToCell/faceZoneToCell.H [new file with mode: 0644]
src/meshTools/sets/cellSources/fieldToCell/fieldToCell.C [new file with mode: 0644]
src/meshTools/sets/cellSources/fieldToCell/fieldToCell.H [new file with mode: 0644]
src/meshTools/sets/cellSources/labelToCell/labelToCell.C [new file with mode: 0644]
src/meshTools/sets/cellSources/labelToCell/labelToCell.H [new file with mode: 0644]
src/meshTools/sets/cellSources/nbrToCell/nbrToCell.C [new file with mode: 0644]
src/meshTools/sets/cellSources/nbrToCell/nbrToCell.H [new file with mode: 0644]
src/meshTools/sets/cellSources/nearestToCell/nearestToCell.C [new file with mode: 0644]
src/meshTools/sets/cellSources/nearestToCell/nearestToCell.H [new file with mode: 0644]
src/meshTools/sets/cellSources/pointToCell/pointToCell.C [new file with mode: 0644]
src/meshTools/sets/cellSources/pointToCell/pointToCell.H [new file with mode: 0644]
src/meshTools/sets/cellSources/regionToCell/regionToCell.C [new file with mode: 0644]
src/meshTools/sets/cellSources/regionToCell/regionToCell.H [new file with mode: 0644]
src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.C [new file with mode: 0644]
src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.H [new file with mode: 0644]
src/meshTools/sets/cellSources/shapeToCell/shapeToCell.C [new file with mode: 0644]
src/meshTools/sets/cellSources/shapeToCell/shapeToCell.H [new file with mode: 0644]
src/meshTools/sets/cellSources/sphereToCell/sphereToCell.C [new file with mode: 0644]
src/meshTools/sets/cellSources/sphereToCell/sphereToCell.H [new file with mode: 0644]
src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.C [new file with mode: 0644]
src/meshTools/sets/cellSources/surfaceToCell/surfaceToCell.H [new file with mode: 0644]
src/meshTools/sets/cellSources/zoneToCell/zoneToCell.C [new file with mode: 0644]
src/meshTools/sets/cellSources/zoneToCell/zoneToCell.H [new file with mode: 0644]
src/meshTools/sets/faceSources/boundaryToFace/boundaryToFace.C [new file with mode: 0644]
src/meshTools/sets/faceSources/boundaryToFace/boundaryToFace.H [new file with mode: 0644]
src/meshTools/sets/faceSources/boxToFace/boxToFace.C [new file with mode: 0644]
src/meshTools/sets/faceSources/boxToFace/boxToFace.H [new file with mode: 0644]
src/meshTools/sets/faceSources/cellToFace/cellToFace.C [new file with mode: 0644]
src/meshTools/sets/faceSources/cellToFace/cellToFace.H [new file with mode: 0644]
src/meshTools/sets/faceSources/faceToFace/faceToFace.C [new file with mode: 0644]
src/meshTools/sets/faceSources/faceToFace/faceToFace.H [new file with mode: 0644]
src/meshTools/sets/faceSources/labelToFace/labelToFace.C [new file with mode: 0644]
src/meshTools/sets/faceSources/labelToFace/labelToFace.H [new file with mode: 0644]
src/meshTools/sets/faceSources/normalToFace/normalToFace.C [new file with mode: 0644]
src/meshTools/sets/faceSources/normalToFace/normalToFace.H [new file with mode: 0644]
src/meshTools/sets/faceSources/patchToFace/patchToFace.C [new file with mode: 0644]
src/meshTools/sets/faceSources/patchToFace/patchToFace.H [new file with mode: 0644]
src/meshTools/sets/faceSources/pointToFace/pointToFace.C [new file with mode: 0644]
src/meshTools/sets/faceSources/pointToFace/pointToFace.H [new file with mode: 0644]
src/meshTools/sets/faceSources/zoneToFace/zoneToFace.C [new file with mode: 0644]
src/meshTools/sets/faceSources/zoneToFace/zoneToFace.H [new file with mode: 0644]
src/meshTools/sets/pointSources/boxToPoint/boxToPoint.C [new file with mode: 0644]
src/meshTools/sets/pointSources/boxToPoint/boxToPoint.H [new file with mode: 0644]
src/meshTools/sets/pointSources/cellToPoint/cellToPoint.C [new file with mode: 0644]
src/meshTools/sets/pointSources/cellToPoint/cellToPoint.H [new file with mode: 0644]
src/meshTools/sets/pointSources/faceToPoint/faceToPoint.C [new file with mode: 0644]
src/meshTools/sets/pointSources/faceToPoint/faceToPoint.H [new file with mode: 0644]
src/meshTools/sets/pointSources/labelToPoint/labelToPoint.C [new file with mode: 0644]
src/meshTools/sets/pointSources/labelToPoint/labelToPoint.H [new file with mode: 0644]
src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.C [new file with mode: 0644]
src/meshTools/sets/pointSources/nearestToPoint/nearestToPoint.H [new file with mode: 0644]
src/meshTools/sets/pointSources/pointToPoint/pointToPoint.C [new file with mode: 0644]
src/meshTools/sets/pointSources/pointToPoint/pointToPoint.H [new file with mode: 0644]
src/meshTools/sets/pointSources/surfaceToPoint/surfaceToPoint.C [new file with mode: 0644]
src/meshTools/sets/pointSources/surfaceToPoint/surfaceToPoint.H [new file with mode: 0644]
src/meshTools/sets/pointSources/zoneToPoint/zoneToPoint.C [new file with mode: 0644]
src/meshTools/sets/pointSources/zoneToPoint/zoneToPoint.H [new file with mode: 0644]
src/meshTools/sets/topoSetSource/topoSetSource.C [new file with mode: 0644]
src/meshTools/sets/topoSetSource/topoSetSource.H [new file with mode: 0644]
src/meshTools/sets/topoSets/cellSet.C [new file with mode: 0644]
src/meshTools/sets/topoSets/cellSet.H [new file with mode: 0644]
src/meshTools/sets/topoSets/faceSet.C [new file with mode: 0644]
src/meshTools/sets/topoSets/faceSet.H [new file with mode: 0644]
src/meshTools/sets/topoSets/pointSet.C [new file with mode: 0644]
src/meshTools/sets/topoSets/pointSet.H [new file with mode: 0644]
src/meshTools/sets/topoSets/topoSet.C [new file with mode: 0644]
src/meshTools/sets/topoSets/topoSet.H [new file with mode: 0644]
src/meshTools/surfaceSets/surfaceSets.C [new file with mode: 0644]
src/meshTools/surfaceSets/surfaceSets.H [new file with mode: 0644]
src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.C [new file with mode: 0644]
src/meshTools/triSurface/booleanOps/booleanSurface/booleanSurface.H [new file with mode: 0644]
src/meshTools/triSurface/booleanOps/intersectedSurface/edgeSurface.C [new file with mode: 0644]
src/meshTools/triSurface/booleanOps/intersectedSurface/edgeSurface.H [new file with mode: 0644]
src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.C [new file with mode: 0644]
src/meshTools/triSurface/booleanOps/intersectedSurface/intersectedSurface.H [new file with mode: 0644]
src/meshTools/triSurface/booleanOps/surfaceIntersection/edgeIntersections.C [new file with mode: 0644]
src/meshTools/triSurface/booleanOps/surfaceIntersection/edgeIntersections.H [new file with mode: 0644]
src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C [new file with mode: 0644]
src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H [new file with mode: 0644]
src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersectionFuncs.C [new file with mode: 0644]
src/meshTools/triSurface/booleanOps/surfaceIntersection/surfaceIntersectionTemplates.C [new file with mode: 0644]
src/meshTools/triSurface/octreeData/octreeDataTriSurface.C [new file with mode: 0644]
src/meshTools/triSurface/octreeData/octreeDataTriSurface.H [new file with mode: 0644]
src/meshTools/triSurface/octreeData/octreeDataTriSurfaceTreeLeaf.C [new file with mode: 0644]
src/meshTools/triSurface/octreeData/octreeDataTriSurfaceTreeLeaf.H [new file with mode: 0644]
src/meshTools/triSurface/orientedSurface/orientedSurface.C [new file with mode: 0644]
src/meshTools/triSurface/orientedSurface/orientedSurface.H [new file with mode: 0644]
src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C [new file with mode: 0644]
src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.H [new file with mode: 0644]
src/meshTools/triSurface/surfaceLocation/surfaceLocation.C [new file with mode: 0644]
src/meshTools/triSurface/surfaceLocation/surfaceLocation.H [new file with mode: 0644]
src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.C [new file with mode: 0644]
src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.H [new file with mode: 0644]
src/meshTools/triSurface/triSurfaceTools/geompack/geompack.C [new file with mode: 0644]
src/meshTools/triSurface/triSurfaceTools/geompack/geompack.H [new file with mode: 0644]
src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C [new file with mode: 0644]
src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H [new file with mode: 0644]
src/meshTools/triSurface/triangleFuncs/triangleFuncs.C [new file with mode: 0644]
src/meshTools/triSurface/triangleFuncs/triangleFuncs.H [new file with mode: 0644]
src/meshTools/twoDPointCorrector/twoDPointCorrector.C [new file with mode: 0644]
src/meshTools/twoDPointCorrector/twoDPointCorrector.H [new file with mode: 0644]
src/postProcessing/Allwmake [new file with mode: 0755]
src/postProcessing/foamCalcFunctions/Make/files [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/Make/options [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/basic/addSubtract/addSubtract.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/basic/addSubtract/addSubtract.H [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/basic/addSubtract/writeAddSubtractField.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/basic/addSubtract/writeAddSubtractValue.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/calcType/calcType.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/calcType/calcType.H [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/calcType/newCalcType.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/components/components.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/components/components.H [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/components/writeComponentFields.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/div/div.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/div/div.H [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/div/writeDivField.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/interpolate/interpolate.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/interpolate/interpolate.H [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/interpolate/writeInterpolateField.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/mag/mag.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/mag/mag.H [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/mag/writeMagField.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/magGrad/magGrad.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/magGrad/magGrad.H [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/magGrad/writeMagGradField.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/magSqr/magSqr.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/magSqr/magSqr.H [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/magSqr/writeMagSqrField.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/randomise/randomise.C [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/randomise/randomise.H [new file with mode: 0644]
src/postProcessing/foamCalcFunctions/field/randomise/writeRandomField.C [new file with mode: 0644]
src/postProcessing/functionObjects/Allwmake [new file with mode: 0755]
src/postProcessing/functionObjects/IO/Make/files [new file with mode: 0644]
src/postProcessing/functionObjects/IO/Make/options [new file with mode: 0644]
src/postProcessing/functionObjects/IO/writeRegisteredObject/IOwriteRegisteredObject.H [new file with mode: 0644]
src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObject.C [new file with mode: 0644]
src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObject.H [new file with mode: 0644]
src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObjectFunctionObject.C [new file with mode: 0644]
src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObjectFunctionObject.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/Make/files [new file with mode: 0644]
src/postProcessing/functionObjects/field/Make/options [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldAverage/controlDict [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/IOFieldAverage.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverage.C [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverage.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/fieldAverageTemplates.C [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldAverage/fieldAverageFunctionObject/fieldAverageFunctionObject.C [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldAverage/fieldAverageFunctionObject/fieldAverageFunctionObject.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItem.C [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItem.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldAverage/fieldAverageItem/fieldAverageItemIO.C [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldMinMax/IOfieldMinMax.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMax.C [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMax.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMaxFunctionObject.C [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMaxFunctionObject.H [new file with mode: 0644]
src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMaxTemplates.C [new file with mode: 0644]
src/postProcessing/functionObjects/forces/Make/files [new file with mode: 0644]
src/postProcessing/functionObjects/forces/Make/options [new file with mode: 0644]
src/postProcessing/functionObjects/forces/forceCoeffs/IOforceCoeffs.H [new file with mode: 0644]
src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.C [new file with mode: 0644]
src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.H [new file with mode: 0644]
src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffsFunctionObject.C [new file with mode: 0644]
src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffsFunctionObject.H [new file with mode: 0644]
src/postProcessing/functionObjects/forces/forces/IOforces.H [new file with mode: 0644]
src/postProcessing/functionObjects/forces/forces/forces.C [new file with mode: 0644]
src/postProcessing/functionObjects/forces/forces/forces.H [new file with mode: 0644]
src/postProcessing/functionObjects/forces/forces/forcesFunctionObject.C [new file with mode: 0644]
src/postProcessing/functionObjects/forces/forces/forcesFunctionObject.H [new file with mode: 0644]
src/postProcessing/functionObjects/systemCall/IOsystemCall.H [new file with mode: 0644]
src/postProcessing/functionObjects/systemCall/Make/files [new file with mode: 0644]
src/postProcessing/functionObjects/systemCall/Make/options [new file with mode: 0644]
src/postProcessing/functionObjects/systemCall/systemCall.C [new file with mode: 0644]
src/postProcessing/functionObjects/systemCall/systemCall.H [new file with mode: 0644]
src/postProcessing/functionObjects/systemCall/systemCallFunctionObject.C [new file with mode: 0644]
src/postProcessing/functionObjects/systemCall/systemCallFunctionObject.H [new file with mode: 0644]
src/postProcessing/functionObjects/utilities/Make/files [new file with mode: 0644]
src/postProcessing/functionObjects/utilities/Make/options [new file with mode: 0644]
src/postProcessing/functionObjects/utilities/dsmcFields/IOdsmcFields.C [new file with mode: 0644]
src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.C [new file with mode: 0644]
src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.H [new file with mode: 0644]
src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFieldsFunctionObject.C [new file with mode: 0644]
src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFieldsFunctionObject.H [new file with mode: 0644]
src/postProcessing/functionObjects/utilities/staticPressure/IOstaticPressure.H [new file with mode: 0644]
src/postProcessing/functionObjects/utilities/staticPressure/staticPressure.C [new file with mode: 0644]
src/postProcessing/functionObjects/utilities/staticPressure/staticPressure.H [new file with mode: 0644]
src/postProcessing/functionObjects/utilities/staticPressure/staticPressureFunctionObject.C [new file with mode: 0644]
src/postProcessing/functionObjects/utilities/staticPressure/staticPressureFunctionObject.H [new file with mode: 0644]
src/postProcessing/functionObjects/zones/Make/files [new file with mode: 0644]
src/postProcessing/functionObjects/zones/Make/options [new file with mode: 0644]
src/postProcessing/functionObjects/zones/faceZoneIntegration/IOfaceZonesIntegration.H [new file with mode: 0644]
src/postProcessing/functionObjects/zones/faceZoneIntegration/faceZonesIntegration.C [new file with mode: 0644]
src/postProcessing/functionObjects/zones/faceZoneIntegration/faceZonesIntegration.H [new file with mode: 0644]
src/postProcessing/functionObjects/zones/faceZoneIntegration/faceZonesIntegrationFunctionObject.C [new file with mode: 0644]
src/postProcessing/functionObjects/zones/faceZoneIntegration/faceZonesIntegrationFunctionObject.H [new file with mode: 0644]
src/postProcessing/postCalc/Make/files [new file with mode: 0644]
src/postProcessing/postCalc/Make/options [new file with mode: 0644]
src/postProcessing/postCalc/calc.H [new file with mode: 0644]
src/postProcessing/postCalc/postCalc.C [new file with mode: 0644]
src/randomProcesses/Kmesh/Kmesh.C [new file with mode: 0644]
src/randomProcesses/Kmesh/Kmesh.H [new file with mode: 0644]
src/randomProcesses/Make/files [new file with mode: 0644]
src/randomProcesses/Make/options [new file with mode: 0644]
src/randomProcesses/fft/calcEk.C [new file with mode: 0644]
src/randomProcesses/fft/calcEk.H [new file with mode: 0644]
src/randomProcesses/fft/fft.C [new file with mode: 0644]
src/randomProcesses/fft/fft.H [new file with mode: 0644]
src/randomProcesses/fft/fftRenumber.C [new file with mode: 0644]
src/randomProcesses/fft/fftRenumber.H [new file with mode: 0644]
src/randomProcesses/fft/kShellIntegration.C [new file with mode: 0644]
src/randomProcesses/fft/kShellIntegration.H [new file with mode: 0644]
src/randomProcesses/noise/noiseFFT.C [new file with mode: 0644]
src/randomProcesses/noise/noiseFFT.H [new file with mode: 0644]
src/randomProcesses/processes/UOprocess/UOprocess.C [new file with mode: 0644]
src/randomProcesses/processes/UOprocess/UOprocess.H [new file with mode: 0644]
src/randomProcesses/turbulence/Ek.H [new file with mode: 0644]
src/randomProcesses/turbulence/turbGen.C [new file with mode: 0644]
src/randomProcesses/turbulence/turbGen.H [new file with mode: 0644]
src/sampling/Make/files [new file with mode: 0644]
src/sampling/Make/options [new file with mode: 0644]
src/sampling/cuttingPlane/cuttingPlane.C [new file with mode: 0644]
src/sampling/cuttingPlane/cuttingPlane.H [new file with mode: 0644]
src/sampling/cuttingPlane/cuttingPlaneTemplates.C [new file with mode: 0644]
src/sampling/graphField/makeGraph.C [new file with mode: 0644]
src/sampling/graphField/makeGraph.H [new file with mode: 0644]
src/sampling/graphField/writeCellGraph.C [new file with mode: 0644]
src/sampling/graphField/writeCellGraph.H [new file with mode: 0644]
src/sampling/graphField/writePatchGraph.C [new file with mode: 0644]
src/sampling/graphField/writePatchGraph.H [new file with mode: 0644]
src/sampling/include/buildPatch.H [new file with mode: 0644]
src/sampling/include/mapPatch.H [new file with mode: 0644]
src/sampling/meshToMeshInterpolation/meshToMesh/calculateMeshToMeshAddressing.C [new file with mode: 0644]
src/sampling/meshToMeshInterpolation/meshToMesh/calculateMeshToMeshWeights.C [new file with mode: 0644]
src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.C [new file with mode: 0644]
src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H [new file with mode: 0644]
src/sampling/meshToMeshInterpolation/meshToMesh/meshToMeshInterpolate.C [new file with mode: 0644]
src/sampling/probes/IOprobes.H [new file with mode: 0644]
src/sampling/probes/probes.C [new file with mode: 0644]
src/sampling/probes/probes.H [new file with mode: 0644]
src/sampling/probes/probesDict [new file with mode: 0644]
src/sampling/probes/probesFunctionObject.C [new file with mode: 0644]
src/sampling/probes/probesFunctionObject.H [new file with mode: 0644]
src/sampling/probes/probesTemplates.C [new file with mode: 0644]
src/sampling/sampledSet/cloud/cloudSet.C [new file with mode: 0644]
src/sampling/sampledSet/cloud/cloudSet.H [new file with mode: 0644]
src/sampling/sampledSet/coordSet/coordSet.C [new file with mode: 0644]
src/sampling/sampledSet/coordSet/coordSet.H [new file with mode: 0644]
src/sampling/sampledSet/curve/curveSet.C [new file with mode: 0644]
src/sampling/sampledSet/curve/curveSet.H [new file with mode: 0644]
src/sampling/sampledSet/face/faceOnlySet.C [new file with mode: 0644]
src/sampling/sampledSet/face/faceOnlySet.H [new file with mode: 0644]
src/sampling/sampledSet/midPoint/midPointSet.C [new file with mode: 0644]
src/sampling/sampledSet/midPoint/midPointSet.H [new file with mode: 0644]
src/sampling/sampledSet/midPointAndFace/midPointAndFaceSet.C [new file with mode: 0644]
src/sampling/sampledSet/midPointAndFace/midPointAndFaceSet.H [new file with mode: 0644]
src/sampling/sampledSet/sampledSet/sampledSet.C [new file with mode: 0644]
src/sampling/sampledSet/sampledSet/sampledSet.H [new file with mode: 0644]
src/sampling/sampledSet/sampledSets/IOsampledSets.H [new file with mode: 0644]
src/sampling/sampledSet/sampledSets/sampledSets.C [new file with mode: 0644]
src/sampling/sampledSet/sampledSets/sampledSets.H [new file with mode: 0644]
src/sampling/sampledSet/sampledSets/sampledSetsTemplates.C [new file with mode: 0644]
src/sampling/sampledSet/sampledSetsFunctionObject/sampledSetsFunctionObject.C [new file with mode: 0644]
src/sampling/sampledSet/sampledSetsFunctionObject/sampledSetsFunctionObject.H [new file with mode: 0644]
src/sampling/sampledSet/uniform/uniformSet.C [new file with mode: 0644]
src/sampling/sampledSet/uniform/uniformSet.H [new file with mode: 0644]
src/sampling/sampledSet/writers/gnuplot/gnuplotSetWriter.C [new file with mode: 0644]
src/sampling/sampledSet/writers/gnuplot/gnuplotSetWriter.H [new file with mode: 0644]
src/sampling/sampledSet/writers/gnuplot/gnuplotSetWriterRunTime.C [new file with mode: 0644]
src/sampling/sampledSet/writers/jplot/jplotSetWriter.C [new file with mode: 0644]
src/sampling/sampledSet/writers/jplot/jplotSetWriter.H [new file with mode: 0644]
src/sampling/sampledSet/writers/jplot/jplotSetWriterRunTime.C [new file with mode: 0644]
src/sampling/sampledSet/writers/raw/rawSetWriter.C [new file with mode: 0644]
src/sampling/sampledSet/writers/raw/rawSetWriter.H [new file with mode: 0644]
src/sampling/sampledSet/writers/raw/rawSetWriterRunTime.C [new file with mode: 0644]
src/sampling/sampledSet/writers/writer.C [new file with mode: 0644]
src/sampling/sampledSet/writers/writer.H [new file with mode: 0644]
src/sampling/sampledSet/writers/writers.C [new file with mode: 0644]
src/sampling/sampledSet/writers/writers.H [new file with mode: 0644]
src/sampling/sampledSet/writers/xmgrace/xmgraceSetWriter.C [new file with mode: 0644]
src/sampling/sampledSet/writers/xmgrace/xmgraceSetWriter.H [new file with mode: 0644]
src/sampling/sampledSet/writers/xmgrace/xmgraceSetWriterRunTime.C [new file with mode: 0644]
src/sampling/sampledSurface/distanceSurface/distanceSurface.C [new file with mode: 0644]
src/sampling/sampledSurface/distanceSurface/distanceSurface.H [new file with mode: 0644]
src/sampling/sampledSurface/distanceSurface/distanceSurfaceTemplates.C [new file with mode: 0644]
src/sampling/sampledSurface/isoSurface/isoSurface.C [new file with mode: 0644]
src/sampling/sampledSurface/isoSurface/isoSurface.H [new file with mode: 0644]
src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C [new file with mode: 0644]
src/sampling/sampledSurface/isoSurface/isoSurfaceCell.H [new file with mode: 0644]
src/sampling/sampledSurface/isoSurface/isoSurfaceCellTemplates.C [new file with mode: 0644]
src/sampling/sampledSurface/isoSurface/isoSurfaceTemplates.C [new file with mode: 0644]
src/sampling/sampledSurface/isoSurface/sampledIsoSurface.C [new file with mode: 0644]
src/sampling/sampledSurface/isoSurface/sampledIsoSurface.H [new file with mode: 0644]
src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.C [new file with mode: 0644]
src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCell.H [new file with mode: 0644]
src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceCellTemplates.C [new file with mode: 0644]
src/sampling/sampledSurface/isoSurface/sampledIsoSurfaceTemplates.C [new file with mode: 0644]
src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.C [new file with mode: 0644]
src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlane.H [new file with mode: 0644]
src/sampling/sampledSurface/sampledCuttingPlane/sampledCuttingPlaneTemplates.C [new file with mode: 0644]
src/sampling/sampledSurface/sampledPatch/sampledPatch.C [new file with mode: 0644]
src/sampling/sampledSurface/sampledPatch/sampledPatch.H [new file with mode: 0644]
src/sampling/sampledSurface/sampledPatch/sampledPatchTemplates.C [new file with mode: 0644]
src/sampling/sampledSurface/sampledPlane/sampledPlane.C [new file with mode: 0644]
src/sampling/sampledSurface/sampledPlane/sampledPlane.H [new file with mode: 0644]
src/sampling/sampledSurface/sampledPlane/sampledPlaneTemplates.C [new file with mode: 0644]
src/sampling/sampledSurface/sampledSurface/sampledSurface.C [new file with mode: 0644]
src/sampling/sampledSurface/sampledSurface/sampledSurface.H [new file with mode: 0644]
src/sampling/sampledSurface/sampledSurface/sampledSurfaceTemplates.C [new file with mode: 0644]
src/sampling/sampledSurface/sampledSurfaces/IOsampledSurfaces.H [new file with mode: 0644]
src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C [new file with mode: 0644]
src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.H [new file with mode: 0644]
src/sampling/sampledSurface/sampledSurfaces/sampledSurfacesTemplates.C [new file with mode: 0644]
src/sampling/sampledSurface/sampledSurfacesFunctionObject/sampledSurfacesFunctionObject.C [new file with mode: 0644]
src/sampling/sampledSurface/sampledSurfacesFunctionObject/sampledSurfacesFunctionObject.H [new file with mode: 0644]
src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.C [new file with mode: 0644]
src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFaces.H [new file with mode: 0644]
src/sampling/sampledSurface/thresholdCellFaces/sampledThresholdCellFacesTemplates.C [new file with mode: 0644]
src/sampling/sampledSurface/thresholdCellFaces/thresholdCellFaces.C [new file with mode: 0644]
src/sampling/sampledSurface/thresholdCellFaces/thresholdCellFaces.H [new file with mode: 0644]
src/sampling/sampledSurface/writers/dx/dxSurfaceWriter.C [new file with mode: 0644]
src/sampling/sampledSurface/writers/dx/dxSurfaceWriter.H [new file with mode: 0644]
src/sampling/sampledSurface/writers/dx/dxSurfaceWriterRunTime.C [new file with mode: 0644]
src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriter.C [new file with mode: 0644]
src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriter.H [new file with mode: 0644]
src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriterRunTime.C [new file with mode: 0644]
src/sampling/sampledSurface/writers/null/nullSurfaceWriter.C [new file with mode: 0644]
src/sampling/sampledSurface/writers/null/nullSurfaceWriter.H [new file with mode: 0644]
src/sampling/sampledSurface/writers/null/nullSurfaceWriterRunTime.C [new file with mode: 0644]
src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.C [new file with mode: 0644]
src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.H [new file with mode: 0644]
src/sampling/sampledSurface/writers/proxy/proxySurfaceWriterRunTime.C [new file with mode: 0644]
src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.C [new file with mode: 0644]
src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.H [new file with mode: 0644]
src/sampling/sampledSurface/writers/raw/rawSurfaceWriterRunTime.C [new file with mode: 0644]
src/sampling/sampledSurface/writers/surfaceWriter.C [new file with mode: 0644]
src/sampling/sampledSurface/writers/surfaceWriter.H [new file with mode: 0644]
src/sampling/sampledSurface/writers/surfaceWriters.C [new file with mode: 0644]
src/sampling/sampledSurface/writers/surfaceWriters.H [new file with mode: 0644]
src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.C [new file with mode: 0644]
src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.H [new file with mode: 0644]
src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriterRunTime.C [new file with mode: 0644]
src/surfMesh/Make/files [new file with mode: 0644]
src/surfMesh/Make/options [new file with mode: 0644]
src/surfMesh/MeshedSurface/MeshedSurface.C [new file with mode: 0644]
src/surfMesh/MeshedSurface/MeshedSurface.H [new file with mode: 0644]
src/surfMesh/MeshedSurface/MeshedSurfaceCore.C [new file with mode: 0644]
src/surfMesh/MeshedSurface/MeshedSurfaceIO.C [new file with mode: 0644]
src/surfMesh/MeshedSurface/MeshedSurfaceNew.C [new file with mode: 0644]
src/surfMesh/MeshedSurface/MeshedSurfaceZones.C [new file with mode: 0644]
src/surfMesh/MeshedSurface/MeshedSurfaces.C [new file with mode: 0644]
src/surfMesh/MeshedSurface/MeshedSurfaces.H [new file with mode: 0644]
src/surfMesh/MeshedSurface/MeshedSurfacesFwd.H [new file with mode: 0644]
src/surfMesh/MeshedSurfaceAllocator/MeshedSurfaceIOAllocator.C [new file with mode: 0644]
src/surfMesh/MeshedSurfaceAllocator/MeshedSurfaceIOAllocator.H [new file with mode: 0644]
src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxy.C [new file with mode: 0644]
src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxy.H [new file with mode: 0644]
src/surfMesh/MeshedSurfaceProxy/MeshedSurfaceProxyCore.C [new file with mode: 0644]
src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.C [new file with mode: 0644]
src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H [new file with mode: 0644]
src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfaceNew.C [new file with mode: 0644]
src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfaces.C [new file with mode: 0644]
src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfaces.H [new file with mode: 0644]
src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurfacesFwd.H [new file with mode: 0644]
src/surfMesh/surfFields/surfFields/surfFields.C [new file with mode: 0644]
src/surfMesh/surfFields/surfFields/surfFields.H [new file with mode: 0644]
src/surfMesh/surfFields/surfFields/surfFieldsFwd.H [new file with mode: 0644]
src/surfMesh/surfFields/surfFields/surfGeoMesh.H [new file with mode: 0644]
src/surfMesh/surfFields/surfPointFields/surfPointFields.C [new file with mode: 0644]
src/surfMesh/surfFields/surfPointFields/surfPointFields.H [new file with mode: 0644]
src/surfMesh/surfFields/surfPointFields/surfPointFieldsFwd.H [new file with mode: 0644]
src/surfMesh/surfFields/surfPointFields/surfPointGeoMesh.H [new file with mode: 0644]
src/surfMesh/surfMesh/surfMesh.C [new file with mode: 0644]
src/surfMesh/surfMesh/surfMesh.H [new file with mode: 0644]
src/surfMesh/surfMesh/surfMeshClear.C [new file with mode: 0644]
src/surfMesh/surfMesh/surfMeshIO.C [new file with mode: 0644]
src/surfMesh/surfZone/surfZone/surfZone.C [new file with mode: 0644]
src/surfMesh/surfZone/surfZone/surfZone.H [new file with mode: 0644]
src/surfMesh/surfZone/surfZone/surfZoneIOList.C [new file with mode: 0644]
src/surfMesh/surfZone/surfZone/surfZoneIOList.H [new file with mode: 0644]
src/surfMesh/surfZone/surfZone/surfZoneList.H [new file with mode: 0644]
src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifier.C [new file with mode: 0644]
src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifier.H [new file with mode: 0644]
src/surfMesh/surfZone/surfZoneIdentifier/surfZoneIdentifierList.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormat.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatCore.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatCore.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatCoreTemplates.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/ac3d/AC3DsurfaceFormatRunTime.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormat.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/ftr/FTRsurfaceFormatRunTime.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/gts/GTSsurfaceFormat.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/gts/GTSsurfaceFormatRunTime.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/nas/NASsurfaceFormatCore.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/nas/NASsurfaceFormatCore.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/nas/NASsurfaceFormatRunTime.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/obj/OBJsurfaceFormatRunTime.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/off/OFFsurfaceFormat.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/off/OFFsurfaceFormatRunTime.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormat.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatCore.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatCore.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/ofs/OFSsurfaceFormatRunTime.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/smesh/SMESHsurfaceFormat.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/smesh/SMESHsurfaceFormat.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/smesh/SMESHsurfaceFormatRunTime.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormatCore.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormatCore.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormatRunTime.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/stl/STLpoint.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/stl/STLsurfaceFormat.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/stl/STLsurfaceFormat.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/stl/STLsurfaceFormatASCII.L [new file with mode: 0644]
src/surfMesh/surfaceFormats/stl/STLsurfaceFormatCore.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/stl/STLsurfaceFormatCore.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/stl/STLsurfaceFormatRunTime.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/stl/STLtriangle.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/stl/STLtriangleI.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/surfaceFormatsCore.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/surfaceFormatsCore.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/tri/TRIsurfaceFormat.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/tri/TRIsurfaceFormat.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatCore.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatCore.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/tri/TRIsurfaceFormatRunTime.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormatCore.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormatCore.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormatRunTime.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormat.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormat.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormatCore.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormatCore.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/wrl/WRLsurfaceFormatRunTime.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormat.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormat.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormatCore.C [new file with mode: 0644]
src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormatCore.H [new file with mode: 0644]
src/surfMesh/surfaceFormats/x3d/X3DsurfaceFormatRunTime.C [new file with mode: 0644]
src/surfMesh/surfaceRegistry/surfaceRegistry.C [new file with mode: 0644]
src/surfMesh/surfaceRegistry/surfaceRegistry.H [new file with mode: 0644]
src/thermophysicalModels/Allwmake [new file with mode: 0755]
src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.C [new file with mode: 0644]
src/thermophysicalModels/barotropicCompressibilityModel/Chung/Chung.H [new file with mode: 0644]
src/thermophysicalModels/barotropicCompressibilityModel/Make/files [new file with mode: 0644]
src/thermophysicalModels/barotropicCompressibilityModel/Make/options [new file with mode: 0644]
src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.C [new file with mode: 0644]
src/thermophysicalModels/barotropicCompressibilityModel/Wallis/Wallis.H [new file with mode: 0644]
src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModel.C [new file with mode: 0644]
src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/barotropicCompressibilityModel.H [new file with mode: 0644]
src/thermophysicalModels/barotropicCompressibilityModel/barotropicCompressibilityModel/newBarotropicCompressibilityModel.C [new file with mode: 0644]
src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.C [new file with mode: 0644]
src/thermophysicalModels/barotropicCompressibilityModel/linear/linear.H [new file with mode: 0644]
src/thermophysicalModels/basic/Make/files [new file with mode: 0644]
src/thermophysicalModels/basic/Make/options [new file with mode: 0644]
src/thermophysicalModels/basic/basicThermo/basicThermo.C [new file with mode: 0644]
src/thermophysicalModels/basic/basicThermo/basicThermo.H [new file with mode: 0644]
src/thermophysicalModels/basic/derivedFvPatchFields/fixedEnthalpy/fixedEnthalpyFvPatchScalarField.C [new file with mode: 0644]
src/thermophysicalModels/basic/derivedFvPatchFields/fixedEnthalpy/fixedEnthalpyFvPatchScalarField.H [new file with mode: 0644]
src/thermophysicalModels/basic/derivedFvPatchFields/fixedInternalEnergy/fixedInternalEnergyFvPatchScalarField.C [new file with mode: 0644]
src/thermophysicalModels/basic/derivedFvPatchFields/fixedInternalEnergy/fixedInternalEnergyFvPatchScalarField.H [new file with mode: 0644]
src/thermophysicalModels/basic/derivedFvPatchFields/gradientEnthalpy/gradientEnthalpyFvPatchScalarField.C [new file with mode: 0644]
src/thermophysicalModels/basic/derivedFvPatchFields/gradientEnthalpy/gradientEnthalpyFvPatchScalarField.H [new file with mode: 0644]
src/thermophysicalModels/basic/derivedFvPatchFields/gradientInternalEnergy/gradientInternalEnergyFvPatchScalarField.C [new file with mode: 0644]
src/thermophysicalModels/basic/derivedFvPatchFields/gradientInternalEnergy/gradientInternalEnergyFvPatchScalarField.H [new file with mode: 0644]
src/thermophysicalModels/basic/derivedFvPatchFields/mixedEnthalpy/mixedEnthalpyFvPatchScalarField.C [new file with mode: 0644]
src/thermophysicalModels/basic/derivedFvPatchFields/mixedEnthalpy/mixedEnthalpyFvPatchScalarField.H [new file with mode: 0644]
src/thermophysicalModels/basic/derivedFvPatchFields/mixedInternalEnergy/mixedInternalEnergyFvPatchScalarField.C [new file with mode: 0644]
src/thermophysicalModels/basic/derivedFvPatchFields/mixedInternalEnergy/mixedInternalEnergyFvPatchScalarField.H [new file with mode: 0644]
src/thermophysicalModels/basic/derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.C [new file with mode: 0644]
src/thermophysicalModels/basic/derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.H [new file with mode: 0644]
src/thermophysicalModels/basic/mixtures/basicMixture/basicMixture.C [new file with mode: 0644]
src/thermophysicalModels/basic/mixtures/basicMixture/basicMixture.H [new file with mode: 0644]
src/thermophysicalModels/basic/mixtures/basicMixture/basicMixtures.C [new file with mode: 0644]
src/thermophysicalModels/basic/mixtures/basicMixture/makeBasicMixture.H [new file with mode: 0644]
src/thermophysicalModels/basic/mixtures/pureMixture/pureMixture.C [new file with mode: 0644]
src/thermophysicalModels/basic/mixtures/pureMixture/pureMixture.H [new file with mode: 0644]
src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermo.C [new file with mode: 0644]
src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermo.H [new file with mode: 0644]
src/thermophysicalModels/basic/psiThermo/basicPsiThermo/makeBasicPsiThermo.H [new file with mode: 0644]
src/thermophysicalModels/basic/psiThermo/basicPsiThermo/newBasicPsiThermo.C [new file with mode: 0644]
src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.C [new file with mode: 0644]
src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermo.H [new file with mode: 0644]
src/thermophysicalModels/basic/psiThermo/ePsiThermo/ePsiThermos.C [new file with mode: 0644]
src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.C [new file with mode: 0644]
src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.H [new file with mode: 0644]
src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermos.C [new file with mode: 0644]
src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/basicRhoThermo.C [new file with mode: 0644]
src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/basicRhoThermo.H [new file with mode: 0644]
src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/makeBasicRhoThermo.H [new file with mode: 0644]
src/thermophysicalModels/basic/rhoThermo/basicRhoThermo/newBasicRhoThermo.C [new file with mode: 0644]
src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.C [new file with mode: 0644]
src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.H [new file with mode: 0644]
src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermos.C [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/Make/files [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/Make/options [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.C [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModel.H [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/ODEChemistryModel/ODEChemistryModelI.H [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModel.C [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModel.H [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModelI.H [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/makeChemistryModel.H [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/newPsiChemistryModel.C [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModel.C [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModel.H [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModelI.H [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/psiChemistryModel/psiChemistryModels.C [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/newRhoChemistryModel.C [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModel.C [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModel.H [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModelI.H [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistryModel/rhoChemistryModel/rhoChemistryModels.C [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistrySolver/EulerImplicit/EulerImplicit.C [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistrySolver/EulerImplicit/EulerImplicit.H [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/chemistrySolver.C [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/chemistrySolver.H [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/makeChemistrySolvers.C [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistrySolver/chemistrySolver/newChemistrySolver.C [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistrySolver/ode/ode.C [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistrySolver/ode/ode.H [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistrySolver/sequential/sequential.C [new file with mode: 0644]
src/thermophysicalModels/chemistryModel/chemistrySolver/sequential/sequential.H [new file with mode: 0644]
src/thermophysicalModels/laminarFlameSpeed/Gulders/Gulders.C [new file with mode: 0644]
src/thermophysicalModels/laminarFlameSpeed/Gulders/Gulders.H [new file with mode: 0644]
src/thermophysicalModels/laminarFlameSpeed/GuldersEGR/GuldersEGR.C [new file with mode: 0644]
src/thermophysicalModels/laminarFlameSpeed/GuldersEGR/GuldersEGR.H [new file with mode: 0644]
src/thermophysicalModels/laminarFlameSpeed/Make/files [new file with mode: 0644]
src/thermophysicalModels/laminarFlameSpeed/Make/options [new file with mode: 0644]
src/thermophysicalModels/laminarFlameSpeed/constant/constant.C [new file with mode: 0644]
src/thermophysicalModels/laminarFlameSpeed/constant/constant.H [new file with mode: 0644]
src/thermophysicalModels/laminarFlameSpeed/laminarFlameSpeed/laminarFlameSpeed.C [new file with mode: 0644]
src/thermophysicalModels/laminarFlameSpeed/laminarFlameSpeed/laminarFlameSpeed.H [new file with mode: 0644]
src/thermophysicalModels/laminarFlameSpeed/laminarFlameSpeed/newLaminarFlameSpeed.C [new file with mode: 0644]
src/thermophysicalModels/liquidMixture/Make/files [new file with mode: 0644]
src/thermophysicalModels/liquidMixture/Make/options [new file with mode: 0644]
src/thermophysicalModels/liquidMixture/liquidMixture/liquidMixture.C [new file with mode: 0644]
src/thermophysicalModels/liquidMixture/liquidMixture/liquidMixture.H [new file with mode: 0644]
src/thermophysicalModels/liquidMixture/liquidMixture/liquidMixtureIO.C [new file with mode: 0644]
src/thermophysicalModels/liquids/Ar/Ar.C [new file with mode: 0644]
src/thermophysicalModels/liquids/Ar/Ar.H [new file with mode: 0644]
src/thermophysicalModels/liquids/Ar/ArI.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C10H22/C10H22.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C10H22/C10H22.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C10H22/C10H22I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C12H26/C12H26.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C12H26/C12H26.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C12H26/C12H26I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C13H28/C13H28.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C13H28/C13H28.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C13H28/C13H28I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C14H30/C14H30.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C14H30/C14H30.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C14H30/C14H30I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C16H34/C16H34.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C16H34/C16H34.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C16H34/C16H34I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C2H5OH/C2H5OH.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C2H5OH/C2H5OH.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C2H5OH/C2H5OHI.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C2H6/C2H6.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C2H6/C2H6.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C2H6/C2H6I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C2H6O/C2H6O.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C2H6O/C2H6O.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C2H6O/C2H6OI.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C3H6O/C3H6O.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C3H6O/C3H6O.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C3H6O/C3H6OI.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C3H8/C3H8.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C3H8/C3H8.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C3H8/C3H8I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C4H10O/C4H10O.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C4H10O/C4H10O.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C4H10O/C4H10OI.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C6H14/C6H14.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C6H14/C6H14.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C6H14/C6H14I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C6H6/C6H6.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C6H6/C6H6.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C6H6/C6H6I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C7H16/C7H16.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C7H16/C7H16.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C7H16/C7H16I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C7H8/C7H8.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C7H8/C7H8.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C7H8/C7H8I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C8H10/C8H10.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C8H10/C8H10.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C8H10/C8H10I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C8H18/C8H18.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C8H18/C8H18.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C8H18/C8H18I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C9H20/C9H20.C [new file with mode: 0644]
src/thermophysicalModels/liquids/C9H20/C9H20.H [new file with mode: 0644]
src/thermophysicalModels/liquids/C9H20/C9H20I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/CH3OH/CH3OH.C [new file with mode: 0644]
src/thermophysicalModels/liquids/CH3OH/CH3OH.H [new file with mode: 0644]
src/thermophysicalModels/liquids/CH3OH/CH3OHI.H [new file with mode: 0644]
src/thermophysicalModels/liquids/CH4N2O/CH4N2O.C [new file with mode: 0644]
src/thermophysicalModels/liquids/CH4N2O/CH4N2O.H [new file with mode: 0644]
src/thermophysicalModels/liquids/CH4N2O/CH4N2OI.H [new file with mode: 0644]
src/thermophysicalModels/liquids/H2O/H2O.C [new file with mode: 0644]
src/thermophysicalModels/liquids/H2O/H2O.H [new file with mode: 0644]
src/thermophysicalModels/liquids/H2O/H2OI.H [new file with mode: 0644]
src/thermophysicalModels/liquids/IC8H18/IC8H18.C [new file with mode: 0644]
src/thermophysicalModels/liquids/IC8H18/IC8H18.H [new file with mode: 0644]
src/thermophysicalModels/liquids/IC8H18/IC8H18I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/IDEA/IDEA.C [new file with mode: 0644]
src/thermophysicalModels/liquids/IDEA/IDEA.H [new file with mode: 0644]
src/thermophysicalModels/liquids/IDEA/IDEA.thermo [new file with mode: 0644]
src/thermophysicalModels/liquids/IDEA/IDEAI.H [new file with mode: 0644]
src/thermophysicalModels/liquids/MB/MB.C [new file with mode: 0644]
src/thermophysicalModels/liquids/MB/MB.H [new file with mode: 0644]
src/thermophysicalModels/liquids/MB/MBI.H [new file with mode: 0644]
src/thermophysicalModels/liquids/Make/files [new file with mode: 0644]
src/thermophysicalModels/liquids/Make/options [new file with mode: 0644]
src/thermophysicalModels/liquids/N2/N2.C [new file with mode: 0644]
src/thermophysicalModels/liquids/N2/N2.H [new file with mode: 0644]
src/thermophysicalModels/liquids/N2/N2I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/aC10H7CH3/aC10H7CH3.C [new file with mode: 0644]
src/thermophysicalModels/liquids/aC10H7CH3/aC10H7CH3.H [new file with mode: 0644]
src/thermophysicalModels/liquids/aC10H7CH3/aC10H7CH3I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/bC10H7CH3/bC10H7CH3.C [new file with mode: 0644]
src/thermophysicalModels/liquids/bC10H7CH3/bC10H7CH3.H [new file with mode: 0644]
src/thermophysicalModels/liquids/bC10H7CH3/bC10H7CH3I.H [new file with mode: 0644]
src/thermophysicalModels/liquids/iC3H8O/iC3H8O.C [new file with mode: 0644]
src/thermophysicalModels/liquids/iC3H8O/iC3H8O.H [new file with mode: 0644]
src/thermophysicalModels/liquids/iC3H8O/iC3H8OI.H [new file with mode: 0644]
src/thermophysicalModels/liquids/liquid/liquid.C [new file with mode: 0644]
src/thermophysicalModels/liquids/liquid/liquid.H [new file with mode: 0644]
src/thermophysicalModels/liquids/liquid/liquidI.H [new file with mode: 0644]
src/thermophysicalModels/liquids/nC3H8O/nC3H8O.C [new file with mode: 0644]
src/thermophysicalModels/liquids/nC3H8O/nC3H8O.H [new file with mode: 0644]
src/thermophysicalModels/liquids/nC3H8O/nC3H8OI.H [new file with mode: 0644]
src/thermophysicalModels/pdfs/Make/files [new file with mode: 0644]
src/thermophysicalModels/pdfs/Make/options [new file with mode: 0644]
src/thermophysicalModels/pdfs/RosinRammler/RosinRammler.C [new file with mode: 0644]
src/thermophysicalModels/pdfs/RosinRammler/RosinRammler.H [new file with mode: 0644]
src/thermophysicalModels/pdfs/exponential/exponential.C [new file with mode: 0644]
src/thermophysicalModels/pdfs/exponential/exponential.H [new file with mode: 0644]
src/thermophysicalModels/pdfs/general/general.C [new file with mode: 0644]
src/thermophysicalModels/pdfs/general/general.H [new file with mode: 0644]
src/thermophysicalModels/pdfs/normal/normal.C [new file with mode: 0644]
src/thermophysicalModels/pdfs/normal/normal.H [new file with mode: 0644]
src/thermophysicalModels/pdfs/pdf/newPdf.C [new file with mode: 0644]
src/thermophysicalModels/pdfs/pdf/pdf.C [new file with mode: 0644]
src/thermophysicalModels/pdfs/pdf/pdf.H [new file with mode: 0644]
src/thermophysicalModels/pdfs/uniform/uniform.C [new file with mode: 0644]
src/thermophysicalModels/pdfs/uniform/uniform.H [new file with mode: 0644]
src/thermophysicalModels/radiation/Make/files [new file with mode: 0644]
src/thermophysicalModels/radiation/Make/options [new file with mode: 0644]
src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiation/MarshakRadiationMixedFvPatchScalarField.C [new file with mode: 0644]
src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiation/MarshakRadiationMixedFvPatchScalarField.H [new file with mode: 0644]
src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiationFixedT/MarshakRadiationFixedTMixedFvPatchScalarField.C [new file with mode: 0644]
src/thermophysicalModels/radiation/derivedFvPatchFields/MarshakRadiationFixedT/MarshakRadiationFixedTMixedFvPatchScalarField.H [new file with mode: 0644]
src/thermophysicalModels/radiation/derivedFvPatchFields/greyDiffusiveRadiation/greyDiffusiveRadiationMixedFvPatchScalarField.C [new file with mode: 0644]
src/thermophysicalModels/radiation/derivedFvPatchFields/greyDiffusiveRadiation/greyDiffusiveRadiationMixedFvPatchScalarField.H [new file with mode: 0644]
src/thermophysicalModels/radiation/derivedFvPatchFields/wideBandDiffusiveRadiation/wideBandDiffusiveRadiationMixedFvPatchScalarField.C [new file with mode: 0644]
src/thermophysicalModels/radiation/derivedFvPatchFields/wideBandDiffusiveRadiation/wideBandDiffusiveRadiationMixedFvPatchScalarField.H [new file with mode: 0644]
src/thermophysicalModels/radiation/include/createRadiationModel.H [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationConstants/radiationConstants.C [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationConstants/radiationConstants.H [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/P1/P1.C [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/P1/P1.H [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.C [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffs.H [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/fvDOM/absorptionCoeffs/absorptionCoeffsI.H [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/fvDOM/blackBodyEmission/blackBodyEmission.C [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/fvDOM/blackBodyEmission/blackBodyEmission.H [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOM.C [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOM.H [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/fvDOM/fvDOM/fvDOMI.H [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/fvDOM/interpolationLookUpTable/interpolationLookUpTable.C [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/fvDOM/interpolationLookUpTable/interpolationLookUpTable.H [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/fvDOM/interpolationLookUpTable/interpolationLookUpTableI.H [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRay.H [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/fvDOM/radiativeIntensityRay/radiativeIntensityRayI.H [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/noRadiation/noRadiation.C [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/noRadiation/noRadiation.H [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/radiationModel/newRadiationModel.C [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/radiationModel/radiationModel.C [new file with mode: 0644]
src/thermophysicalModels/radiation/radiationModel/radiationModel/radiationModel.H [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/absorptionEmissionModel/absorptionEmissionModel.C [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/absorptionEmissionModel/absorptionEmissionModel.H [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/absorptionEmissionModel/newAbsorptionEmissionModel.C [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/binaryAbsorptionEmission/binaryAbsorptionEmission.C [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/binaryAbsorptionEmission/binaryAbsorptionEmission.H [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/constantAbsorptionEmission/constantAbsorptionEmission.C [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/constantAbsorptionEmission/constantAbsorptionEmission.H [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/greyMeanAbsorptionEmission/greyMeanAbsorptionEmission.C [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/greyMeanAbsorptionEmission/greyMeanAbsorptionEmission.H [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/noAbsorptionEmission/noAbsorptionEmission.C [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/noAbsorptionEmission/noAbsorptionEmission.H [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.C [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/wideBandAbsorptionEmission/wideBandAbsorptionEmission.H [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/scatterModel/constantScatter/constantScatter.C [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/scatterModel/constantScatter/constantScatter.H [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/newScatterModel.C [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.C [new file with mode: 0644]
src/thermophysicalModels/radiation/submodels/scatterModel/scatterModel/scatterModel.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/Make/files [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/Make/options [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/chemistryReader.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/chemistryReader.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/chemistryReaders/chemistryReader/makeChemistryReaders.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinLexer.L [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/chemistryReaders/chemkinReader/chemkinReader.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/chemistryReaders/foamChemistryReader/foamChemistryReader.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/hCombustionThermo.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/hCombustionThermo.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/hCombustionThermos.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/makeCombustionThermo.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/combustionThermo/hCombustionThermo/newhCombustionThermo.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermo.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermo.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/hhuCombustionThermos.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/combustionThermo/hhuCombustionThermo/newhhuCombustionThermo.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hPsiMixtureThermo/hPsiMixtureThermo.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hPsiMixtureThermo/hPsiMixtureThermo.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hhuMixtureThermo/hhuMixtureThermo.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/derivedFvPatchFields/fixedUnburntEnthalpy/fixedUnburntEnthalpyFvPatchScalarField.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/derivedFvPatchFields/fixedUnburntEnthalpy/fixedUnburntEnthalpyFvPatchScalarField.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/derivedFvPatchFields/gradientUnburntEnthalpy/gradientUnburntEnthalpyFvPatchScalarField.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/derivedFvPatchFields/gradientUnburntEnthalpy/gradientUnburntEnthalpyFvPatchScalarField.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/derivedFvPatchFields/mixedUnburntEnthalpy/mixedUnburntEnthalpyFvPatchScalarField.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/derivedFvPatchFields/mixedUnburntEnthalpy/mixedUnburntEnthalpyFvPatchScalarField.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixture.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/basicMultiComponentMixture/basicMultiComponentMixtureI.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/dieselMixture/dieselMixture.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/dieselMixture/dieselMixture.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/egrMixture/egrMixture.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/egrMixture/egrMixture.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/homogeneousMixture/homogeneousMixture.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/homogeneousMixture/homogeneousMixture.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/inhomogeneousMixture/inhomogeneousMixture.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/inhomogeneousMixture/inhomogeneousMixture.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/multiComponentMixture/multiComponentMixture.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/multiComponentMixture/multiComponentMixture.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/reactingMixture/reactingMixture.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/reactingMixture/reactingMixture.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/veryInhomogeneousMixture/veryInhomogeneousMixture.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/mixtures/veryInhomogeneousMixture/veryInhomogeneousMixture.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermo.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermo.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/hReactionThermos.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/makeReactionThermo.H [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/reactionThermo/hReactionThermo/newhReactionThermo.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/reactionThermo/mixtureThermos/hRhoMixtureThermo/hRhoMixtureThermo.C [new file with mode: 0644]
src/thermophysicalModels/reactionThermo/reactionThermo/mixtureThermos/hRhoMixtureThermo/hRhoMixtureThermo.H [new file with mode: 0644]
src/thermophysicalModels/solidMixture/Make/files [new file with mode: 0644]
src/thermophysicalModels/solidMixture/Make/options [new file with mode: 0644]
src/thermophysicalModels/solidMixture/solidMixture/solidMixture.C [new file with mode: 0644]
src/thermophysicalModels/solidMixture/solidMixture/solidMixture.H [new file with mode: 0644]
src/thermophysicalModels/solids/C/C.C [new file with mode: 0644]
src/thermophysicalModels/solids/C/C.H [new file with mode: 0644]
src/thermophysicalModels/solids/CaCO3/CaCO3.C [new file with mode: 0644]
src/thermophysicalModels/solids/CaCO3/CaCO3.H [new file with mode: 0644]
src/thermophysicalModels/solids/Make/files [new file with mode: 0644]
src/thermophysicalModels/solids/Make/options [new file with mode: 0644]
src/thermophysicalModels/solids/ash/ash.C [new file with mode: 0644]
src/thermophysicalModels/solids/ash/ash.H [new file with mode: 0644]
src/thermophysicalModels/solids/solid/newSolid.C [new file with mode: 0644]
src/thermophysicalModels/solids/solid/solid.C [new file with mode: 0644]
src/thermophysicalModels/solids/solid/solid.H [new file with mode: 0644]
src/thermophysicalModels/solids/solid/solidI.H [new file with mode: 0644]
src/thermophysicalModels/specie/Make/files [new file with mode: 0644]
src/thermophysicalModels/specie/Make/options [new file with mode: 0644]
src/thermophysicalModels/specie/atomicWeights/atomicWeights.C [new file with mode: 0644]
src/thermophysicalModels/specie/atomicWeights/atomicWeights.H [new file with mode: 0644]
src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.C [new file with mode: 0644]
src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.H [new file with mode: 0644]
src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomialI.H [new file with mode: 0644]
src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.C [new file with mode: 0644]
src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.H [new file with mode: 0644]
src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGasI.H [new file with mode: 0644]
src/thermophysicalModels/specie/include/reactionTypes.H [new file with mode: 0644]
src/thermophysicalModels/specie/include/thermoPhysicsTypes.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.C [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/Reactions/IrreversibleReaction/IrreversibleReaction.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/Reactions/NonEquilibriumReversibleReaction/NonEquilibriumReversibleReaction.C [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/Reactions/NonEquilibriumReversibleReaction/NonEquilibriumReversibleReaction.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/Reactions/Reaction/Reaction.C [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/Reactions/Reaction/Reaction.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/Reactions/Reaction/ReactionI.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.C [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/ArrheniusReactionRate/ArrheniusReactionRate.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/ArrheniusReactionRate/ArrheniusReactionRateI.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/ChemicallyActivatedReactionRate/ChemicallyActivatedReactionRate.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/ChemicallyActivatedReactionRate/ChemicallyActivatedReactionRateI.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/FallOffReactionRate/FallOffReactionRate.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/FallOffReactionRate/FallOffReactionRateI.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/JanevReactionRate/JanevReactionRate.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/JanevReactionRate/JanevReactionRateI.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/LandauTellerReactionRate/LandauTellerReactionRate.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/LandauTellerReactionRate/LandauTellerReactionRateI.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/LangmuirHinshelwood/LangmuirHinshelwoodReactionRate.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/LangmuirHinshelwood/LangmuirHinshelwoodReactionRateI.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/LindemannFallOffFunction/LindemannFallOffFunction.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/LindemannFallOffFunction/LindemannFallOffFunctionI.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/SRIFallOffFunction/SRIFallOffFunction.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/SRIFallOffFunction/SRIFallOffFunctionI.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/TroeFallOffFunction/TroeFallOffFunction.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/fallOffFunctions/TroeFallOffFunction/TroeFallOffFunctionI.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/powerSeries/powerSeriesReactionRate.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/powerSeries/powerSeriesReactionRateI.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyArrheniusReactionRate/thirdBodyArrheniusReactionRate.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyArrheniusReactionRate/thirdBodyArrheniusReactionRateI.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyEfficiencies/thirdBodyEfficiencies.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactionRate/thirdBodyEfficiencies/thirdBodyEfficienciesI.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactions/makeChemkinReactions.C [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactions/makeLangmuirHinshelwoodReactions.C [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactions/makeReactionThermo.H [new file with mode: 0644]
src/thermophysicalModels/specie/reaction/reactions/makeReactionThermoReactions.C [new file with mode: 0644]
src/thermophysicalModels/specie/specie/specie.C [new file with mode: 0644]
src/thermophysicalModels/specie/specie/specie.H [new file with mode: 0644]
src/thermophysicalModels/specie/specie/specieI.H [new file with mode: 0644]
src/thermophysicalModels/specie/speciesTable/speciesTable.C [new file with mode: 0644]
src/thermophysicalModels/specie/speciesTable/speciesTable.H [new file with mode: 0644]
src/thermophysicalModels/specie/speciesTable/speciesTableI.H [new file with mode: 0644]
src/thermophysicalModels/specie/thermo/eConst/eConstThermo.C [new file with mode: 0644]
src/thermophysicalModels/specie/thermo/eConst/eConstThermo.H [new file with mode: 0644]
src/thermophysicalModels/specie/thermo/eConst/eConstThermoI.H [new file with mode: 0644]
src/thermophysicalModels/specie/thermo/hConst/hConstThermo.C [new file with mode: 0644]
src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H [new file with mode: 0644]
src/thermophysicalModels/specie/thermo/hConst/hConstThermoI.H [new file with mode: 0644]
src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.C [new file with mode: 0644]
src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.H [new file with mode: 0644]
src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermoI.H [new file with mode: 0644]
src/thermophysicalModels/specie/thermo/janaf/janafThermo.C [new file with mode: 0644]
src/thermophysicalModels/specie/thermo/janaf/janafThermo.H [new file with mode: 0644]
src/thermophysicalModels/specie/thermo/janaf/janafThermoI.H [new file with mode: 0644]
src/thermophysicalModels/specie/thermo/specieThermo/specieThermo.C [new file with mode: 0644]
src/thermophysicalModels/specie/thermo/specieThermo/specieThermo.H [new file with mode: 0644]
src/thermophysicalModels/specie/thermo/specieThermo/specieThermoI.H [new file with mode: 0644]
src/thermophysicalModels/specie/transport/const/constTransport.C [new file with mode: 0644]
src/thermophysicalModels/specie/transport/const/constTransport.H [new file with mode: 0644]
src/thermophysicalModels/specie/transport/const/constTransportI.H [new file with mode: 0644]
src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.C [new file with mode: 0644]
src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.H [new file with mode: 0644]
src/thermophysicalModels/specie/transport/polynomial/polynomialTransportI.H [new file with mode: 0644]
src/thermophysicalModels/specie/transport/speciesTransport/speciesTransport.C [new file with mode: 0644]
src/thermophysicalModels/specie/transport/speciesTransport/speciesTransport.H [new file with mode: 0644]
src/thermophysicalModels/specie/transport/speciesTransport/speciesTransportI.H [new file with mode: 0644]
src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.C [new file with mode: 0644]
src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.H [new file with mode: 0644]
src/thermophysicalModels/specie/transport/sutherland/sutherlandTransportI.H [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/APIfunctions/APIdiffCoefFunc/APIdiffCoefFunc.C [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/APIfunctions/APIdiffCoefFunc/APIdiffCoefFunc.H [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/Make/files [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/Make/options [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.C [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc0/NSRDSfunc0.H [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.C [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc1/NSRDSfunc1.H [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.C [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc14/NSRDSfunc14.H [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.C [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc2/NSRDSfunc2.H [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.C [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc3/NSRDSfunc3.H [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.C [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc4/NSRDSfunc4.H [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.C [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc5/NSRDSfunc5.H [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.C [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc6/NSRDSfunc6.H [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.C [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/NSRDSfunctions/NSRDSfunc7/NSRDSfunc7.H [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/thermophysicalFunction/thermophysicalFunction.C [new file with mode: 0644]
src/thermophysicalModels/thermophysicalFunctions/thermophysicalFunction/thermophysicalFunction.H [new file with mode: 0644]
src/topoChangerFvMesh/Make/files [new file with mode: 0644]
src/topoChangerFvMesh/Make/options [new file with mode: 0644]
src/topoChangerFvMesh/linearValveFvMesh/linearValveFvMesh.C [new file with mode: 0644]
src/topoChangerFvMesh/linearValveFvMesh/linearValveFvMesh.H [new file with mode: 0644]
src/topoChangerFvMesh/linearValveLayersFvMesh/linearValveLayersFvMesh.C [new file with mode: 0644]
src/topoChangerFvMesh/linearValveLayersFvMesh/linearValveLayersFvMesh.H [new file with mode: 0644]
src/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.C [new file with mode: 0644]
src/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.H [new file with mode: 0644]
src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.C [new file with mode: 0644]
src/topoChangerFvMesh/movingConeTopoFvMesh/movingConeTopoFvMesh.H [new file with mode: 0644]
src/topoChangerFvMesh/topoChangerFvMesh/topoChangerFvMesh.C [new file with mode: 0644]
src/topoChangerFvMesh/topoChangerFvMesh/topoChangerFvMesh.H [new file with mode: 0644]
src/transportModels/Allwmake [new file with mode: 0755]
src/transportModels/incompressible/Make/files [new file with mode: 0644]
src/transportModels/incompressible/Make/options [new file with mode: 0644]
src/transportModels/incompressible/incompressibleTwoPhaseMixture/twoPhaseMixture.C [new file with mode: 0644]
src/transportModels/incompressible/incompressibleTwoPhaseMixture/twoPhaseMixture.H [new file with mode: 0644]
src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.C [new file with mode: 0644]
src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H [new file with mode: 0644]
src/transportModels/incompressible/transportModel/transportModel.C [new file with mode: 0644]
src/transportModels/incompressible/transportModel/transportModel.H [new file with mode: 0644]
src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.C [new file with mode: 0644]
src/transportModels/incompressible/viscosityModels/BirdCarreau/BirdCarreau.H [new file with mode: 0644]
src/transportModels/incompressible/viscosityModels/CrossPowerLaw/CrossPowerLaw.C [new file with mode: 0644]
src/transportModels/incompressible/viscosityModels/CrossPowerLaw/CrossPowerLaw.H [new file with mode: 0644]
src/transportModels/incompressible/viscosityModels/HerschelBulkley/HerschelBulkley.C [new file with mode: 0644]
src/transportModels/incompressible/viscosityModels/HerschelBulkley/HerschelBulkley.H [new file with mode: 0644]
src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.C [new file with mode: 0644]
src/transportModels/incompressible/viscosityModels/Newtonian/Newtonian.H [new file with mode: 0644]
src/transportModels/incompressible/viscosityModels/powerLaw/powerLaw.C [new file with mode: 0644]
src/transportModels/incompressible/viscosityModels/powerLaw/powerLaw.H [new file with mode: 0644]
src/transportModels/incompressible/viscosityModels/viscosityModel/newViscosityModel.C [new file with mode: 0644]
src/transportModels/incompressible/viscosityModels/viscosityModel/viscosityModel.C [new file with mode: 0644]
src/transportModels/incompressible/viscosityModels/viscosityModel/viscosityModel.H [new file with mode: 0644]
src/transportModels/interfaceProperties/Make/files [new file with mode: 0644]
src/transportModels/interfaceProperties/Make/options [new file with mode: 0644]
src/transportModels/interfaceProperties/alphaContactAngle/alphaContactAngle/alphaContactAngleFvPatchScalarField.C [new file with mode: 0644]
src/transportModels/interfaceProperties/alphaContactAngle/alphaContactAngle/alphaContactAngleFvPatchScalarField.H [new file with mode: 0644]
src/transportModels/interfaceProperties/alphaContactAngle/constantAlphaContactAngle/constantAlphaContactAngleFvPatchScalarField.C [new file with mode: 0644]
src/transportModels/interfaceProperties/alphaContactAngle/constantAlphaContactAngle/constantAlphaContactAngleFvPatchScalarField.H [new file with mode: 0644]
src/transportModels/interfaceProperties/alphaContactAngle/dynamicAlphaContactAngle/dynamicAlphaContactAngleFvPatchScalarField.C [new file with mode: 0644]
src/transportModels/interfaceProperties/alphaContactAngle/dynamicAlphaContactAngle/dynamicAlphaContactAngleFvPatchScalarField.H [new file with mode: 0644]
src/transportModels/interfaceProperties/alphaContactAngle/timeVaryingAlphaContactAngle/timeVaryingAlphaContactAngleFvPatchScalarField.C [new file with mode: 0644]
src/transportModels/interfaceProperties/alphaContactAngle/timeVaryingAlphaContactAngle/timeVaryingAlphaContactAngleFvPatchScalarField.H [new file with mode: 0644]
src/transportModels/interfaceProperties/alphaFixedPressure/alphaFixedPressureFvPatchScalarField.C [new file with mode: 0644]
src/transportModels/interfaceProperties/alphaFixedPressure/alphaFixedPressureFvPatchScalarField.H [new file with mode: 0644]
src/transportModels/interfaceProperties/interfaceCompression/interfaceCompression.C [new file with mode: 0644]
src/transportModels/interfaceProperties/interfaceCompression/interfaceCompression.H [new file with mode: 0644]
src/transportModels/interfaceProperties/interfaceProperties.C [new file with mode: 0644]
src/transportModels/interfaceProperties/interfaceProperties.H [new file with mode: 0644]
src/triSurface/Make/files [new file with mode: 0644]
src/triSurface/Make/options [new file with mode: 0644]
src/triSurface/faceTriangulation/faceTriangulation.C [new file with mode: 0644]
src/triSurface/faceTriangulation/faceTriangulation.H [new file with mode: 0644]
src/triSurface/meshTriangulation/meshTriangulation.C [new file with mode: 0644]
src/triSurface/meshTriangulation/meshTriangulation.H [new file with mode: 0644]
src/triSurface/tools/hashSignedLabel/hashSignedLabel.H [new file with mode: 0644]
src/triSurface/tools/labelPair/labelPairLookup.H [new file with mode: 0644]
src/triSurface/tools/labelledTri/labelledTri.H [new file with mode: 0644]
src/triSurface/tools/labelledTri/labelledTriI.H [new file with mode: 0644]
src/triSurface/tools/labelledTri/sortLabelledTri.C [new file with mode: 0644]
src/triSurface/tools/labelledTri/sortLabelledTri.H [new file with mode: 0644]
src/triSurface/triSurface/geometricSurfacePatch/geometricSurfacePatch.C [new file with mode: 0644]
src/triSurface/triSurface/geometricSurfacePatch/geometricSurfacePatch.H [new file with mode: 0644]
src/triSurface/triSurface/geometricSurfacePatch/geometricSurfacePatchList.H [new file with mode: 0644]
src/triSurface/triSurface/interfaces/AC3D/readAC.C [new file with mode: 0644]
src/triSurface/triSurface/interfaces/AC3D/writeAC.C [new file with mode: 0644]
src/triSurface/triSurface/interfaces/DX/writeDX.C [new file with mode: 0644]
src/triSurface/triSurface/interfaces/GTS/readGTS.C [new file with mode: 0644]
src/triSurface/triSurface/interfaces/GTS/writeGTS.C [new file with mode: 0644]
src/triSurface/triSurface/interfaces/NAS/readNAS.C [new file with mode: 0644]
src/triSurface/triSurface/interfaces/OBJ/readOBJ.C [new file with mode: 0644]
src/triSurface/triSurface/interfaces/OBJ/writeOBJ.C [new file with mode: 0644]
src/triSurface/triSurface/interfaces/OFF/readOFF.C [new file with mode: 0644]
src/triSurface/triSurface/interfaces/OFF/writeOFF.C [new file with mode: 0644]
src/triSurface/triSurface/interfaces/SMESH/writeSMESH.C [new file with mode: 0644]
src/triSurface/triSurface/interfaces/STL/STLpoint.H [new file with mode: 0644]
src/triSurface/triSurface/interfaces/STL/STLpointI.H [new file with mode: 0644]
src/triSurface/triSurface/interfaces/STL/STLtriangle.H [new file with mode: 0644]
src/triSurface/triSurface/interfaces/STL/STLtriangleI.H [new file with mode: 0644]
src/triSurface/triSurface/interfaces/STL/readSTL.C [new file with mode: 0644]
src/triSurface/triSurface/interfaces/STL/readSTLASCII.L [new file with mode: 0644]
src/triSurface/triSurface/interfaces/STL/readSTLBINARY.C [new file with mode: 0644]
src/triSurface/triSurface/interfaces/STL/writeSTL.C [new file with mode: 0644]
src/triSurface/triSurface/interfaces/TRI/readTRI.C [new file with mode: 0644]
src/triSurface/triSurface/interfaces/TRI/writeTRI.C [new file with mode: 0644]
src/triSurface/triSurface/interfaces/VTK/writeVTK.C [new file with mode: 0644]
src/triSurface/triSurface/stitchTriangles.C [new file with mode: 0644]
src/triSurface/triSurface/surfacePatch/surfacePatch.C [new file with mode: 0644]
src/triSurface/triSurface/surfacePatch/surfacePatch.H [new file with mode: 0644]
src/triSurface/triSurface/surfacePatch/surfacePatchIOList.C [new file with mode: 0644]
src/triSurface/triSurface/surfacePatch/surfacePatchIOList.H [new file with mode: 0644]
src/triSurface/triSurface/surfacePatch/surfacePatchList.H [new file with mode: 0644]
src/triSurface/triSurface/triSurface.C [new file with mode: 0644]
src/triSurface/triSurface/triSurface.H [new file with mode: 0644]
src/triSurface/triSurface/triSurfaceAddressing.C [new file with mode: 0644]
src/triSurface/triSurfaceFields/triSurfaceFields.C [new file with mode: 0644]
src/triSurface/triSurfaceFields/triSurfaceFields.H [new file with mode: 0644]
src/triSurface/triSurfaceFields/triSurfaceFieldsFwd.H [new file with mode: 0644]
src/triSurface/triSurfaceFields/triSurfaceGeoMesh.H [new file with mode: 0644]
src/turbulenceModels/Allwmake [new file with mode: 0755]
src/turbulenceModels/LES/Allwmake [new file with mode: 0755]
src/turbulenceModels/LES/LESdeltas/LESdelta/LESdelta.C [new file with mode: 0644]
src/turbulenceModels/LES/LESdeltas/LESdelta/LESdelta.H [new file with mode: 0644]
src/turbulenceModels/LES/LESdeltas/Make/files [new file with mode: 0644]
src/turbulenceModels/LES/LESdeltas/Make/options [new file with mode: 0644]
src/turbulenceModels/LES/LESdeltas/PrandtlDelta/PrandtlDelta.C [new file with mode: 0644]
src/turbulenceModels/LES/LESdeltas/PrandtlDelta/PrandtlDelta.H [new file with mode: 0644]
src/turbulenceModels/LES/LESdeltas/cubeRootVolDelta/cubeRootVolDelta.C [new file with mode: 0644]
src/turbulenceModels/LES/LESdeltas/cubeRootVolDelta/cubeRootVolDelta.H [new file with mode: 0644]
src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.C [new file with mode: 0644]
src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H [new file with mode: 0644]
src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDeltaDeltaDataI.H [new file with mode: 0644]
src/turbulenceModels/LES/LESfilters/LESfilter/LESfilter.C [new file with mode: 0644]
src/turbulenceModels/LES/LESfilters/LESfilter/LESfilter.H [new file with mode: 0644]
src/turbulenceModels/LES/LESfilters/Make/files [new file with mode: 0644]
src/turbulenceModels/LES/LESfilters/Make/options [new file with mode: 0644]
src/turbulenceModels/LES/LESfilters/anisotropicFilter/anisotropicFilter.C [new file with mode: 0644]
src/turbulenceModels/LES/LESfilters/anisotropicFilter/anisotropicFilter.H [new file with mode: 0644]
src/turbulenceModels/LES/LESfilters/laplaceFilter/laplaceFilter.C [new file with mode: 0644]
src/turbulenceModels/LES/LESfilters/laplaceFilter/laplaceFilter.H [new file with mode: 0644]
src/turbulenceModels/LES/LESfilters/simpleFilter/simpleFilter.C [new file with mode: 0644]
src/turbulenceModels/LES/LESfilters/simpleFilter/simpleFilter.H [new file with mode: 0644]
src/turbulenceModels/compressible/Allwmake [new file with mode: 0755]
src/turbulenceModels/compressible/LES/DeardorffDiffStress/DeardorffDiffStress.C [new file with mode: 0644]
src/turbulenceModels/compressible/LES/DeardorffDiffStress/DeardorffDiffStress.H [new file with mode: 0644]
src/turbulenceModels/compressible/LES/GenEddyVisc/GenEddyVisc.C [new file with mode: 0644]
src/turbulenceModels/compressible/LES/GenEddyVisc/GenEddyVisc.H [new file with mode: 0644]
src/turbulenceModels/compressible/LES/GenSGSStress/GenSGSStress.C [new file with mode: 0644]
src/turbulenceModels/compressible/LES/GenSGSStress/GenSGSStress.H [new file with mode: 0644]
src/turbulenceModels/compressible/LES/LESModel/LESModel.C [new file with mode: 0644]
src/turbulenceModels/compressible/LES/LESModel/LESModel.H [new file with mode: 0644]
src/turbulenceModels/compressible/LES/Make/files [new file with mode: 0644]
src/turbulenceModels/compressible/LES/Make/options [new file with mode: 0644]
src/turbulenceModels/compressible/LES/Smagorinsky/Smagorinsky.C [new file with mode: 0644]
src/turbulenceModels/compressible/LES/Smagorinsky/Smagorinsky.H [new file with mode: 0644]
src/turbulenceModels/compressible/LES/SpalartAllmaras/SpalartAllmaras.C [new file with mode: 0644]
src/turbulenceModels/compressible/LES/SpalartAllmaras/SpalartAllmaras.H [new file with mode: 0644]
src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsJayatillekeWallFunction/alphaSgsJayatillekeWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsJayatillekeWallFunction/alphaSgsJayatillekeWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsWallFunction/alphaSgsWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/alphaSgsWallFunctions/alphaSgsWallFunction/alphaSgsWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/muSgsWallFunctions/muSgsWallFunction/muSgsWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/compressible/LES/derivedFvPatchFields/wallFunctions/muSgsWallFunctions/muSgsWallFunction/muSgsWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/compressible/LES/dynOneEqEddy/dynOneEqEddy.C [new file with mode: 0644]
src/turbulenceModels/compressible/LES/dynOneEqEddy/dynOneEqEddy.H [new file with mode: 0644]
src/turbulenceModels/compressible/LES/lowReOneEqEddy/lowReOneEqEddy.C [new file with mode: 0644]
src/turbulenceModels/compressible/LES/lowReOneEqEddy/lowReOneEqEddy.H [new file with mode: 0644]
src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.C [new file with mode: 0644]
src/turbulenceModels/compressible/LES/oneEqEddy/oneEqEddy.H [new file with mode: 0644]
src/turbulenceModels/compressible/LES/vanDriestDelta/vanDriestDelta.C [new file with mode: 0644]
src/turbulenceModels/compressible/LES/vanDriestDelta/vanDriestDelta.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/LRR/LRR.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/LRR/LRR.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/LaunderSharmaKE/LaunderSharmaKE.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/LaunderSharmaKE/LaunderSharmaKE.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/Make/files [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/Make/options [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/RASModel/RASModel.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/RASModel/RASModel.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/RNGkEpsilon/RNGkEpsilon.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/RNGkEpsilon/RNGkEpsilon.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/SpalartAllmaras/SpalartAllmaras.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/SpalartAllmaras/SpalartAllmaras.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctionsTemplates.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatWallFunction/alphatWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatWallFunction/alphatWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutRoughWallFunction/mutRoughWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutRoughWallFunction/mutRoughWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutSpalartAllmarasStandardRoughWallFunction/mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutSpalartAllmarasStandardRoughWallFunction/mutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutSpalartAllmarasStandardWallFunction/mutSpalartAllmarasStandardWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutSpalartAllmarasStandardWallFunction/mutSpalartAllmarasStandardWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutSpalartAllmarasWallFunction/mutSpalartAllmarasWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutSpalartAllmarasWallFunction/mutSpalartAllmarasWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutWallFunction/mutWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutWallFunction/mutWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/kEpsilon/kEpsilon.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/kEpsilon/kEpsilon.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/kOmegaSST/kOmegaSST.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/kOmegaSST/kOmegaSST.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/laminar/laminar.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/laminar/laminar.H [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/realizableKE/realizableKE.C [new file with mode: 0644]
src/turbulenceModels/compressible/RAS/realizableKE/realizableKE.H [new file with mode: 0644]
src/turbulenceModels/compressible/turbulenceModel/Make/files [new file with mode: 0644]
src/turbulenceModels/compressible/turbulenceModel/Make/options [new file with mode: 0644]
src/turbulenceModels/compressible/turbulenceModel/laminar/laminar.C [new file with mode: 0644]
src/turbulenceModels/compressible/turbulenceModel/laminar/laminar.H [new file with mode: 0644]
src/turbulenceModels/compressible/turbulenceModel/turbulenceModel.C [new file with mode: 0644]
src/turbulenceModels/compressible/turbulenceModel/turbulenceModel.H [new file with mode: 0644]
src/turbulenceModels/incompressible/Allwmake [new file with mode: 0755]
src/turbulenceModels/incompressible/LES/DeardorffDiffStress/DeardorffDiffStress.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/DeardorffDiffStress/DeardorffDiffStress.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/GenEddyVisc/GenEddyVisc.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/GenEddyVisc/GenEddyVisc.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/GenSGSStress/GenSGSStress.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/GenSGSStress/GenSGSStress.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/LESModel/LESModel.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/LESModel/LESModel.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/LRRDiffStress/LRRDiffStress.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/LRRDiffStress/LRRDiffStress.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/Make/files [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/Make/options [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/Smagorinsky/Smagorinsky.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/Smagorinsky/Smagorinsky.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/Smagorinsky2/Smagorinsky2.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/Smagorinsky2/Smagorinsky2.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/SpalartAllmaras/SpalartAllmaras.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/SpalartAllmaras/SpalartAllmaras.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/SpalartAllmarasDDES/SpalartAllmarasDDES.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/SpalartAllmarasDDES/SpalartAllmarasDDES.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/IDDESDelta.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/IDDESDelta.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/SpalartAllmarasIDDES.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/SpalartAllmarasIDDES.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/derivedFvPatchFields/wallFunctions/nuSgsWallFunctions/nuSgsWallFunction/nuSgsWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/derivedFvPatchFields/wallFunctions/nuSgsWallFunctions/nuSgsWallFunction/nuSgsWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/dynMixedSmagorinsky/dynMixedSmagorinsky.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/dynMixedSmagorinsky/dynMixedSmagorinsky.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/dynOneEqEddy/dynOneEqEddy.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/dynOneEqEddy/dynOneEqEddy.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/dynSmagorinsky/dynSmagorinsky.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/dynSmagorinsky/dynSmagorinsky.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/kOmegaSSTSAS/kOmegaSSTSAS.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/kOmegaSSTSAS/kOmegaSSTSAS.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/laminar/laminar.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/laminar/laminar.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/locDynOneEqEddy/locDynOneEqEddy.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/locDynOneEqEddy/locDynOneEqEddy.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/mixedSmagorinsky/mixedSmagorinsky.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/mixedSmagorinsky/mixedSmagorinsky.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/oneEqEddy/oneEqEddy.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/oneEqEddy/oneEqEddy.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/scaleSimilarity/scaleSimilarity.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/scaleSimilarity/scaleSimilarity.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/spectEddyVisc/spectEddyVisc.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/spectEddyVisc/spectEddyVisc.H [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/vanDriestDelta/vanDriestDelta.C [new file with mode: 0644]
src/turbulenceModels/incompressible/LES/vanDriestDelta/vanDriestDelta.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/LRR/LRR.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/LRR/LRR.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/LamBremhorstKE/LamBremhorstKE.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/LamBremhorstKE/LamBremhorstKE.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/LaunderSharmaKE/LaunderSharmaKE.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/LaunderSharmaKE/LaunderSharmaKE.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/LienCubicKE/LienCubicKE.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/LienCubicKE/LienCubicKE.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/LienCubicKELowRe/LienCubicKELowRe.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/LienCubicKELowRe/LienCubicKELowRe.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/LienCubicKELowRe/LienCubicKELowReSetWallDissipation.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/LienLeschzinerLowRe/LienLeschzinerLowRe.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/LienLeschzinerLowRe/LienLeschzinerLowRe.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/LienLeschzinerLowRe/LienLeschzinerLowReSetWallDissipation.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/Make/files [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/Make/options [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/NonlinearKEShih/NonlinearKEShih.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/NonlinearKEShih/NonlinearKEShih.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/RASModel/RASModel.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/RASModel/RASModel.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/RNGkEpsilon/RNGkEpsilon.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/RNGkEpsilon/RNGkEpsilon.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/SpalartAllmaras/SpalartAllmaras.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/SpalartAllmaras/SpalartAllmaras.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctionsTemplates.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchFields.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutRoughWallFunction/nutRoughWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutRoughWallFunction/nutRoughWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutSpalartAllmarasStandardRoughWallFunction/nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutSpalartAllmarasStandardRoughWallFunction/nutSpalartAllmarasStandardRoughWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutSpalartAllmarasStandardWallFunction/nutSpalartAllmarasStandardWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutSpalartAllmarasStandardWallFunction/nutSpalartAllmarasStandardWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutSpalartAllmarasWallFunction/nutSpalartAllmarasWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutSpalartAllmarasWallFunction/nutSpalartAllmarasWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/include/nonLinearWallFunctionsI.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/include/wallDissipationI.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/include/wallNonlinearViscosityI.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/kEpsilon/kEpsilon.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/kEpsilon/kEpsilon.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/kOmega/kOmega.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/kOmega/kOmega.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/kOmegaSST/kOmegaSST.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/kOmegaSST/kOmegaSST.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/laminar/laminar.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/laminar/laminar.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/qZeta/qZeta.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/qZeta/qZeta.H [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/realizableKE/realizableKE.C [new file with mode: 0644]
src/turbulenceModels/incompressible/RAS/realizableKE/realizableKE.H [new file with mode: 0644]
src/turbulenceModels/incompressible/turbulenceModel/Make/files [new file with mode: 0644]
src/turbulenceModels/incompressible/turbulenceModel/Make/options [new file with mode: 0644]
src/turbulenceModels/incompressible/turbulenceModel/laminar/laminar.C [new file with mode: 0644]
src/turbulenceModels/incompressible/turbulenceModel/laminar/laminar.H [new file with mode: 0644]
src/turbulenceModels/incompressible/turbulenceModel/turbulenceModel.C [new file with mode: 0644]
src/turbulenceModels/incompressible/turbulenceModel/turbulenceModel.H [new file with mode: 0644]
tutorials/Allclean [new file with mode: 0755]
tutorials/Allrun [new file with mode: 0755]
tutorials/Alltest [new file with mode: 0755]
tutorials/DNS/dnsFoam/boxTurb16/0.org/Ek.q [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/0.org/Ek.xy [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/0.org/U [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/0.org/enstrophy [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/0.org/p [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/0/Ek.q [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/0/Ek.xy [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/0/U [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/0/enstrophy [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/0/p [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/Allclean [new file with mode: 0755]
tutorials/DNS/dnsFoam/boxTurb16/Allrun [new file with mode: 0755]
tutorials/DNS/dnsFoam/boxTurb16/constant/boxTurbDict [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/constant/transportProperties [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/constant/turbulenceProperties [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/system/controlDict [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/system/fvSchemes [new file with mode: 0644]
tutorials/DNS/dnsFoam/boxTurb16/system/fvSolution [new file with mode: 0644]
tutorials/basic/laplacianFoam/flange/0/T [new file with mode: 0644]
tutorials/basic/laplacianFoam/flange/Allclean [new file with mode: 0755]
tutorials/basic/laplacianFoam/flange/Allrun [new file with mode: 0755]
tutorials/basic/laplacianFoam/flange/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/basic/laplacianFoam/flange/constant/polyMesh/boundary.org [new file with mode: 0644]
tutorials/basic/laplacianFoam/flange/constant/transportProperties [new file with mode: 0644]
tutorials/basic/laplacianFoam/flange/flange.ans [new file with mode: 0644]
tutorials/basic/laplacianFoam/flange/system/controlDict [new file with mode: 0644]
tutorials/basic/laplacianFoam/flange/system/fvSchemes [new file with mode: 0644]
tutorials/basic/laplacianFoam/flange/system/fvSolution [new file with mode: 0644]
tutorials/basic/potentialFoam/Allclean [new file with mode: 0755]
tutorials/basic/potentialFoam/cylinder/0.org/U [new file with mode: 0644]
tutorials/basic/potentialFoam/cylinder/0.org/p [new file with mode: 0644]
tutorials/basic/potentialFoam/cylinder/0/U [new file with mode: 0644]
tutorials/basic/potentialFoam/cylinder/0/p [new file with mode: 0644]
tutorials/basic/potentialFoam/cylinder/Allrun [new file with mode: 0755]
tutorials/basic/potentialFoam/cylinder/analyticalCylinder/Make/files [new file with mode: 0644]
tutorials/basic/potentialFoam/cylinder/analyticalCylinder/Make/options [new file with mode: 0644]
tutorials/basic/potentialFoam/cylinder/analyticalCylinder/analyticalCylinder.C [new file with mode: 0644]
tutorials/basic/potentialFoam/cylinder/analyticalCylinder/createFields.H [new file with mode: 0644]
tutorials/basic/potentialFoam/cylinder/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/basic/potentialFoam/cylinder/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/basic/potentialFoam/cylinder/system/controlDict [new file with mode: 0644]
tutorials/basic/potentialFoam/cylinder/system/fvSchemes [new file with mode: 0644]
tutorials/basic/potentialFoam/cylinder/system/fvSolution [new file with mode: 0644]
tutorials/basic/potentialFoam/pitzDaily/0.org/U [new file with mode: 0644]
tutorials/basic/potentialFoam/pitzDaily/0.org/p [new file with mode: 0644]
tutorials/basic/potentialFoam/pitzDaily/0/U [new file with mode: 0644]
tutorials/basic/potentialFoam/pitzDaily/0/p [new file with mode: 0644]
tutorials/basic/potentialFoam/pitzDaily/Allrun [new file with mode: 0755]
tutorials/basic/potentialFoam/pitzDaily/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/basic/potentialFoam/pitzDaily/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/basic/potentialFoam/pitzDaily/system/controlDict [new file with mode: 0644]
tutorials/basic/potentialFoam/pitzDaily/system/fvSchemes [new file with mode: 0644]
tutorials/basic/potentialFoam/pitzDaily/system/fvSolution [new file with mode: 0644]
tutorials/basic/scalarTransportFoam/pitzDaily/0/T [new file with mode: 0644]
tutorials/basic/scalarTransportFoam/pitzDaily/0/U [new file with mode: 0644]
tutorials/basic/scalarTransportFoam/pitzDaily/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/basic/scalarTransportFoam/pitzDaily/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/basic/scalarTransportFoam/pitzDaily/constant/transportProperties [new file with mode: 0644]
tutorials/basic/scalarTransportFoam/pitzDaily/system/controlDict [new file with mode: 0644]
tutorials/basic/scalarTransportFoam/pitzDaily/system/fvSchemes [new file with mode: 0644]
tutorials/basic/scalarTransportFoam/pitzDaily/system/fvSolution [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/0/Su [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/0/T [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/0/Tu [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/0/U [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/0/Xi [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/0/alphaSgs [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/0/b [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/0/k [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/0/muSgs [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/0/p [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/constant/LESProperties [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/constant/combustionProperties [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/constant/g [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/constant/turbulenceProperties [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/system/controlDict [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/system/fvSchemes [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/system/fvSolution [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily/system/setFieldsDict [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/0/Su [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/0/T [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/0/Tu [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/0/U [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/0/Xi [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/0/alphaSgs [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/0/b [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/0/k [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/0/muSgs [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/0/p [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/constant/LESProperties [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/constant/combustionProperties [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/constant/g [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/constant/turbulenceProperties [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/system/controlDict [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/system/fvSchemes [new file with mode: 0644]
tutorials/combustion/XiFoam/les/pitzDaily3D/system/fvSolution [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/Allclean [new file with mode: 0755]
tutorials/combustion/XiFoam/ras/Allrun [new file with mode: 0755]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/0/Su [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/0/T [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/0/Tu [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/0/U [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/0/Xi [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/0/alphat [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/0/b [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/0/epsilon [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/0/ft [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/0/fu [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/0/k [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/0/mut [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/0/p [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/constant/RASProperties [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/constant/combustionProperties [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/constant/g [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/constant/turbulenceProperties [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/system/controlDict [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/system/fvSchemes [new file with mode: 0644]
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/system/fvSolution [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/0/N2 [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/0/O2 [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/0/T [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/0/U [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/0/Ydefault [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/0/alphat [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/0/epsilon [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/0/ft [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/0/fu [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/0/k [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/0/mut [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/0/p [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/chemkin/chem.inp [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/chemkin/chem.inp.1 [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/chemkin/chem.inp.full [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/chemkin/chem.inp_15 [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/chemkin/therm.dat [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/constant/RASProperties [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/constant/chemistryProperties [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/constant/combustionProperties [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/constant/g [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/constant/injectorProperties [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/constant/sprayProperties [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/constant/turbulenceProperties [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/system/controlDict [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/system/fvSchemes [new file with mode: 0644]
tutorials/combustion/dieselFoam/aachenBomb/system/fvSolution [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/-180/Su.gz [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/-180/T.gz [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/-180/Tu.gz [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/-180/U.gz [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/-180/Xi.gz [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/-180/alphat [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/-180/b.gz [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/-180/epsilon [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/-180/ft.gz [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/-180/fu.gz [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/-180/k [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/-180/mut [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/-180/p.gz [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/Allclean [new file with mode: 0755]
tutorials/combustion/engineFoam/kivaTest/Allrun [new file with mode: 0755]
tutorials/combustion/engineFoam/kivaTest/constant/RASProperties [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/constant/combustionProperties [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/constant/engineGeometry [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/constant/g [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/constant/polyMesh/boundary.org [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/constant/turbulenceProperties [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/otape17 [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/system/controlDict [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/system/controlDict.1st [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/system/controlDict.2nd [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/system/fvSchemes [new file with mode: 0644]
tutorials/combustion/engineFoam/kivaTest/system/fvSolution [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/Allclean [new file with mode: 0755]
tutorials/compressible/rhoCentralFoam/Allrun [new file with mode: 0755]
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/0.org/T [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/0.org/U [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/0.org/p [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/0/T [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/0/U [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/0/p [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/README [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/controlDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/decomposeParDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/fvSolution [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/mapFieldsDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/sampleDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/0/T [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/0/U [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/0/p [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/README [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/constant/points.tmp [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/constant/pointsHeader [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/constant/wedgeScr [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/datToFoam/Make/files [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/datToFoam/Make/options [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/datToFoam/datToFoam.C [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/grid256.dat [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/sampleCone [new file with mode: 0755]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/system/controlDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/system/fvSolution [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/system/sampleDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/forwardStep/0/Ma [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/forwardStep/0/T [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/forwardStep/0/U [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/forwardStep/0/p [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/forwardStep/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/forwardStep/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/forwardStep/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/forwardStep/system/controlDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/forwardStep/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/forwardStep/system/fvSolution [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/obliqueShock/0/T [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/obliqueShock/0/U [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/obliqueShock/0/p [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/obliqueShock/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/obliqueShock/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/obliqueShock/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/obliqueShock/system/controlDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/obliqueShock/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/obliqueShock/system/fvSolution [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/shockTube/0.org/T [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/shockTube/0.org/U [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/shockTube/0.org/p [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/shockTube/0/T [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/shockTube/0/U [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/shockTube/0/p [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/shockTube/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/shockTube/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/shockTube/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/shockTube/system/controlDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/shockTube/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/shockTube/system/fvSolution [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/shockTube/system/sampleDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/shockTube/system/setFieldsDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/wedge15Ma5/0/T [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/wedge15Ma5/0/U [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/wedge15Ma5/0/p [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/wedge15Ma5/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/wedge15Ma5/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/wedge15Ma5/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/wedge15Ma5/system/controlDict [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/wedge15Ma5/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/rhoCentralFoam/wedge15Ma5/system/fvSolution [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/0/T [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/0/U [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/0/alphat [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/0/epsilon [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/0/k [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/0/mut [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/0/p [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/constant/RASProperties [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/constant/polyMesh/blockMeshDict.m4 [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/constant/porousZones [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/constant/turbulenceProperties [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/system/controlDict [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/rhoPimpleFoam/angledDuct/system/fvSolution [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/les/pitzDaily/0/B [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/les/pitzDaily/0/T [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/les/pitzDaily/0/U [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/les/pitzDaily/0/alphaSgs [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/les/pitzDaily/0/k [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/les/pitzDaily/0/muSgs [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/les/pitzDaily/0/muTilda [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/les/pitzDaily/0/p [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/les/pitzDaily/constant/LESProperties [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/les/pitzDaily/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/les/pitzDaily/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/les/pitzDaily/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/les/pitzDaily/constant/turbulenceProperties [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/les/pitzDaily/system/controlDict [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/les/pitzDaily/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/les/pitzDaily/system/fvSolution [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/0/R [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/0/T [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/0/U [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/0/alphat [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/0/epsilon [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/0/k [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/0/mut [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/0/omega [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/0/p [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/constant/RASProperties [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/constant/turbulenceProperties [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/system/controlDict [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/rhoPisoFoam/ras/cavity/system/fvSolution [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctExplicit/0 [new symlink]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctExplicit/constant [new symlink]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctExplicit/system/controlDict [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctExplicit/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctExplicit/system/fvSolution [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/T [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/U [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/alphat [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/epsilon [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/k [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/mut [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/p [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/constant/RASProperties [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/constant/polyMesh/blockMeshDict.m4 [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/constant/porousZones [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/system/controlDict [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/system/fvSolution [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/forwardStep/0/T [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/forwardStep/0/U [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/forwardStep/0/p [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/forwardStep/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/forwardStep/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/forwardStep/constant/thermodynamicProperties [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/forwardStep/system/controlDict [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/forwardStep/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/forwardStep/system/fvSolution [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/0.org/T [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/0.org/U [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/0.org/magU [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/0.org/p [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/0/T [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/0/U [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/0/magU [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/0/p [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/Allrun [new file with mode: 0755]
tutorials/compressible/rhoSonicFoam/shockTube/constant/initProperties [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/constant/thermodynamicProperties [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/system/controlDict [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/system/fvSolution [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/system/sampleDict [new file with mode: 0644]
tutorials/compressible/rhoSonicFoam/shockTube/system/setFieldsDict [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/shockTube/0.org/T [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/shockTube/0.org/U [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/shockTube/0.org/p [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/shockTube/0/T [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/shockTube/0/U [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/shockTube/0/p [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/shockTube/Allclean [new file with mode: 0755]
tutorials/compressible/rhopSonicFoam/shockTube/Allrun [new file with mode: 0755]
tutorials/compressible/rhopSonicFoam/shockTube/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/shockTube/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/shockTube/constant/thermodynamicProperties [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/shockTube/system/controlDict [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/shockTube/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/shockTube/system/fvSolution [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/shockTube/system/setFieldsDict [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/wedge15Ma5/0/T [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/wedge15Ma5/0/U [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/wedge15Ma5/0/p [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/wedge15Ma5/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/wedge15Ma5/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/wedge15Ma5/constant/thermodynamicProperties [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/wedge15Ma5/system/controlDict [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/wedge15Ma5/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/rhopSonicFoam/wedge15Ma5/system/fvSolution [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/forwardStep/0/T [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/forwardStep/0/U [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/forwardStep/0/p [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/forwardStep/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/forwardStep/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/forwardStep/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/forwardStep/constant/turbulenceProperties [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/forwardStep/system/controlDict [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/forwardStep/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/forwardStep/system/fvSolution [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/0.org/T [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/0.org/U [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/0.org/magU [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/0.org/p [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/0/T [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/0/U [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/0/magU [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/0/p [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/Allclean [new file with mode: 0755]
tutorials/compressible/sonicFoam/laminar/shockTube/Allrun [new file with mode: 0755]
tutorials/compressible/sonicFoam/laminar/shockTube/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/constant/turbulenceProperties [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/system/controlDict [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/system/fvSolution [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/system/sampleDict [new file with mode: 0644]
tutorials/compressible/sonicFoam/laminar/shockTube/system/setFieldsDict [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/0/T [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/0/U [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/0/epsilon [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/0/k [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/0/p [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/Allrun [new file with mode: 0755]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/Running_Notes [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/constant/RASProperties [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/constant/polyMesh/boundary.org [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/constant/turbulenceProperties [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/prostar/nacaAirfoil.bnd.gz [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/prostar/nacaAirfoil.cel.gz [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/prostar/nacaAirfoil.vrt.gz [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/system/controlDict [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/nacaAirfoil/system/fvSolution [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/prism/0/T [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/prism/0/U [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/prism/0/alphat [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/prism/0/epsilon [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/prism/0/k [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/prism/0/mut [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/prism/0/p [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/prism/constant/RASProperties [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/prism/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/prism/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/prism/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/prism/constant/turbulenceProperties [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/prism/system/controlDict [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/prism/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/sonicFoam/ras/prism/system/fvSolution [new file with mode: 0644]
tutorials/compressible/sonicLiquidFoam/Allclean [new file with mode: 0755]
tutorials/compressible/sonicLiquidFoam/Allrun [new file with mode: 0755]
tutorials/compressible/sonicLiquidFoam/decompressionTank/0/U [new file with mode: 0644]
tutorials/compressible/sonicLiquidFoam/decompressionTank/0/p [new file with mode: 0644]
tutorials/compressible/sonicLiquidFoam/decompressionTank/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/compressible/sonicLiquidFoam/decompressionTank/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/compressible/sonicLiquidFoam/decompressionTank/constant/thermodynamicProperties [new file with mode: 0644]
tutorials/compressible/sonicLiquidFoam/decompressionTank/constant/transportProperties [new file with mode: 0644]
tutorials/compressible/sonicLiquidFoam/decompressionTank/system/controlDict [new file with mode: 0644]
tutorials/compressible/sonicLiquidFoam/decompressionTank/system/fvSchemes [new file with mode: 0644]
tutorials/compressible/sonicLiquidFoam/decompressionTank/system/fvSolution [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/0/boundaryT [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/0/boundaryU [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/0/dsmcRhoN [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/0/fD [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/0/iDof [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/0/internalE [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/0/linearKE [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/0/momentum [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/0/q [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/0/rhoM [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/0/rhoN [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/0/uniform/lagrangian/dsmc/particleProperties [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/Allclean [new file with mode: 0755]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/Allrun [new file with mode: 0755]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/constant/dsmcProperties [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/system/controlDict [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/system/decomposeParDict [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/system/dsmcInitialiseDict [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/system/fvSchemes [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/system/fvSolution [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/0/boundaryT [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/0/boundaryU [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/0/dsmcRhoN [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/0/fD [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/0/iDof [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/0/internalE [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/0/interpolaterhoN [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/0/linearKE [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/0/momentum [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/0/q [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/0/rhoM [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/0/rhoN [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/0/uniform/lagrangian/dsmc/particleProperties [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/Allclean [new file with mode: 0755]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/Allrun [new file with mode: 0755]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/constant/dsmcProperties [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/system/controlDict [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/system/decomposeParDict [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/system/dsmcInitialiseDict [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/system/fvSchemes [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/system/fvSolution [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/0/boundaryT [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/0/boundaryU [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/0/dsmcRhoN [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/0/fD [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/0/iDof [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/0/internalE [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/0/linearKE [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/0/momentum [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/0/q [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/0/rhoM [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/0/rhoN [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/Allclean [new file with mode: 0755]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/Allrun [new file with mode: 0755]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/constant/dsmcProperties [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/system/controlDict [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/system/decomposeParDict [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/system/dsmcInitialiseDict [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/system/fvSchemes [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/supersonicCorner/system/fvSolution [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/boundaryT [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/boundaryU [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/dsmcRhoN [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/fD [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/iDof [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/internalE [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/linearKE [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/momentum [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/q [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/rhoM [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/rhoN [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/Allclean [new file with mode: 0755]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/Allrun [new file with mode: 0755]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/constant/dsmcProperties [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/system/controlDict [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/system/decomposeParDict [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/system/dsmcInitialiseDict [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/system/fvSchemes [new file with mode: 0644]
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/system/fvSolution [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/Allclean [new file with mode: 0755]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/Allrun [new file with mode: 0755]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/constant/moleculeProperties [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/controlDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/decomposeParDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/fvSchemes [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/fvSolution [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/mdEquilibrationDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/mdInitialiseDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/potentialDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/constant/moleculeProperties [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/controlDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/decomposeParDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/fvSchemes [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/fvSolution [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/mdEquilibrationDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/mdInitialiseDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/potentialDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/Allclean [new file with mode: 0755]
tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/Allrun [new file with mode: 0755]
tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/constant/moleculeProperties [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/controlDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/decomposeParDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/fvSchemes [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/fvSolution [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/mdEquilibrationDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/mdInitialiseDict [new file with mode: 0644]
tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/potentialDict [new file with mode: 0644]
tutorials/electromagnetics/electrostaticFoam/chargedWire/0/phi [new file with mode: 0644]
tutorials/electromagnetics/electrostaticFoam/chargedWire/0/rho [new file with mode: 0644]
tutorials/electromagnetics/electrostaticFoam/chargedWire/constant/physicalProperties [new file with mode: 0644]
tutorials/electromagnetics/electrostaticFoam/chargedWire/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/electromagnetics/electrostaticFoam/chargedWire/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/electromagnetics/electrostaticFoam/chargedWire/system/controlDict [new file with mode: 0644]
tutorials/electromagnetics/electrostaticFoam/chargedWire/system/fvSchemes [new file with mode: 0644]
tutorials/electromagnetics/electrostaticFoam/chargedWire/system/fvSolution [new file with mode: 0644]
tutorials/electromagnetics/mhdFoam/Allclean [new file with mode: 0755]
tutorials/electromagnetics/mhdFoam/Allrun [new file with mode: 0755]
tutorials/electromagnetics/mhdFoam/hartmann/0/B [new file with mode: 0644]
tutorials/electromagnetics/mhdFoam/hartmann/0/U [new file with mode: 0644]
tutorials/electromagnetics/mhdFoam/hartmann/0/Ux [new file with mode: 0644]
tutorials/electromagnetics/mhdFoam/hartmann/0/Uy [new file with mode: 0644]
tutorials/electromagnetics/mhdFoam/hartmann/0/Uz [new file with mode: 0644]
tutorials/electromagnetics/mhdFoam/hartmann/0/p [new file with mode: 0644]
tutorials/electromagnetics/mhdFoam/hartmann/0/pB [new file with mode: 0644]
tutorials/electromagnetics/mhdFoam/hartmann/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/electromagnetics/mhdFoam/hartmann/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/electromagnetics/mhdFoam/hartmann/constant/transportProperties [new file with mode: 0644]
tutorials/electromagnetics/mhdFoam/hartmann/system/controlDict [new file with mode: 0644]
tutorials/electromagnetics/mhdFoam/hartmann/system/fvSchemes [new file with mode: 0644]
tutorials/electromagnetics/mhdFoam/hartmann/system/fvSolution [new file with mode: 0644]
tutorials/electromagnetics/mhdFoam/hartmann/system/sampleDict [new file with mode: 0644]
tutorials/financial/financialFoam/europeanCall/0/V [new file with mode: 0644]
tutorials/financial/financialFoam/europeanCall/constant/financialProperties [new file with mode: 0644]
tutorials/financial/financialFoam/europeanCall/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/financial/financialFoam/europeanCall/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/financial/financialFoam/europeanCall/system/controlDict [new file with mode: 0644]
tutorials/financial/financialFoam/europeanCall/system/fvSchemes [new file with mode: 0644]
tutorials/financial/financialFoam/europeanCall/system/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/0/T [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/0/T.org [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/0/U [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/0/alphat [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/0/epsilon [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/0/k [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/0/nut [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/0/p [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/Allclean [new file with mode: 0755]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/Allrun [new file with mode: 0755]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/constant/RASProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/constant/g [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/constant/transportProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/system/controlDict [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/system/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/system/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/0/T [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/0/T.org [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/0/U [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/0/alphat [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/0/epsilon [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/0/k [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/0/nut [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/0/p [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/Allclean [new file with mode: 0755]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/Allrun [new file with mode: 0755]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/constant/RASProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/constant/g [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/constant/transportProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/system/controlDict [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/system/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/system/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/0/T [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/0/U [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/0/alphat [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/0/epsilon [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/0/k [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/0/nut [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/0/p [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/Allrun [new file with mode: 0755]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/RASProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/g [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/transportProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/triSurface/fridgeA.eMesh [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/controlDict [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/decomposeParDict [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/snappyHexMeshDict [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/0/T [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/0/T.org [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/0/U [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/0/alphat [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/0/epsilon [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/0/k [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/0/mut [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/0/p [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/Allclean [new file with mode: 0755]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/Allrun [new file with mode: 0755]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/constant/RASProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/constant/g [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/constant/turbulenceProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/setHotRoom/Make/files [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/setHotRoom/Make/options [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/setHotRoom/createFields.H [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/setHotRoom/setHotRoom.C [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/system/controlDict [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/system/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/buoyantPisoFoam/hotRoom/system/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/T [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/T.org [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/U [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/alphat [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/epsilon [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/k [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/mut [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/p [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/Allclean [new file with mode: 0755]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/Allrun [new file with mode: 0755]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/constant/RASProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/constant/g [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/system/controlDict [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/system/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/system/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/0/G [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/0/T [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/0/U [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/0/alphat [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/0/epsilon [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/0/k [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/0/mut [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/0/p [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/constant/RASProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/constant/g [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/constant/radiationProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/system/controlDict [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/system/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/system/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/0/G [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/0/IDefault [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/0/T [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/0/U [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/0/alphat [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/0/epsilon [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/0/k [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/0/mut [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/0/p [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/constant/RASProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/constant/g [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/constant/radiationProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/system/controlDict [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/system/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/system/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/0/K [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/0/T [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/0/U [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/0/cp [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/0/epsilon [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/0/k [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/0/p [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/0/rho [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/Allrun [new file with mode: 0755]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/bottomAir/RASProperties [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/bottomAir/g [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/bottomAir/thermophysicalProperties [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/bottomAir/turbulenceProperties [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/regionProperties [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/topAir/RASProperties [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/topAir/g [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/topAir/thermophysicalProperties [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/topAir/turbulenceProperties [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/makeCellSets.setSet [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/README [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/bottomAir/changeDictionaryDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/bottomAir/decomposeParDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/bottomAir/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/bottomAir/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/controlDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/decomposeParDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/changeDictionaryDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/decomposeParDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/changeDictionaryDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/decomposeParDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/changeDictionaryDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/decomposeParDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/topAir/changeDictionaryDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/topAir/decomposeParDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/topAir/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/topAir/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/0/K [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/0/T [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/0/U [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/0/alphat [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/0/cp [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/0/epsilon [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/0/k [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/0/p [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/0/rho [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allclean [new file with mode: 0755]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/Allrun [new file with mode: 0755]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/bottomAir/RASProperties [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/bottomAir/g [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/bottomAir/thermophysicalProperties [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/bottomAir/turbulenceProperties [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/regionProperties [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/RASProperties [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/g [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/thermophysicalProperties [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/turbulenceProperties [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/triSurface/bottomAir.stl [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/triSurface/heater.stl [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/triSurface/leftSolid.stl [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/triSurface/rightSolid.stl [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/triSurface/topAir.stl [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/makeCellSets.setSet [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/README [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/bottomAir/changeDictionaryDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/bottomAir/decomposeParDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/bottomAir/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/bottomAir/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/controlDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/decomposeParDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/heater/changeDictionaryDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/heater/decomposeParDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/heater/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/heater/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/leftSolid/changeDictionaryDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/leftSolid/decomposeParDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/leftSolid/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/leftSolid/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/rightSolid/changeDictionaryDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/rightSolid/decomposeParDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/rightSolid/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/rightSolid/fvSolution [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/snappyHexMeshDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/topAir/changeDictionaryDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/topAir/decomposeParDict [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/topAir/fvSchemes [new file with mode: 0644]
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/system/topAir/fvSolution [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/MRFSimpleFoam/MRFSimpleFoam.C [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/MRFSimpleFoam/Make/files [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/MRFSimpleFoam/Make/options [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/MRFSimpleFoam/createFields.H [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/0/U [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/0/epsilon [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/0/k [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/0/nut [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/0/p [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/Allrun [new file with mode: 0755]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/constant/MRFZones [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/constant/RASProperties [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/constant/dynamicMeshDict [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/constant/polyMesh/blockMeshDict.m4 [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/makeMesh [new file with mode: 0755]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/system/cellSetDict [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/system/controlDict [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/system/faceSetDict [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/system/faceSetDict_noBoundaryFaces [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/system/faceSetDict_rotorFaces [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryLaunderSharma/0/R [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryLaunderSharma/0/U [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryLaunderSharma/0/epsilon [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryLaunderSharma/0/k [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryLaunderSharma/0/nu.xy [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryLaunderSharma/0/nuTilda [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryLaunderSharma/constant/RASProperties [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryLaunderSharma/constant/gammaDot.xy [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryLaunderSharma/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryLaunderSharma/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryLaunderSharma/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryLaunderSharma/system/controlDict [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryLaunderSharma/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryLaunderSharma/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/0/R [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/0/U [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/0/epsilon [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/0/k [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/0/nu.xy [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/0/nuTilda [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/0/nut [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/constant/RASProperties [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/constant/gammaDot.xy [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/system/controlDict [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/0.org/B [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/0.org/U [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/0.org/k [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/0.org/nuSgs [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/0.org/nuTilda [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/0.org/p [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/0/B.gz [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/0/U.gz [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/0/k.gz [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/0/nuSgs.gz [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/0/nuTilda.gz [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/0/p.gz [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/Allrun [new file with mode: 0755]
tutorials/incompressible/channelFoam/channel395/constant/LESProperties [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/constant/postChannelDict [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/system/controlDict [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/channelFoam/channel395/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/icoFoam/Allclean [new file with mode: 0755]
tutorials/incompressible/icoFoam/Allrun [new file with mode: 0755]
tutorials/incompressible/icoFoam/cavity/0/U [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavity/0/p [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavity/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavity/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavity/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavity/system/controlDict [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavity/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavity/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityClipped/0/U [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityClipped/0/p [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityClipped/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityClipped/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityClipped/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityClipped/system/controlDict [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityClipped/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityClipped/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityClipped/system/mapFieldsDict [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityGrade/0/U [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityGrade/0/p [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityGrade/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityGrade/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityGrade/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityGrade/system/controlDict [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityGrade/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityGrade/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/icoFoam/cavityGrade/system/mapFieldsDict [new file with mode: 0644]
tutorials/incompressible/icoFoam/elbow/0/U [new file with mode: 0644]
tutorials/incompressible/icoFoam/elbow/0/p [new file with mode: 0644]
tutorials/incompressible/icoFoam/elbow/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/icoFoam/elbow/constant/polyMesh/boundary.org [new file with mode: 0644]
tutorials/incompressible/icoFoam/elbow/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/icoFoam/elbow/elbow.msh [new file with mode: 0644]
tutorials/incompressible/icoFoam/elbow/system/controlDict [new file with mode: 0644]
tutorials/incompressible/icoFoam/elbow/system/foamDataToFluentDict [new file with mode: 0644]
tutorials/incompressible/icoFoam/elbow/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/icoFoam/elbow/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/icoFoam/resetFixedWallsScr [new file with mode: 0644]
tutorials/incompressible/nonNewtonianIcoFoam/offsetCylinder/0/U [new file with mode: 0644]
tutorials/incompressible/nonNewtonianIcoFoam/offsetCylinder/0/p [new file with mode: 0644]
tutorials/incompressible/nonNewtonianIcoFoam/offsetCylinder/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/nonNewtonianIcoFoam/offsetCylinder/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/nonNewtonianIcoFoam/offsetCylinder/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/nonNewtonianIcoFoam/offsetCylinder/system/controlDict [new file with mode: 0644]
tutorials/incompressible/nonNewtonianIcoFoam/offsetCylinder/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/nonNewtonianIcoFoam/offsetCylinder/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/pimpleDyMFoam/movingCone/0/U [new file with mode: 0644]
tutorials/incompressible/pimpleDyMFoam/movingCone/0/cellMotionUx [new file with mode: 0644]
tutorials/incompressible/pimpleDyMFoam/movingCone/0/p [new file with mode: 0644]
tutorials/incompressible/pimpleDyMFoam/movingCone/0/pointMotionUx [new file with mode: 0644]
tutorials/incompressible/pimpleDyMFoam/movingCone/constant/dynamicMeshDict [new file with mode: 0644]
tutorials/incompressible/pimpleDyMFoam/movingCone/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/pimpleDyMFoam/movingCone/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/pimpleDyMFoam/movingCone/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/pimpleDyMFoam/movingCone/constant/turbulenceProperties [new file with mode: 0644]
tutorials/incompressible/pimpleDyMFoam/movingCone/system/controlDict [new file with mode: 0644]
tutorials/incompressible/pimpleDyMFoam/movingCone/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/pimpleDyMFoam/movingCone/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/pimpleDyMFoam/movingCone/system/tetFemSolution [new file with mode: 0644]
tutorials/incompressible/pimpleFoam/t-junction/0/U [new file with mode: 0644]
tutorials/incompressible/pimpleFoam/t-junction/0/epsilon [new file with mode: 0644]
tutorials/incompressible/pimpleFoam/t-junction/0/k [new file with mode: 0644]
tutorials/incompressible/pimpleFoam/t-junction/0/nuTilda [new file with mode: 0644]
tutorials/incompressible/pimpleFoam/t-junction/0/nut [new file with mode: 0644]
tutorials/incompressible/pimpleFoam/t-junction/0/p [new file with mode: 0644]
tutorials/incompressible/pimpleFoam/t-junction/README.txt [new file with mode: 0644]
tutorials/incompressible/pimpleFoam/t-junction/constant/RASProperties [new file with mode: 0644]
tutorials/incompressible/pimpleFoam/t-junction/constant/p0vsTime [new file with mode: 0644]
tutorials/incompressible/pimpleFoam/t-junction/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/pimpleFoam/t-junction/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/pimpleFoam/t-junction/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/pimpleFoam/t-junction/constant/turbulenceProperties [new file with mode: 0644]
tutorials/incompressible/pimpleFoam/t-junction/system/controlDict [new file with mode: 0644]
tutorials/incompressible/pimpleFoam/t-junction/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/pimpleFoam/t-junction/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDaily/0/B [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDaily/0/U [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDaily/0/k [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDaily/0/nuSgs [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDaily/0/nuTilda [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDaily/0/p [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDaily/constant/LESProperties [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDaily/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDaily/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDaily/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDaily/constant/turbulenceProperties [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDaily/system/controlDict [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDaily/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDaily/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/B [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/U [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/k [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/nuSgs [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/nuTilda [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/0/p [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/Allrun [new file with mode: 0755]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/constant/LESProperties [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/constant/turbulenceProperties [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/system/changeDictionaryDict [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/system/controlDict [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/system/decomposeParDict [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/pisoFoam/ras/cavity/0/R [new file with mode: 0644]
tutorials/incompressible/pisoFoam/ras/cavity/0/U [new file with mode: 0644]
tutorials/incompressible/pisoFoam/ras/cavity/0/epsilon [new file with mode: 0644]
tutorials/incompressible/pisoFoam/ras/cavity/0/k [new file with mode: 0644]
tutorials/incompressible/pisoFoam/ras/cavity/0/nuTilda [new file with mode: 0644]
tutorials/incompressible/pisoFoam/ras/cavity/0/nut [new file with mode: 0644]
tutorials/incompressible/pisoFoam/ras/cavity/0/p [new file with mode: 0644]
tutorials/incompressible/pisoFoam/ras/cavity/constant/RASProperties [new file with mode: 0644]
tutorials/incompressible/pisoFoam/ras/cavity/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/pisoFoam/ras/cavity/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/pisoFoam/ras/cavity/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/pisoFoam/ras/cavity/constant/turbulenceProperties [new file with mode: 0644]
tutorials/incompressible/pisoFoam/ras/cavity/system/controlDict [new file with mode: 0644]
tutorials/incompressible/pisoFoam/ras/cavity/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/pisoFoam/ras/cavity/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/shallowWaterFoam/squareBump/.gmtcommands4 [new file with mode: 0644]
tutorials/incompressible/shallowWaterFoam/squareBump/0/U [new file with mode: 0644]
tutorials/incompressible/shallowWaterFoam/squareBump/0/h [new file with mode: 0644]
tutorials/incompressible/shallowWaterFoam/squareBump/0/hTotal [new file with mode: 0644]
tutorials/incompressible/shallowWaterFoam/squareBump/constant/gravitationalProperties [new file with mode: 0644]
tutorials/incompressible/shallowWaterFoam/squareBump/constant/h0 [new file with mode: 0644]
tutorials/incompressible/shallowWaterFoam/squareBump/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/shallowWaterFoam/squareBump/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/shallowWaterFoam/squareBump/system/controlDict [new file with mode: 0644]
tutorials/incompressible/shallowWaterFoam/squareBump/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/shallowWaterFoam/squareBump/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/shallowWaterFoam/squareBump/system/setFieldsDict [new file with mode: 0644]
tutorials/incompressible/simpleFoam/airFoil2D/0/U [new file with mode: 0644]
tutorials/incompressible/simpleFoam/airFoil2D/0/nuTilda [new file with mode: 0644]
tutorials/incompressible/simpleFoam/airFoil2D/0/nut [new file with mode: 0644]
tutorials/incompressible/simpleFoam/airFoil2D/0/p [new file with mode: 0644]
tutorials/incompressible/simpleFoam/airFoil2D/Allclean [new file with mode: 0755]
tutorials/incompressible/simpleFoam/airFoil2D/Allrun [new file with mode: 0755]
tutorials/incompressible/simpleFoam/airFoil2D/constant/RASProperties [new file with mode: 0644]
tutorials/incompressible/simpleFoam/airFoil2D/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/simpleFoam/airFoil2D/constant/polyMesh/cells [new file with mode: 0644]
tutorials/incompressible/simpleFoam/airFoil2D/constant/polyMesh/faces [new file with mode: 0644]
tutorials/incompressible/simpleFoam/airFoil2D/constant/polyMesh/neighbour [new file with mode: 0644]
tutorials/incompressible/simpleFoam/airFoil2D/constant/polyMesh/owner [new file with mode: 0644]
tutorials/incompressible/simpleFoam/airFoil2D/constant/polyMesh/points [new file with mode: 0644]
tutorials/incompressible/simpleFoam/airFoil2D/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/simpleFoam/airFoil2D/constant/turbulenceProperties [new file with mode: 0644]
tutorials/incompressible/simpleFoam/airFoil2D/system/controlDict [new file with mode: 0644]
tutorials/incompressible/simpleFoam/airFoil2D/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/simpleFoam/airFoil2D/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/0/U [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/0/fixedInlet [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/0/frontBackUpperPatches [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/0/initialConditions [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/0/k [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/0/nut [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/0/omega [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/0/p [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/0/turbulentBoundaryField [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/Allrun [new file with mode: 0755]
tutorials/incompressible/simpleFoam/motorBike/constant/RASProperties [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/constant/triSurface/motorBike.stl [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/constant/turbulenceProperties [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/system/controlDict [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/system/decomposeParDict [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/simpleFoam/motorBike/system/snappyHexMeshDict [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDaily/0/R [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDaily/0/U [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDaily/0/epsilon [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDaily/0/k [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDaily/0/nuTilda [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDaily/0/nut [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDaily/0/p [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDaily/constant/RASProperties [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDaily/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDaily/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDaily/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDaily/system/controlDict [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDaily/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDaily/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/0/R [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/0/U [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/0/epsilon [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/0/k [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/0/nuTilda [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/0/nut [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/0/p [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/constant/RASProperties [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/constant/boundaryData/inlet/0/U [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/constant/boundaryData/inlet/0/epsilon [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/constant/boundaryData/inlet/0/k [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/constant/boundaryData/inlet/points [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/controlDict [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/decomposeParDict [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/mixer/0/Urel [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/mixer/0/epsilon [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/mixer/0/k [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/mixer/0/nut [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/mixer/0/omega [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/mixer/0/p [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/mixer/constant/RASProperties [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/mixer/constant/SRFProperties [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/mixer/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/mixer/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/mixer/constant/transportProperties [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/mixer/system/controlDict [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/mixer/system/fvSchemes [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/mixer/system/fvSolution [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/Make/files [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/Make/options [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/UrelEqn.H [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/convergenceCheck.H [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/createFields.H [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/initConvergenceCheck.H [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/pEqn.H [new file with mode: 0644]
tutorials/incompressible/simpleSRFFoam/simpleSRFFoam/simpleSRFFoam.C [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/0/CH4 [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/0/CO [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/0/CO2 [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/0/G [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/0/H2 [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/0/H2O [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/0/N2 [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/0/O2 [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/0/T [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/0/U [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/0/alphat [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/0/epsilon [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/0/k [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/0/mut [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/0/p [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/0/p.org [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/chemkin/chem.inp [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/chemkin/foam.dat [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/chemkin/foam.inp [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/chemkin/therm.dat [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/RASProperties [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/chemistryProperties [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/coalCloud1Positions [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/coalCloud1Properties [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/enthalpySourceProperties [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/g [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/limestoneCloud1Properties [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/limestonePositions [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/radiationProperties [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/turbulenceProperties [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/system/controlDict [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/system/decomposeParDict [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/system/fvSchemes [new file with mode: 0644]
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/system/fvSolution [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0.org/G [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0.org/H2O [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0.org/N2 [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0.org/O2 [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0.org/T [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0.org/U [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0.org/alphat [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0.org/epsilon [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0.org/k [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0.org/mut [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0.org/p [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0/G [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0/H2O [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0/N2 [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0/O2 [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0/T [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0/U [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0/alphat [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0/epsilon [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0/k [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0/mut [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/0/p [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/Allclean [new file with mode: 0755]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/Allrun [new file with mode: 0755]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/RASProperties [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/chemistryProperties [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/g [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/parcelInjectionProperties [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/particleTrackProperties [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/pointMassSourcesProperties [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/porousZones [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/radiationProperties [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/reactingCloud1Positions [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/reactingCloud1Properties [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/reactions [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/thermo.incompressiblePoly [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/turbulenceProperties [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/system/cellSetDict [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/system/controlDict [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/system/decomposeParDict [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/system/fvSchemes [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/system/fvSolution [new file with mode: 0644]
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/system/sets.setSet [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/0/G [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/0/H2O [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/0/N2 [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/0/O2 [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/0/T [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/0/U [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/0/p [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/chemkin/chem.inp [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/chemkin/foam.dat [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/chemkin/foam.inp [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/chemkin/therm.dat [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/constant/chemistryProperties [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/constant/g [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/constant/radiationProperties [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/constant/reactingCloud1Positions [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/constant/reactingCloud1Properties [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/constant/turbulenceProperties [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/system/controlDict [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/system/decomposeParDict [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/system/fvSchemes [new file with mode: 0644]
tutorials/lagrangian/reactingParcelFoam/evaporationTest/system/fvSolution [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/rhoPisoTwinParcelFoam/Make/files [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/rhoPisoTwinParcelFoam/Make/options [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/rhoPisoTwinParcelFoam/UEqn.H [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/rhoPisoTwinParcelFoam/createClouds.H [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/rhoPisoTwinParcelFoam/createFields.H [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/rhoPisoTwinParcelFoam/hEqn.H [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/rhoPisoTwinParcelFoam/pEqn.H [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/rhoPisoTwinParcelFoam/rhoPisoTwinParcelFoam.C [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/0/G [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/0/T [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/0/U [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/0/alphat [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/0/epsilon [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/0/k [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/0/mut [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/0/p [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/constant/RASProperties [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/constant/g [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/constant/kinematicCloud1Positions [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/constant/kinematicCloud1Properties [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/constant/thermoCloud1Positions [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/constant/thermoCloud1Properties [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/constant/thermophysicalProperties [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/constant/turbulenceProperties [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/system/controlDict [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/system/decomposeParDict [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/system/fvSchemes [new file with mode: 0644]
tutorials/lagrangian/rhoPisoTwinParcelFoam/simplifiedSiwek/system/fvSolution [new file with mode: 0644]
tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/0/pointDisplacement [new file with mode: 0644]
tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/constant/dynamicMeshDict [new file with mode: 0644]
tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/constant/transportProperties [new file with mode: 0644]
tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/constant/triSurface/ACROSSCYN.JPG [new file with mode: 0644]
tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/constant/triSurface/AcrossCyn.XYZ [new file with mode: 0644]
tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/constant/triSurface/AcrossRiver.stl.gz [new file with mode: 0644]
tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/system/controlDict [new file with mode: 0644]
tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/system/decomposeParDict [new file with mode: 0644]
tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/system/fvSchemes [new file with mode: 0644]
tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/system/fvSolution [new file with mode: 0644]
tutorials/mesh/snappyHexMesh/Allrun [new file with mode: 0755]
tutorials/mesh/snappyHexMesh/iglooWithFridges [new symlink]
tutorials/mesh/snappyHexMesh/motorBike [new symlink]
tutorials/mesh/snappyHexMesh/snappyMultiRegionHeater [new symlink]
tutorials/multiphase/bubbleFoam/bubbleColumn/0.org/Ua [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/0.org/Ub [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/0.org/alpha [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/0.org/epsilon [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/0.org/k [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/0.org/p [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/0/Ua [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/0/Ub [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/0/alpha [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/0/epsilon [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/0/k [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/0/p [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/constant/RASProperties [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/constant/g [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/system/controlDict [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/bubbleFoam/bubbleColumn/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/Allclean [new file with mode: 0755]
tutorials/multiphase/cavitatingFoam/les/Allrun [new file with mode: 0755]
tutorials/multiphase/cavitatingFoam/les/throttle/0/U [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/0/gamma [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/0/k [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/0/nuSgs [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/0/p [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/0/rho [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/constant/LESProperties [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/constant/thermodynamicProperties [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/system/cellSetDict.1 [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/system/cellSetDict.2 [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/system/cellSetDict.3 [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/system/controlDict [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle/system/refineMeshDict [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/0.org/U [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/0.org/gamma [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/0.org/k [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/0.org/nuSgs [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/0.org/p [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/0.org/rho [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/0/U [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/0/gamma [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/0/k [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/0/nuSgs [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/0/p [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/0/rho [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/constant/LESProperties [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/constant/thermodynamicProperties [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/system/cellSetDict.1 [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/system/cellSetDict.2 [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/system/cellSetDict.3 [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/system/controlDict [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/system/decomposeParDict [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/system/mapFieldsDict [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/les/throttle3D/system/refineMeshDict [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/0/U [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/0/gamma [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/0/k [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/0/nut [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/0/omega [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/0/p [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/0/rho [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/Allclean [new file with mode: 0755]
tutorials/multiphase/cavitatingFoam/ras/throttle/Allrun [new file with mode: 0755]
tutorials/multiphase/cavitatingFoam/ras/throttle/constant/RASProperties [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/constant/thermodynamicProperties [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/system/cellSetDict.1 [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/system/cellSetDict.2 [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/system/cellSetDict.3 [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/system/controlDict [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/cavitatingFoam/ras/throttle/system/refineMeshDict [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge2D/0/U [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge2D/0/alpha1.gz [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge2D/0/alpha1.org [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge2D/0/p.gz [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge2D/0/p.org [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge2D/Allrun [new file with mode: 0755]
tutorials/multiphase/compressibleInterFoam/les/depthCharge2D/constant/LESProperties [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge2D/constant/g [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge2D/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge2D/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge2D/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge2D/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge2D/system/controlDict [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge2D/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge2D/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge2D/system/setFieldsDict [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/0/U [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/0/alpha1.org [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/0/p.org [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/Allclean [new file with mode: 0755]
tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/Allrun [new file with mode: 0755]
tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/constant/LESProperties [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/constant/g [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/system/controlDict [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/system/decomposeParDict [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/compressibleInterFoam/les/depthCharge3D/system/setFieldsDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/0-orig/U [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/0-orig/alpha1 [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/0-orig/alpha1.org [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/0-orig/p [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/0/U [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/0/alpha1 [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/0/alpha1.org [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/0/p [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/Allrun [new file with mode: 0755]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/RASProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/dynamicMeshDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/g [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/createObstacle.setSet [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/system/controlDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/system/decomposeParDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/system/setFieldsDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/0/U [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/0/alpha1.org [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/0/p [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/Allclean [new file with mode: 0755]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/Allrun [new file with mode: 0755]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/constant/RASProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/constant/dynamicMeshDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/constant/g [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/constant/polyMesh/blockMeshDict.m4 [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/controlDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/decomposeParDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/setFieldsDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/0/U [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/0/alpha1.org [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/0/p [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/Allclean [new file with mode: 0755]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/Allrun [new file with mode: 0755]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/constant/RASProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/constant/dynamicMeshDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/constant/g [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/constant/polyMesh/blockMeshDict.m4 [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/controlDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/decomposeParDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/setFieldsDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/0/U [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/0/alpha1.org [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/0/p [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/Allclean [new file with mode: 0755]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/Allrun [new file with mode: 0755]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/constant/RASProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/constant/dynamicMeshDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/constant/g [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/constant/polyMesh/blockMeshDict.m4 [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/controlDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/decomposeParDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/setFieldsDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/0/U [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/0/alpha1.org [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/0/p [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/Allclean [new file with mode: 0755]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/Allrun [new file with mode: 0755]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/constant/RASProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/constant/dynamicMeshDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/constant/g [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/constant/polyMesh/blockMeshDict.m4 [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/controlDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/decomposeParDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/setFieldsDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/0/U [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/0/alpha1.org [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/0/p [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/Allclean [new file with mode: 0755]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/Allrun [new file with mode: 0755]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/constant/6DoF.dat [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/constant/RASProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/constant/dynamicMeshDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/constant/g [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/constant/polyMesh/blockMeshDict.m4 [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/gen6DoF/Make/files [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/gen6DoF/Make/options [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/gen6DoF/gen6DoF.C [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/controlDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/decomposeParDict [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/setFieldsDict [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/MRFInterFoam/MRFInterFoam.C [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/MRFInterFoam/Make/files [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/MRFInterFoam/Make/options [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/MRFInterFoam/UEqn.H [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/MRFInterFoam/createMRFZones.H [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/MRFInterFoam/pEqn.H [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/0/U [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/0/alpha1 [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/0/alpha1.org [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/0/p [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/Allrun [new file with mode: 0755]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/constant/MRFZones [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/constant/g [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/constant/polyMesh/blockMeshDict.m4 [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/makeMesh [new file with mode: 0755]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/system/cellSetDict [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/system/controlDict [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/system/faceSetDict [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/system/faceSetDict_noBoundaryFaces [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/system/faceSetDict_rotorFaces [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/interFoam/MRFInterFoam/mixerVessel2D/system/setFieldsDict [new file with mode: 0644]
tutorials/multiphase/interFoam/laminar/Allclean [new file with mode: 0755]
tutorials/multiphase/interFoam/laminar/Allrun [new file with mode: 0755]
tutorials/multiphase/interFoam/laminar/damBreak/0/U [new file with mode: 0644]
tutorials/multiphase/interFoam/laminar/damBreak/0/alpha1 [new file with mode: 0644]
tutorials/multiphase/interFoam/laminar/damBreak/0/alpha1.org [new file with mode: 0644]
tutorials/multiphase/interFoam/laminar/damBreak/0/p [new file with mode: 0644]
tutorials/multiphase/interFoam/laminar/damBreak/constant/dynamicMeshDict [new file with mode: 0644]
tutorials/multiphase/interFoam/laminar/damBreak/constant/g [new file with mode: 0644]
tutorials/multiphase/interFoam/laminar/damBreak/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/interFoam/laminar/damBreak/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/interFoam/laminar/damBreak/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/interFoam/laminar/damBreak/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/interFoam/laminar/damBreak/system/controlDict [new file with mode: 0644]
tutorials/multiphase/interFoam/laminar/damBreak/system/decomposeParDict [new file with mode: 0644]
tutorials/multiphase/interFoam/laminar/damBreak/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/interFoam/laminar/damBreak/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/interFoam/laminar/damBreak/system/setFieldsDict [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/0/B [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/0/U [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/0/alpha1 [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/0/data/Ubulk [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/0/data/ptrace [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/0/k [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/0/nuSgs [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/0/nuTilda [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/0/p [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/Allclean [new file with mode: 0755]
tutorials/multiphase/interFoam/les/nozzleFlow2D/Allrun [new file with mode: 0755]
tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/LESProperties [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/g [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/polyMesh/boundary.org [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/system/cellSetDict [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/system/cellSetDict.1 [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/system/cellSetDict.2 [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/system/controlDict [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/interFoam/les/nozzleFlow2D/system/refineMeshDict [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/Allclean [new file with mode: 0755]
tutorials/multiphase/interFoam/ras/Allrun [new file with mode: 0755]
tutorials/multiphase/interFoam/ras/damBreak/0/R [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/0/U [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/0/alpha1 [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/0/alpha1.org [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/0/epsilon [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/0/k [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/0/mut [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/0/nuTilda [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/0/nut [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/0/p [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/Allrun [new file with mode: 0755]
tutorials/multiphase/interFoam/ras/damBreak/constant/RASProperties [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/constant/g [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/system/controlDict [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/system/decomposeParDict [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/interFoam/ras/damBreak/system/setFieldsDict [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/0/U [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/0/alphaair [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/0/alphamercury [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/0/alphaoil [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/0/alphas [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/0/alphawater [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/0/p [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/constant/g [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/constant/motionProperties [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/system/controlDict [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/system/decomposeParDict [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phase/system/setFieldsDict [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/0/U [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/0/alphaair [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/0/alphamercury [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/0/alphaoil [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/0/alphas [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/0/alphawater [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/0/p [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/constant/g [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/constant/motionProperties [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/controlDict [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/decomposeParDict [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/multiphaseInterFoam/laminar/damBreak4phaseFine/system/setFieldsDict [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/dahl/0/U [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/dahl/0/alpha [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/dahl/0/epsilon [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/dahl/0/k [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/dahl/0/p [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/dahl/constant/RASProperties [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/dahl/constant/g [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/dahl/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/dahl/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/dahl/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/dahl/system/controlDict [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/dahl/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/dahl/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/0/U [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/0/alpha [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/0/epsilon [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/0/k [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/0/p [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/Allclean [new file with mode: 0755]
tutorials/multiphase/settlingFoam/ras/tank3D/Allrun [new file with mode: 0755]
tutorials/multiphase/settlingFoam/ras/tank3D/constant/RASProperties [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/constant/g [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/constant/polyMesh/cells.gz [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/constant/polyMesh/faces.gz [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/constant/polyMesh/neighbour.gz [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/constant/polyMesh/owner.gz [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/constant/polyMesh/points.gz [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/system/controlDict [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/settlingFoam/ras/tank3D/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/0/Theta [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/0/Ua [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/0/Ub [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/0/alpha [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/0/epsilon [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/0/k [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/0/p [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/constant/RASProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/constant/filterProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/constant/g [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/constant/interfacialProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/constant/kineticTheoryProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/constant/ppProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/system/controlDict [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/0/Theta [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/0/Ua [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/0/Ub [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/0/alpha [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/0/epsilon [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/0/k [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/0/p [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/constant/RASProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/constant/filterProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/constant/g [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/constant/interfacialProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/constant/kineticTheoryProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/constant/ppProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/system/controlDict [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bed2/system/setFieldsDict [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/Theta [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/Ua [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/Ub [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/alpha [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/epsilon [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/k [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/0/p [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/constant/RASProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/constant/g [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/constant/interfacialProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/constant/kineticTheoryProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/constant/ppProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/system/controlDict [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/twoPhaseEulerFoam/bubbleColumn/system/fvSolution [new file with mode: 0644]
tutorials/stressAnalysis/solidDisplacementFoam/plateHole/0/D [new file with mode: 0644]
tutorials/stressAnalysis/solidDisplacementFoam/plateHole/0/T [new file with mode: 0644]
tutorials/stressAnalysis/solidDisplacementFoam/plateHole/constant/mechanicalProperties [new file with mode: 0644]
tutorials/stressAnalysis/solidDisplacementFoam/plateHole/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/stressAnalysis/solidDisplacementFoam/plateHole/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/stressAnalysis/solidDisplacementFoam/plateHole/constant/thermalProperties [new file with mode: 0644]
tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/controlDict [new file with mode: 0644]
tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/fvSchemes [new file with mode: 0644]
tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/fvSolution [new file with mode: 0644]
tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/sampleDict [new file with mode: 0644]
tutorials/stressAnalysis/solidDisplacementFoam/plateHole/system/sampleSurfaceDict [new file with mode: 0644]
tutorials/stressAnalysis/solidEquilibriumDisplacementFoam/beamEndLoad/0/D [new file with mode: 0644]
tutorials/stressAnalysis/solidEquilibriumDisplacementFoam/beamEndLoad/0/p [new file with mode: 0644]
tutorials/stressAnalysis/solidEquilibriumDisplacementFoam/beamEndLoad/constant/mechanicalProperties [new file with mode: 0644]
tutorials/stressAnalysis/solidEquilibriumDisplacementFoam/beamEndLoad/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/stressAnalysis/solidEquilibriumDisplacementFoam/beamEndLoad/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/stressAnalysis/solidEquilibriumDisplacementFoam/beamEndLoad/constant/thermalProperties [new file with mode: 0644]
tutorials/stressAnalysis/solidEquilibriumDisplacementFoam/beamEndLoad/system/controlDict [new file with mode: 0644]
tutorials/stressAnalysis/solidEquilibriumDisplacementFoam/beamEndLoad/system/controlDict.org [new file with mode: 0644]
tutorials/stressAnalysis/solidEquilibriumDisplacementFoam/beamEndLoad/system/fvSchemes [new file with mode: 0644]
tutorials/stressAnalysis/solidEquilibriumDisplacementFoam/beamEndLoad/system/fvSolution [new file with mode: 0644]
wmake/Makefile [new file with mode: 0644]
wmake/MakefileApps [new file with mode: 0644]
wmake/MakefileFiles [new file with mode: 0644]
wmake/MakefileOptions [new file with mode: 0644]
wmake/makeWmake [new file with mode: 0755]
wmake/rules/General/CGAL [new file with mode: 0644]
wmake/rules/General/bison [new file with mode: 0644]
wmake/rules/General/btyacc [new file with mode: 0644]
wmake/rules/General/btyacc++ [new file with mode: 0644]
wmake/rules/General/byacc [new file with mode: 0644]
wmake/rules/General/flex [new file with mode: 0644]
wmake/rules/General/flex++ [new file with mode: 0644]
wmake/rules/General/flex++.test [new file with mode: 0644]
wmake/rules/General/general [new file with mode: 0644]
wmake/rules/General/moc [new file with mode: 0644]
wmake/rules/General/mplibMPICH [new file with mode: 0644]
wmake/rules/General/mplibOPENMPI [new file with mode: 0644]
wmake/rules/General/sourceToDep [new file with mode: 0644]
wmake/rules/General/standard [new file with mode: 0644]
wmake/rules/General/version [new file with mode: 0644]
wmake/rules/General/yacc [new file with mode: 0644]
wmake/scripts/addCompile [new file with mode: 0755]
wmake/scripts/makeFiles [new file with mode: 0755]
wmake/scripts/makeOptions [new file with mode: 0755]
wmake/scripts/mkObjectDir [new file with mode: 0755]
wmake/src/Makefile [new file with mode: 0644]
wmake/src/dirToString.c [new file with mode: 0644]
wmake/src/wmkdep.l [new file with mode: 0644]
wmake/wclean [new file with mode: 0755]
wmake/wcleanAll [new file with mode: 0755]
wmake/wcleanLnIncludeAll [new file with mode: 0755]
wmake/wcleanMachine [new file with mode: 0755]
wmake/wmake [new file with mode: 0755]
wmake/wmakeDerivedFiles [new file with mode: 0755]
wmake/wmakeFilesAndOptions [new file with mode: 0755]
wmake/wmakeLnInclude [new file with mode: 0755]
wmake/wmakeLnIncludeAll [new file with mode: 0755]
wmake/wmakePrintBuild [new file with mode: 0755]
wmake/wmakeScheduler [new file with mode: 0755]
wmake/wmkdir [new file with mode: 0755]