SearcharxivSearch

arXiv subjects

P. Janhunen

Publications and source records attributed to P. Janhunen.

9 recordsLinked to original sources

Aalto-1, multi-payload CubeSat: design, integration and launch

The design, integration, testing, and launch of the first Finnish satellite Aalto-1 is briefly presented in this paper. Aalto-1, a three-unit CubeSat, launched into Sun-synchronous polar orbit at an altitude of approximately 500 km, is operational since June 2017. It carries three experimental payloads: Aalto Spectral Imager (AaSI), Radiation Monitor (RADMON), and Electrostatic Plasma Brake (EPB). AaSI is a hyperspectral imager in visible and near-infrared (NIR) wavelength bands, RADMON is an energetic particle detector and EPB is a de-orbiting technology demonstration payload. The platform was designed to accommodate multiple payloads while ensuring sufficient data, power, radio, mechanical and electrical interfaces. The design strategy of platform and payload subsystems consists of in-house development and commercial subsystems. The CubeSat Assembly, Integration & Test (AIT) followed Flatsat -- Engineering-Qualification Model (EQM) -- Flight Model (FM) model philosophy for qualification and acceptance. The paper briefly describes the design approach of platform and payload subsystems, their integration and test campaigns, and spacecraft launch. The paper also describes the ground segment & services that were developed by the Aalto-1 team.

physics.space-ph

Aalto-1, multi-payload CubeSat: In-orbit results and lessons learned

The in-orbit results and lessons learned of the first Finnish satellite Aalto-1 are briefly presented in this paper. Aalto-1, a three-unit CubeSat which was launched in June 2017, performed AaSI (Aalto Spectral Imager), Radiation Monitor (RADMON), and Electrostatic Plasma Brake (EPB) missions. The satellite partly fulfilled its mission objectives and allowed to either perform or attempt the experiments. Although attitude control was partially functional, AaSI and RADMON were able to acquire valuable measurements. EPB was successfully commissioned but the tether deployment was not successful.

astro-ph.IM

FORESAIL-1 cubesat mission to measure radiation belt losses and demonstrate de-orbiting

Today, the near-Earth space is facing a paradigm change as the number of new spacecraft is literally sky-rocketing. Increasing numbers of small satellites threaten the sustainable use of space, as without removal, space debris will eventually make certain critical orbits unusable. A central factor affecting small spacecraft health and leading to debris is the radiation environment, which is unpredictable due to an incomplete understanding of the near-Earth radiation environment itself and its variability driven by the solar wind and outer magnetosphere. This paper presents the FORESAIL-1 nanosatellite mission, having two scientific and one technological objectives. The first scientific objective is to measure the energy and flux of energetic particle loss to the atmosphere with a representative energy and pitch angle resolution over a wide range of magnetic local times. To pave the way to novel model - in situ data comparisons, we also show preliminary results on precipitating electron fluxes obtained with the new global hybrid-Vlasov simulation Vlasiator. The second scientific objective of the FORESAIL-1 mission is to measure energetic neutral atoms (ENAs) of solar origin. The solar ENA flux has the potential to contribute importantly to the knowledge of solar eruption energy budget estimations. The technological objective is to demonstrate a satellite de-orbiting technology, and for the first time, make an orbit manoeuvre with a propellantless nanosatellite. FORESAIL-1 will demonstrate the potential for nanosatellites to make important scientific contributions as well as promote the sustainable utilisation of space by using a cost-efficient de-orbiting technology.

physics.space-ph

Windsock memory conditioned RAM (Co-Ram) pressure effect: forced reconnection in the Earth's magnetotail

Magnetic reconnection (MR) is a key physical concept explaining the addition of magnetic flux to the magnetotail and closed flux lines back-motion to the dayside magnetosphere. This scenario elaborated by \citet{dung63}, can explain many aspects of solar wind-magnetosphere interaction processes, including substorms. However, neither the Dungey model nor its numerous modifications were able to explain fully the onset conditions for MR in the tail. In this paper, we introduce new onset conditions for forced MR in the tail. We call our scenario the "windsock memory conditioned ram pressure effect". Our non-flux-transfer associated forcing is introduced by a combination of large-scale windsock motions exhibiting memory effects and solar wind dynamic pressure actions on the nightside magnetopause during northward oriented IMF. Using global MHD GUMICS-4 simulation results, upstream data from WIND, magnetosheath data from Cluster-1 and distant-tail data from the two-probe ARTEMIS mission, we show that the simultaneous occurrence of vertical windsock motions of the magnetotail and enhanced solar wind dynamic pressure introduces strong nightside disturbances, including enhanced electric fields and persistent vertical cross-tail shear flows. These perturbations, associated with a stream interaction region in the solar wind, drive MR in the tail during episodes of northward oriented interplanetary magnetic field (IMF). We detect MR indirectly, observing plasmoids in the tail and ground based signatures of Earthward moving fast flows. We also consider the application to solar system planets and close-in exoplanets, where the proposed scenario can elucidate some new aspects of solar/stellar wind - magnetosphere interactions.

