Source author record

P. Janhunen

P. Janhunen appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

6works
4topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

6 published item(s)

preprint2021arXiv

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.

preprint2021arXiv

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.

preprint2014arXiv

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.

preprint2013arXiv

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.

preprint2013arXiv

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.

preprint2012arXiv

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.