Before a numerical method can be confidently used to obtain new results, it must be tested to see how well it can reproduce known results. This chapter is a presentation of the tests that have been performed after each new major addition to the code, given in roughly the order of development.
A standard test of gravitational forces is the free-fall collapse of a cloud of
material due to self gravity alone (e.g., Golanski, 1999; Turner et al., 1995). In this test,
a uniform-density spherical distribution of matter with mass
and radius
,
collapses homogeneously to a point in the free-fall time:
![]() |
(4.1) |
Several types of simulation conditions are possible for this test, allowing for the opportunity to examine various aspects of the SPH technique. The first, using a uniform grid and point mass force, is the most popular as it reproduces the free-fall theoretical results more closely than the others. In this test, particles of equal mass are positioned on the lattice points of one of the common crystal structures: Hexagonal closest packed (HCP), body centred cubic (BCC), or simple cubic (SC). An initial BCC configuration is used here, and throughout this thesis. This choice is based on two factors: The degree to which the particles resemble a spherical body after the grid has been truncated at a given radius from the central particle, and the size of the average interparticle separation - quantified by the packing fraction4.1 of the crystal structure.
The first of the reasons above, comes from the fact that most of the tests and simulations in this thesis have initial spherically symmetric starting configurations. The second is related to minimising the potential energy associated with the separation of the particles in equilibrium bodies (when pressure is present), i.e. a perturbation to an equilibrium body possessing a small packing fraction, sufficient to overcome the `potential barrier' associated with the large interparticle separation, could result in the particles adopting a new more stable configuration with a globally lower potential energy, and smaller interparticle separations. Large packing fractions are therefore desirable when initial stable equilibrium configurations are required.
![]() |
Figure 4.1 shows the structure present for a relatively small number of particles in an HCP and BCC sphere.
Although an HCP structure has the largest packing fraction (
), it lacks a
desirable symmetry along Cartesian axes which complicates analysis of results, and
when truncated to form a sphere it produces bodies which are noticeably non-spherical,
especially when small numbers of particles are employed. An SC structure has the
desirable symmetry, but a low packing fraction (
) means it is to be avoided. The
BCC structure has both the desirable symmetry and a relatively high packing fraction
(
). Other types of crystallographic structures were not investigated: It is
suspected that FCC (Face centred cubic) and CCP (Cubic closest packing) may have the
desirable features just discussed.
In these tests, the distances from the centre of the sphere of three particles are
followed. Progressing outwards from the centre of the sphere, the first particle which
encloses
of the spheres mass is chosen. The same procedure is used to choose
particles which enclose
and
of the spheres mass. These varied values
allows the dependence on initial radius, and hence surface effects, to be
investigated. Two simulations are performed for this uniform grid - point mass force
scenario: A low resolution simulation containing
particles, and a high
resolution simulation, with approximately twice the spatial resolution, containing
particles. For simplicity, the simulated region is equal to one solar mass, and
has a radius of one astronomical unit. This leads to a theoretical free-fall time
, and an initial theoretical density
.
Figure 4.2 compares the theoretical radii with the experimental radii as a function of time.
![]() |
![]() |
In these simulations, a small tolerance for time-step prediction is employed,
, so as to retain any particle symmetry that may be present. This
is necessary for point force simulations, as any small deviation from symmetry will
result in particle-particle singularities forming early in the collapse.
The evolution of the particle positions with respect to each other can be examined by considering the frames in Figure 4.3. In a grid of infinite extent, it is clear that the initial uniform distribution of particles on a grid will be maintained throughout the collapse. In this simulation, it is the inability of discrete particles to model a spherical surface, which leads to the behaviour shown, uniform collapse, during which a shell of non-homogeneity gradually propagates radially inwards, corrupting the grid structure. The simulation halts when two particles form a singularity somewhere in the region behind the shell. Inside the propagation shell, particles are still positioned approximately on grid points. This propagating shell effect is more clearly demonstrated in the next experiment, where the use of softened gravitational forces allows the collapse to be followed for longer.
![]() |
This scenario tests the code in the context of gravitationally softened forces. The
scenario is exactly the same as the previous one, except that the number of neighbours
of a particle is set to
. Two new features are introduced, one with negative
aspects, and one with positive aspects. The positive feature is that the simulation is
not halted due to singularities forming. Unfortunately, the softening that prevents
the singularities from forming, is also responsible for additional, more dominant,
surface effects: It is widely accepted that in SPH, surfaces require additional
considerations in order that they may be modelled correctly. This is because the SPH
representation of matter cannot describe arbitrarily high density and force gradients.
In this example, the density is uniform across the majority of the sphere, gradually
reducing to zero approximately two smoothing lengths beyond the surface, in a manner
similar to that shown in Figure 2.2(b) in Chapter
2. Using a constant number of neighbours amplifies this effect,
as the smoothing lengths of the surface particles are larger than the rest of the
system. In a grid of infinite extent, the correct free-fall time and uniform grid
structure would be observed even though the force between individual particles is
softened.
The spatial variance of the particles in this experiment is shown in Figure 4.4. In the previous experiment, the corrupting shell effectively only displaced the particles from the grid points. Here, not only is this displacement effect present, but due to the force being softened at the surface of the sphere, the shell also propagates a region of reduced density radially inwards. As the shell moves inwards it becomes cube-like, Figure 4.4(d), verified by examining this figure from arbitrary angles. Due to the small tolerance, the symmetry throughout the simulation is preserved, i.e. no chaotic motion is introduced: An arbitrarily high precision integrator would have produced the same results. Thus, as in the previous experiment, approximately half of the circles correspond to more than one particle.
See also Figure 4.6(e) in Section 4.1.5, for further results from this experiment.
![]() |
This is the final free-fall test scenario. The other possible scenario, displaced grid - point mass force, is omitted as it is clearly not feasible, due to singularities occurring almost immediately after the simulation has commenced. The test presented here is exactly the same as the previous one, except that the particles are displaced randomly from the initial grid positions, by up to half the distance to their nearest neighbour. This procedure produces a body which is more uniform and spherical in nature, than a body formed by positioning particles at random within the sphere. These initial conditions are the most commonly used in this thesis, as it is felt that symmetrical structures can produce misleading results, e.g. although the results obtained from the previous two scenarios are in good accord with the theoretical expectations, in general the initial distribution of material, even in initially uniform spherical configurations, would naturally be slightly inhomogeneous.
The spatial variance of the particles in this experiment is shown in Figure
4.5. In this simulation, only the inwardly propagating shell of
reduced density is observable. As seen, the initial random fluctuations in the
original density field are magnified at later times, resulting in fragmentation.
Collapse within a fragment containing more than
particles eventually halts the
simulation. The type of structure formed in this simulation is similar to typical
structures formed when rapid cooling of gas, or large initial density fluctuations,
result in gravitational instability and dynamical fragmentation. The main structural
difference between simulations of that type and this simulation, is that an inward
radial flow of material is not present, due to the simulation domain normally being a
part of an extended medium - usually accomplished by applying boundary conditions to
the domain. Two example processes exhibiting this type of behaviour are the formation
of large scale structure in the universe (e.g., Salmon et al., 1994), and the formation
of stars in molecular clouds (e.g., Klessen et al., 1998).
See also Figure 4.6(f) in the following section, for further results from this experiment.
![]() |
There are several standard experiments available for testing the hydrodynamic component of the code. In simulations where strong shocks are present, it is the viscosity which needs to be handled correctly, and a good test of this is in the shock tube experiment (e.g., Watkins et al., 1996; Lombardi et al., 1999; Turner et al., 1995). The shock tube experiment is a purely hydrodynamic test that requires boundary conditions. Since boundary conditions have not been implemented in this code, and the opportunity of using a hydrodynamical and gravity based test is available, the shock tube test was not performed.
Once a component has been tested, and has proven to have been included correctly, it
is reasonable to include and test other parts of the code alongside it, rather than
testing them in isolation first. A good hydrodynamic-gravity test, which in essence
provides its own boundary conditions, is the equilibrium structure and oscillation of
polytropes (e.g., Golanski, 1999; Bate, 1995; Coates, 1980). For the purpose of these
experiments, a polytrope is defined as being a model star, whose structure and
evolution is governed by the polytropic equation of state, introduced in
Equation 2.36 in Chapter 2:
The method used here for creating polytropes is as follows: Particles of equal mass
are placed on a spherical BCC displaced grid of total radius
and mass
. The
gravitational potential energy of this arrangement is calculated from the particles
using Equation 2.56 in Chapter 2 or from theory:
| (4.4) |
| (4.5) |
| (4.6) |
![]() |
(4.7) |
![]() |
(4.8) |
A simple measure of how well the particles represent a polytrope can be obtained by
comparing the radial variation of particle properties with theory. For a polytrope,
the density as a function of radial distance is the appropriate quantity to compare.
The theoretical density profile of a polytrope in equilibrium can be obtained by
solving the governing Lane-Emden equations numerically, (e.g., Jeans, 1961; Coates, 1980). In the comparison procedure used here, the theoretical
ratio of central density to mean density (
) is also required.
Three different values of the polytropic index were used for this test:
,
and
. Although
corresponds to an unrealistic ratio of specific heats, it
serves to demonstrate the trends in behaviour. The theoretical density profiles, and
the theoretical ratio of densities, were calculated simultaneously using the MAPLE
programming language, and were seen to be the same as other results calculated
elsewhere in the literature, Table 4.1.
|
| (4.9) |
Given that the experimental polytrope has a known mass
, and that the density at
each SPH point is also known, the radius of the polytrope is the only other quantity
required for comparison. The technique used here for determining this is novel in
approach, and has the desirable side-effect of testing the gravitational potential
energy calculation also. It is clear that the surface particles do not correspond to
the effective surface of the polytrope, as they give finite density further out.
Perhaps a better approximation, not investigated here, would be to take the distance
to the surface particles plus twice (or some other factor of) their smoothing lengths.
The effective radius of a polytrope in static equilibrium can be derived by noting
that its theoretical gravitational potential energy is equal to:
![]() |
Figure 4.7 is a comparison of the experimental and theoretical density
profiles of each of the three types of polytropes formed. The column on the left
contains low resolution polytropes with
particles, and the column on the right
contains high resolution polytropes with
particles. The experimental data fits
the theoretical curves remarkably well, despite the claim by Bate (1995) that for
high polytropic indices there is significant deviation. It is certainly true that, as
approaches
, the SPH method becomes less capable of modelling polytropes. This
is because a finite number of particles cannot model an arbitrarily high density
gradient. Presumably Bate was using a different method for determining the radius of
the polytrope. Indeed, if he had chosen a larger effective radius, the density
profiles would have coincided more closely.
So long as a polytrope in static equilibrium can be formed, and
is used as
the effective radius, the experimental profile will closely coincide with the
theoretical one. However, if a polytrope cannot be formed in static equilibrium, the
number of particles used in the simulation must be increased, or the polytropic index
decreased. For example, an
polytrope could not be formed using
particles,
despite several attempts at doing so. This was presumably due to the required density
profiles being unattainable, exemplified by the central regions collapsing
indefinitely. Table 4.2 shows the ratio of thermal energy to gravitational
potential energy present in each of the polytropes formed.
This experiment tests several parts of the code simultaneously. In particular, it tests the dynamical interaction between the different forces, as well as testing the viscous damping, energy calculations, and the integration scheme. The tests presented here are a small subset of those possible, and indeed of those actually performed whilst developing the code. For example, the behaviour of the new integration scheme, along with each of the different equations of state described in Section 2.9, were tested using experiments similar to those described here.
If a polytrope is radially perturbed, it will oscillate about its equilibrium
configuration with a period equal to the fundamental radial pulsation period. This
period is of the order of the free-fall time of the polytrope:
![]() |
(4.12) |
In each of these tests, the originally static polytrope is instantaneously uniformly
expanded radially by
, keeping the
in the equation of state constant. This
degree of radial expansion was chosen so that the results could be compared to those
by Bate (1995). The subsequent behaviour depends on the number of particles used to
model the polytrope, and more obviously, the amount of viscous damping present. The
kinetic energy lost by damping would usually serve to heat the gas, but if this was
implemented here, the final equilibrium configuration would not equal the original
equilibrium configuration, as the value of
would be larger, and thus the period of
pulsation would vary over time.
![]() |
![]() |
The results from these experiments are shown in Figure 4.8 and
Figure 4.9. In Figure 4.8 the effect of
varying the number of particles in the simulation is investigated, whilst Figure
4.9 demonstrates the effect of varying the viscosity parameters.
The top frame in each of these figures displays the total kinetic energy as a function
of time. The second frame displays the thermal energy as a function of time, which for
an
polytrope is equal to the total internal energy present. The third frame
displays the ratio of thermal to gravitational potential energies as a function of
time. The unit of time is the fundamental oscillation period, and the unit of energy
is the initial thermal energy of the equilibrium configurations. In these experiments,
typical values for the number of neighbours,
, the tolerance,
, and the opening angle,
, are used.
The graphs follow the trends demonstrated elsewhere in the literature, namely that decreasing the number of particles used to model the polytrope, effectively increases the amount of damping present, and that increasing the viscosity has the expected effect of decreasing the oscillation amplitudes. A possible explanation of the former behaviour was put forward by Bate (1995): For low resolution simulations, the particles are smoothed over a larger volume, and hence the viscous forces between particles act over larger distances and over larger velocity dispersions, increasing the bulk viscosity. However the claim by Bate that the oscillation periods are not dependent on the number of particles used to model the polytrope is clearly not the case here. The reason for this disagreement is probably related to how the effective radius is defined.
Although it may seem that reducing the number of particles produces a closer match to
the theoretical period, it must be remembered that the theoretical period is only
strictly valid for small perturbations from the equilibrium state. It can be seen from
the first few cycles of the kinetic energy curves, that the polytropes spend
significantly more time in an extended state, than in a compressed state, implying
that a radial perturbation of
does not correspond to the linear definition of a
small perturbation. The theoretical period for this experiment could thus in fact be
larger than the fundamental radial pulsation period, in which case, increasing the
number of particles results in the usual expected increase in accuracy.
The radiation component of the code was developed in isolation from the gravitational and hydrodynamical components, and was subsequently incorporated exterior to these for reasons discussed in Section 3.2.11. Consequently, the testing during the development of this component was performed in isolation also. However, even if all components had been developed simultaneously, the differing nature and timescales present in the radiative and dynamical components, would have warranted separate testing. Certainly, had the dynamical components of the code been present during the development and testing of the radiation component, many of the errors detected would have gone unnoticed.
Although radiation transport is a relatively new area of research in SPH, it is fairly well developed for regular grid based methods. For this reason, standard tests of radiation transport exist (e.g., Stone et al., 1992). However, the tests developed and presented here are more relevant, as they have been designed to test the conditions present during typical simulations of the Capture Theory. The first two tests measure the `instantaneous' power radiated and received by a spherical body, whilst the second two tests examine the time evolution of the body.
This test is concerned with the rate at which energy is lost from the surface of an
isolated uniform-density sphere of gas. The analytical solution for such a body is
given by:
| (4.14) |
The experimental setup consists of
particles of equal temperature and mass,
arranged on a displaced spherical grid. For radiation tests, the effective radius
(
) of the body is taken as being equal to the distance to the furthest particle
from the centre, plus twice its smoothing length. This is approximately
times
the distance to the furthest particle, for this number of particles and number of
neighbours (
).
Given an optical depth across the sphere (
), the optical depth of leafs
(
) of size
are calculated using:
Figure 4.10 compares the experimental luminosity with that derived from theory, for a large range of optical depths, and for several different sized time-steps.
![]() |
The reason why the large time-step curves deviate significantly from the desired value
of unity, is that the body simply has sufficient time to cool. The finite precision
storage of the energy is responsible for the corruption in the results at low optical
depths for the smallest time-step. For large time-steps and optical depths above
, the deviations are constant but considerably greater than for smaller optical
depths. At these high optical depths, if the temperatures of the surface particles at
the end of the time-step are inspected, they are found to be significantly higher than
the temperatures required to produce this large discrepancy in the luminosity. This is
because, at these high optical depths, radiation only escapes the system from surface
leafs, which do cool to the required temperatures. Surface leafs are able to cool
because adjacent leafs are unable to heat them efficiently, due to the large
penetration depth attenuation factors involved, see Section 3.2.12.
Overall, the results are very encouraging, with most discrepancies being due to the
deviation of the experimental data from the test scenario, i.e. if these experimental
results were compared to the theoretical results of a cooling body, much closer
correspondence would be obtained. Earlier radiation methods, and indeed earlier
versions of this tree radiation method, could give deviations of many orders of
magnitude in the high opacity regimes, even for small time-step experiments. It is
unknown why the limiting experimental behaviour produces curves which lie a few tens
of percent above unity around optical depths of
. Perhaps it is related to the
radiation transfer within the tree being most efficient at these optical depths, due
to the optical depths of the leafs being of order unity.
Although the experimental variables used in this test are not strictly necessary for
future reproduction and verification of these results, they are given for
completeness:
,
,
and
. The unit of time is a year,
and the usual solar mix of gases with a ratio of specific heats equal to
was used. The pruning factor for tree construction was
, and the number of
radiation time-steps was equal to
. Increasing either of these latter two tree
variables had little effect on the results. These conditions are almost completely
arbitrary, have little significance, and were used only for convenience.
This experiment is particularly relevant to the Capture Theory, as it investigates how well the code can transport energy from a point source radiator, the primary star, to material modelled using SPH, the secondary star and protoplanets. The test is to compare the radiation absorbed in a spherical secondary body from a point source primary body, with that derived from theory. In similarity to the previous test, this is a scalable problem, where in theory, only the optical depth dependence need be investigated, the primary-secondary distance and radius of the secondary body being unimportant. However, the nature of the random walk sampling central to this radiation scheme, introduces additional considerations. In particular, if the secondary body is placed on an axis, it absorbs more radiation than if it is placed off axis at the same distance from the primary.
Although the random walk procedure has been rigorously tested during its development, and behaves as intended, it is apparent that the distribution of power packets emerging from a point source, does not have the desired spherical symmetry. The extent of this nonhomogeneity, which leads to the aforementioned erroneous absorption, is demonstrated in these tests.
In this experiment, and in general when point sources are present, a minimum spatial
resolution is specified for the radiation tree structure. This is achieved by creating
an additional set of virtual particles during the tree construction stage. These
particles are arranged on a uniform grid encompassing the system, and have smoothing
lengths of the order of the size of a grid cell, such that the leafs they create are
not subsequently pruned. Typical high resolution experiments employ a
grid
for this purpose, whilst in low resolution experiments, an
grid is used. This
minimum resolution is intended to improve the random walk sampling procedure.
The experimental setup consists of
particles of equal temperature and mass,
arranged on a displaced spherical grid. The effective radius,
, of the body is
taken as being equal to the distance to the furthest particle from the centre, plus
twice that particle's smoothing length. The distance between the centre of the primary
body and the centre of the secondary body is denoted by
. A more relevant quantity
of interest in these tests is the ratio of these distances:
| (4.17) |
Two different values of
are examined,
and
. In each of these scenarios,
the dependence on the angular position of the secondary body in the x-y plane, with
respect to the primary body, is investigated. Figure 4.11 shows the
results from these experiments.
![]() |
The behaviour of an individual curve is fairly consistent with that expected. At low optical depths, large fluctuations are present. This is because only a small proportion of the power packets incident on the surface of the secondary body are absorbed. Increasing the number of power packets emitted by the primary, reduces these sampling errors. The penetration depth attenuation of the energy received does not apply to power packets emitted from point sources, so that the constant limiting behaviour demonstrated by the curves at high optical depths is consistent with what should occur4.3.
This test is an extention to that presented in the previous section, as it is concerned with the equilibrium temperatures reached by bodies illuminated by a point source. The actual time evolution of the body, from a given starting temperature to the final equilibrium temperature, is investigated in the next section and is shown to be consistent with the theoretical scaling properties of the system.
Except where stated, the experimental setup is the same as in the previous section. If
the illuminated sphere is assumed to be completely opaque, then the rate of heating of
the sphere, due to a point source of luminosity
, is given by:
![]() |
In this test, the four experimental extremes of the last section are evolved in time
until an equilibrium distribution of temperature is reached. Figure 4.12
shows the equilibrium distribution of temperature for
and the sphere positioned
on the x-axis. A thin slice in the x-y plane of the
particles is shown. The
depth of hue is an indication to the temperature of the particles, white being around
times hotter than black. The radius of the circle associated with each particle
is equal to half that particle's smoothing length (
).
![]() |
Figure 4.13 shows the results for the experimental setup shown in Figure 4.12 and for the other three scenarios. Plotted on the y-axis is the temperatures of the SPH particles comprising the sphere, divided by the theoretical equilibrium temperature as determined from Equation 4.19. Along the x-axis is the distance of the particles from the point source, divided by the distance from the centre of the sphere to the point source.
In theory, the temperature of a particle should only depend on the distance it is from
the point source, i.e. there should be no deviation in the temperature of particles at
the same distance from the point source. The degree of scatter demonstrated in these
graphs is deemed acceptable, and is probably due to the small difference in
temperature between interior and surface particles. As seen in the previous section,
the rate of energy absorbed by spheres placed between the x-axis and y-axis
(
) is reduced significantly by almost an order of magnitude,
compared to that of spheres placed on axis. Since the luminosity depends on the fourth
power of the temperature, the reduction in the equilibrium temperatures demonstrated
in Figure 4.13(b) and Figure 4.13(d) is insignificant in
comparison to the deviations demonstrated in Figure 4.11. This is the
reason why little effort was made in developing a solution to this discrepancy.
This test is concerned with the rate at which energy is transported through an opaque medium. As a continuation to the experiments in the previous sections, the conditions of Figure 4.12 are used for this experiment. The test is to see if the body reaches an equilibrium temperature distribution, on a timescale which is consistent with that predicted by theory. In the opaque regimes present in the Capture Theory, it is particularly important that the rate at which energy is transported through the system is simulated correctly. For example, during the early stages of protoplanet formation, at a time when the planet is exhibiting damped oscillatory motion tending towards quasi-static collapse, if the energy generated in the centre during a compression cycle is transported to the surface too quickly, then this could lead to an erroneously large collapse rate. It is suspected that this is true of the work presented by Schofield (1979) on the contraction of newly formed protoplanets. In that work, a one dimensional finite difference code was used to solve the ensuing dynamical and radiative evolution of opaque protoplanets. An iterative integration scheme was used to solve the heat flow equations between shells of the protoplanet, and iteration ceased, when, to within a given tolerance, the temperature of shells between successive iterations were unchanging. An iterative approach like this can be applied successfully to linear heat flow problems, such as ordinary heat conduction, but is not necessarily automatically valid for non-linear heat flow problems, such as radiation diffusion.
Although the test is almost completely scalable, for clarity, a specific experimental
setup is considered. The point source has a luminosity equal to that of the Sun
(
), the body has a mass equal to a Jupiter mass
(
), and a density equal to
. This results in an approximate effective radius of
when
particles are used, and thus for
, a distance
between centres equal to
. Initially the sphere is at a uniform temperature,
a tenth that of the theoretical equilibrium temperature as given by Equation
4.19. For this setup,
and thus the starting
temperature is equal to
. An optical depth across the sphere of
is
used, and this leads to a time-step equal to around half a year for the evolution to
be adequately resolved in time4.4.
Figure 4.14 shows the distribution of temperature at the end of the first time-step.
![]() |
![]() |
As demonstrated, the body reaches an equilibrium distribution of temperature in
approximately
years. The diffusion timescale for photons travelling through an
optically thick medium is given by:
![]() |
(4.22) |
The radiation energy per unit volume is defined as:
| (4.23) |
![]() |
(4.24) |
The scaling properties of Equation 4.25 were verified to be
correct: Other than the optical depth, varying each of the quantities separately, or
at the same time, and modifying the time-step appropriately, produces exactly
the same numerical results to those shown in Figure 4.15. Aside from the
obvious deviation in results as the optical depth reduces to zero, the correct
limiting behaviour as the optical depth approaches infinity is not reproduced. The
reason for this is related to the observation in the previous section, that as the
optical depth increases, so does the difference in temperature between the front and
back surfaces of the sphere. For example, an optical depth across the sphere of
, results in an equilibrium distribution of temperatures similar to
usual, but with the front surface at a temperature of around
, and the back
surface at a temperature of around
. If
is used in Equation
4.25, along with the new optical depth, then a timescale consistent
with experiment is obtained. The reason for an erroneously high equilibrium
temperature distribution at high optical depths, is possibly related to the behaviour
demonstrated in Figure 4.10. That is, for very high optical depths, the
sphere can receive energy more efficiently than it can radiate it. In a real
simulation, the effect is not so great, as the opacity of low density surface leafs is
not artifically increased to maintain a constant optical depth per unit length across
the sphere, using Equation 4.15 or Equation 4.16. If the real opacity
of the material as a function of temperature is used, a temperature on the front
surface of the sphere of around
, and a temperature on the back surface of the
sphere of around
is produced for these experimental conditions.