mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
files: taking out the compilation of pressureJumpDirec.... fo.
radiationProperties: general model organization fvOptions: taking out the use of pressureJumpDirec.... from tutorial
This commit is contained in:
@ -33,8 +33,8 @@ $(derivedSources)/solidificationMeltingSource/solidificationMeltingSource.C
|
|||||||
$(derivedSources)/solidificationMeltingSource/solidificationMeltingSourceIO.C
|
$(derivedSources)/solidificationMeltingSource/solidificationMeltingSourceIO.C
|
||||||
$(derivedSources)/tabulatedAccelerationSource/tabulatedAccelerationSource.C
|
$(derivedSources)/tabulatedAccelerationSource/tabulatedAccelerationSource.C
|
||||||
$(derivedSources)/tabulatedAccelerationSource/tabulated6DoFAcceleration/tabulated6DoFAcceleration.C
|
$(derivedSources)/tabulatedAccelerationSource/tabulated6DoFAcceleration/tabulated6DoFAcceleration.C
|
||||||
$(derivedSources)/directionalPressureGradientExplicitSource/directionalPressureGradientExplicitSource.C
|
//$(derivedSources)/directionalPressureGradientExplicitSource/directionalPressureGradientExplicitSource.C
|
||||||
$(derivedSources)/directionalPressureGradientExplicitSource/directionalPressureGradientExplicitSourceIO.C
|
//$(derivedSources)/directionalPressureGradientExplicitSource/directionalPressureGradientExplicitSourceIO.C
|
||||||
$(derivedSources)/buoyancyForce/buoyancyForce.C
|
$(derivedSources)/buoyancyForce/buoyancyForce.C
|
||||||
$(derivedSources)/buoyancyForce/buoyancyForceIO.C
|
$(derivedSources)/buoyancyForce/buoyancyForceIO.C
|
||||||
$(derivedSources)/buoyancyEnergy/buoyancyEnergy.C
|
$(derivedSources)/buoyancyEnergy/buoyancyEnergy.C
|
||||||
|
|||||||
@ -21,16 +21,16 @@ radiationModel solarLoad;
|
|||||||
|
|
||||||
solarLoadCoeffs
|
solarLoadCoeffs
|
||||||
{
|
{
|
||||||
|
// Calculate reflected/secondary heat fluxes
|
||||||
useVFbeamToDiffuse true;
|
useVFbeamToDiffuse true;
|
||||||
|
|
||||||
|
// Sun direction ray model. Give the sunDirection or calculated using the
|
||||||
|
// (solar calculator)
|
||||||
sunDirectionModel sunDirTraking;//sunDirConstant;
|
sunDirectionModel sunDirTraking;//sunDirConstant;
|
||||||
|
|
||||||
// Time interval to update Sun position (sec)
|
// Time interval to update Sun position (sec)
|
||||||
sunTrackingUpdateInterval 800;
|
sunTrackingUpdateInterval 800;
|
||||||
|
|
||||||
// Sun ray direction. Give the sunDirection or calculated using the
|
|
||||||
// solar calculator
|
|
||||||
|
|
||||||
//sunDirection (-1 1 -1);
|
//sunDirection (-1 1 -1);
|
||||||
|
|
||||||
localStandardMeridian 9; // GMT offset (hours)
|
localStandardMeridian 9; // GMT offset (hours)
|
||||||
@ -47,12 +47,13 @@ solarLoadCoeffs
|
|||||||
spectralDistribution (1 1);
|
spectralDistribution (1 1);
|
||||||
|
|
||||||
// Solar model:
|
// Solar model:
|
||||||
|
|
||||||
// sunLoadConstant-sunLoadFairWeatherConditions-SunLoadTheoreticalMaximum;
|
// sunLoadConstant-sunLoadFairWeatherConditions-SunLoadTheoreticalMaximum;
|
||||||
sunLoadModel sunLoadFairWeatherConditions;
|
sunLoadModel sunLoadFairWeatherConditions;
|
||||||
|
|
||||||
// Sun load constant model
|
// Sun load constant model
|
||||||
directSolarRad 500;
|
directSolarRad 500; // [w/m2]
|
||||||
diffuseSolarRad 40;
|
diffuseSolarRad 40; // [w/m2]
|
||||||
|
|
||||||
// Fair Weather Conditions Model Constants.
|
// Fair Weather Conditions Model Constants.
|
||||||
// Calculate beta from the Solar calculator or input
|
// Calculate beta from the Solar calculator or input
|
||||||
|
|||||||
@ -14,7 +14,7 @@ FoamFile
|
|||||||
object fvOptions;
|
object fvOptions;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
/*
|
||||||
airDeflection
|
airDeflection
|
||||||
{
|
{
|
||||||
type directionalPressureGradientExplicitSource;
|
type directionalPressureGradientExplicitSource;
|
||||||
@ -47,5 +47,5 @@ airDeflection
|
|||||||
fileName "volFlowRateTable";
|
fileName "volFlowRateTable";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user