mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Tutorial updates
This commit is contained in:
@ -42,6 +42,7 @@ constantAbsorptionEmissionCoeffs
|
||||
absorptivity absorptivity [ m^-1 ] 0.01;
|
||||
emissivity emissivity [ m^-1 ] 0.01;
|
||||
E E [ kg m^-1 s^-3 ] 0;
|
||||
}
|
||||
|
||||
greyMeanAbsorptionEmissionCoeffs
|
||||
{
|
||||
|
||||
@ -49,13 +49,6 @@ adjustTimeStep no;
|
||||
|
||||
functions
|
||||
{
|
||||
dsmcFields1
|
||||
{
|
||||
type dsmcFields;
|
||||
functionObjectLibs ( "libutilityFunctionObjects.so" );
|
||||
enabled true;
|
||||
outputControl outputTime;
|
||||
}
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
@ -121,6 +114,13 @@ functions
|
||||
}
|
||||
);
|
||||
}
|
||||
dsmcFields1
|
||||
{
|
||||
type dsmcFields;
|
||||
functionObjectLibs ( "libutilityFunctionObjects.so" );
|
||||
enabled true;
|
||||
outputControl outputTime;
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -49,13 +49,6 @@ adjustTimeStep no;
|
||||
|
||||
functions
|
||||
{
|
||||
dsmcFields1
|
||||
{
|
||||
type dsmcFields;
|
||||
functionObjectLibs ( "libutilityFunctionObjects.so" );
|
||||
enabled true;
|
||||
outputControl outputTime;
|
||||
}
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
@ -121,6 +114,13 @@ functions
|
||||
}
|
||||
);
|
||||
}
|
||||
dsmcFields1
|
||||
{
|
||||
type dsmcFields;
|
||||
functionObjectLibs ( "libutilityFunctionObjects.so" );
|
||||
enabled true;
|
||||
outputControl outputTime;
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -49,13 +49,6 @@ adjustTimeStep no;
|
||||
|
||||
functions
|
||||
{
|
||||
dsmcFields1
|
||||
{
|
||||
type dsmcFields;
|
||||
functionObjectLibs ( "libutilityFunctionObjects.so" );
|
||||
enabled true;
|
||||
outputControl outputTime;
|
||||
}
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
@ -121,6 +114,13 @@ functions
|
||||
}
|
||||
);
|
||||
}
|
||||
dsmcFields1
|
||||
{
|
||||
type dsmcFields;
|
||||
functionObjectLibs ( "libutilityFunctionObjects.so" );
|
||||
enabled true;
|
||||
outputControl outputTime;
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -49,14 +49,6 @@ adjustTimeStep no;
|
||||
|
||||
functions
|
||||
{
|
||||
dsmcFields1
|
||||
{
|
||||
type dsmcFields;
|
||||
functionObjectLibs ( "libutilityFunctionObjects.so" );
|
||||
enabled true;
|
||||
outputControl outputTime;
|
||||
}
|
||||
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
@ -123,6 +115,14 @@ functions
|
||||
);
|
||||
}
|
||||
|
||||
dsmcFields1
|
||||
{
|
||||
type dsmcFields;
|
||||
functionObjectLibs ( "libutilityFunctionObjects.so" );
|
||||
enabled true;
|
||||
outputControl outputTime;
|
||||
}
|
||||
|
||||
forces1
|
||||
{
|
||||
type forces;
|
||||
|
||||
@ -88,6 +88,7 @@ subModels
|
||||
inputFile "parcelInjectionProperties";
|
||||
duration 20.0;
|
||||
parcelsPerSecond 50;
|
||||
randomise true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -29,17 +29,17 @@ thermoSingleLayerCoeffs
|
||||
deltaWet 1e-4;
|
||||
hydrophilic no;
|
||||
|
||||
forces
|
||||
(
|
||||
surfaceShear
|
||||
thermocapillary
|
||||
);
|
||||
|
||||
surfaceShearCoeffs
|
||||
turbulence laminar;
|
||||
laminarCoeffs
|
||||
{
|
||||
Cf 0.005;
|
||||
}
|
||||
|
||||
forces
|
||||
(
|
||||
thermocapillary
|
||||
);
|
||||
|
||||
injectionModels ();
|
||||
|
||||
phaseChangeModel none;
|
||||
|
||||
@ -33,6 +33,12 @@ thermoSingleLayerCoeffs
|
||||
|
||||
radiationModel none;
|
||||
|
||||
turbulence laminar;
|
||||
laminarCoeffs
|
||||
{
|
||||
Cf 0.005;
|
||||
}
|
||||
|
||||
upperSurfaceModels
|
||||
{
|
||||
/*
|
||||
@ -56,16 +62,10 @@ thermoSingleLayerCoeffs
|
||||
|
||||
forces
|
||||
(
|
||||
surfaceShear
|
||||
thermocapillary
|
||||
contactAngle
|
||||
);
|
||||
|
||||
surfaceShearCoeffs
|
||||
{
|
||||
Cf 0.005;
|
||||
}
|
||||
|
||||
contactAngleCoeffs
|
||||
{
|
||||
Ccf 0.085;
|
||||
|
||||
@ -33,14 +33,18 @@ kinematicSingleLayerCoeffs
|
||||
|
||||
injectionModels ();
|
||||
|
||||
turbulence laminar;
|
||||
laminarCoeffs
|
||||
{
|
||||
Cf 0.001;
|
||||
}
|
||||
|
||||
forces
|
||||
(
|
||||
contactAngle
|
||||
surfaceShear
|
||||
thermocapillary
|
||||
);
|
||||
|
||||
|
||||
contactAngleCoeffs
|
||||
{
|
||||
Ccf 1;
|
||||
@ -58,9 +62,4 @@ kinematicSingleLayerCoeffs
|
||||
|
||||
zeroForcePatches ();
|
||||
}
|
||||
|
||||
surfaceShearCoeffs
|
||||
{
|
||||
Cf 0.001;
|
||||
}
|
||||
}
|
||||
|
||||
@ -88,6 +88,7 @@ subModels
|
||||
inputFile "parcelInjectionProperties";
|
||||
duration 10.0;
|
||||
parcelsPerSecond 200;
|
||||
randomise true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -30,17 +30,17 @@ thermoSingleLayerCoeffs
|
||||
deltaWet 1e-4;
|
||||
hydrophilic no;
|
||||
|
||||
forces
|
||||
(
|
||||
surfaceShear
|
||||
thermocapillary
|
||||
);
|
||||
|
||||
surfaceShearCoeffs
|
||||
turbulence laminar;
|
||||
laminarCoeffs
|
||||
{
|
||||
Cf 0.005;
|
||||
}
|
||||
|
||||
forces
|
||||
(
|
||||
thermocapillary
|
||||
);
|
||||
|
||||
injectionModels
|
||||
();
|
||||
|
||||
|
||||
@ -93,6 +93,7 @@ subModels
|
||||
inputFile "parcelInjectionProperties";
|
||||
duration 1.0;
|
||||
parcelsPerSecond 250;
|
||||
randomise true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -56,9 +56,11 @@ constantProperties
|
||||
{
|
||||
T0 320;
|
||||
|
||||
// place holders for rho0 and Cp0 - reset from liquid props using T0
|
||||
// place holders for rho0, Cp0 and sigma0
|
||||
// - reset from liquid props using T0
|
||||
rho0 1000;
|
||||
Cp0 4187;
|
||||
sigma0 0.02;
|
||||
|
||||
youngsModulus 1e9;
|
||||
poissonsRatio 0.35;
|
||||
|
||||
Reference in New Issue
Block a user