physics.space-ph

Electric sail, photonic sail and deorbiting applications of the freely guided photonic blade

We consider a freely guided photonic blade (FGPB) which is a centrifugally stretched sheet of photonic sail membrane that can be tilted by changing the centre of mass or by other means. The FGPB can be installed at the tip of each main tether of an electric solar wind sail (E-sail) so that one can actively manage the tethers to avoid their mutual collisions and to modify the spin rate of the sail if needed. This enables a more scalable and modular E-sail than the baseline approach where auxiliary tethers are used for collision avoidance. For purely photonic sail applications one can remove the tethers and increase the size of the blades to obtain a novel variant of the heliogyro that can have a significantly higher packing density than the traditional heliogyro. For satellite deorbiting in low Earth orbit (LEO) conditions, analogous designs exist where the E-sail effect is replaced by the negative polarity plasma brake effect and the photonic pressure by atmospheric drag. We conclude that the FGPB appears to be an enabling technique for diverse applications. We also outline a way of demonstrating it on ground and in LEO at low cost.

astro-ph.IM

Photonic spin control for solar wind electric sail

The electric solar wind sail (E-sail) is a novel, efficient propellantless propulsion concept which utilises the natural solar wind for spacecraft propulsion with the help of long centrifugally stretched charged tethers. The E-sail requires auxiliary propulsion applied to the tips of the main tethers for creating the initial angular momentum and possibly for modifying the spinrate later during flight to counteract the orbital Coriolis effect and possibly for mission specific reasons. We introduce the possibility of implementing the required auxiliary propulsion by small photonic blades (small radiation pressure solar sails). The blades would be stretched centrifugally. We look into two concepts, one with and one without auxiliary tethers. The use of photonic blades has the benefit of providing sufficient spin modification capability for any E-sail mission while keeping the technology fully propellantless. We conclude that the photonic blades appear to be a feasible and attractive solution to E-sail spinrate control.

astro-ph.IM

Parallel grid library for rapid and flexible simulation development

We present an easy to use and flexible grid library for developing highly scalable parallel simulations. The distributed cartesian cell-refinable grid (dccrg) supports adaptive mesh refinement and allows an arbitrary C++ class to be used as cell data. The amount of data in grid cells can vary both in space and time allowing dccrg to be used in very different types of simulations, for example in fluid and particle codes. Dccrg transfers the data between neighboring cells on different processes transparently and asynchronously allowing one to overlap computation and communication. This enables excellent scalability at least up to 32 k cores in magnetohydrodynamic tests depending on the problem and hardware. In the version of dccrg presented here part of the mesh metadata is replicated between MPI processes reducing the scalability of adaptive mesh refinement (AMR) to between 200 and 600 processes. Dccrg is free software that anyone can use, study and modify and is available at [https://gitorious.org/dccrg]. Users are also kindly requested to cite this work when publishing results obtained with dccrg.

cs.DC

Venus-Solar Wind Interaction: Asymmetries and the Escape of O+ Ions

We study the interaction between Venus and the solar wind using a global three-dimensional self-consistent quasi-neutral hybrid (QNH) model. The model treats ions (H+, O+) as particles and electrons as a massless charge neutralising fluid. In the analysed Parker spiral interplanetary magnetic field (IMF) case (IMF = [8.09, 5.88, 0] nT) a notable north-south asymmetry of the magnetic field and plasma exists, especially in the properties of escaping planetary O+ ions. The asymmetry is associated with ion finite gyroradius effects. Furthermore, the IMF x-component results in a dawn-dusk asymmetry. Overall, the QNH model is found to reproduce the main observed plasma and magnetic field regions (the bow shock, the magnetosheath, the magnetic barrier and the magnetotail), implying the potential of the developed model to study the Venusian plasma environment and especially the non-thermal ion escape.

physics.space-ph

Motivation and possibilities of affordable low-frequency radio interferometry in space

The motivation to build spaceborne interferometric arrays for low-frequency radio astronomy is widely recognised because frequencies below the ionospheric cutoff are inaccessible for ground-based radio telescopes. We discuss the theoretical possibilities to use low-frequency spacecraft arrays to detect signals from magnetized extrasolar planets, including earthlike ones. A major uncertainty that prohibits us from knowing if it is possible to detect exoplanet cyclotron maser signals is the incomplete knowledge of the properties of the interstellar plasma. We also present some ideas of how to construct efficient and affordable space-based radio telescopes. We discuss two possibilities, a log-periodic antenna in the spin plane and a two-spacecraft concept where one spacecraft holds a large parabolic wire mesh reflector and the other one contains the receiver. In the latter case, the effective area could be of the order of 1 km$^2$. The purpose of the paper is to stress once more the importance of spaceborne low-frequency measurements by bringing in the intriguing possibility of detecting earthlike exoplanet radio emissions and to demonstrate that building even very large low-frequency antennas in space is not necessarily too expensive.

astro-ph