Source author record

Vincent David

Vincent David 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

4works
7topics
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

4 published item(s)

preprint2022arXiv

Energy transfer, discontinuities and heating in the inner solar wind measured with a weak and local formulation of the Politano-Pouquet law

The solar wind is a highly turbulent plasma for which the mean rate of energy transfer $\varepsilon$ has been measured for a long time using the Politano-Pouquet (PP98) exact law. However, this law assumes statistical homogeneity that can be violated by the presence of discontinuities. Here, we introduce a new method based on the inertial dissipation $\Dis$ whose analytical form is derived from incompressible magnetohydrodynamics (MHD); it can be considered as a weak and {\it local} (in space) formulation of the PP98 law whose expression is recovered after integration is space. We used $\Dis$ to estimate the local energy transfer rate from the \textit{THEMIS-B} and \textit{Parker Solar Probe} (PSP) data taken in the solar wind at different heliospheric distances. Our study reveals that discontinuities near the Sun lead to a strong energy transfer that affects a wide range of scales $σ$. We also observe that switchbacks seem to be characterized by a singular behavior with an energy transfer varying as $σ^{-3/4}$, which slightly differs from classical discontinuities characterized by a $σ^{-1}$ scaling. A comparison between the measurements of $\varepsilon$ and $\Dis$ shows that in general the latter is significantly larger than the former.

preprint2011arXiv

On the reaction time of some synchronous systems

This paper presents an investigation of the notion of reaction time in some synchronous systems. A state-based description of such systems is given, and the reaction time of such systems under some classic composition primitives is studied. Reaction time is shown to be non-compositional in general. Possible solutions are proposed, and applications to verification are discussed. This framework is illustrated by some examples issued from studies on real-time embedded systems.

preprint2010arXiv

An Introduction to Time-Constrained Automata

We present time-constrained automata (TCA), a model for hard real-time computation in which agents behaviors are modeled by automata and constrained by time intervals. TCA actions can have multiple start time and deadlines, can be aperiodic, and are selected dynamically following a graph, the time-constrained automaton. This allows expressing much more precise time constraints than classical periodic or sporadic model, while preserving the ease of scheduling and analysis. We provide some properties of this model as well as their scheduling semantics. We show that TCA can be automatically derived from source-code, and optimally scheduled on single processors using a variant of EDF. We explain how time constraints can be used to guarantee communication determinism by construction, and to study when possible agent interactions happen.

preprint2010arXiv

CONFIGEN: A tool for managing configuration options

This paper introduces CONFIGEN, a tool that helps modularizing software. CONFIGEN allows the developer to select a set of elementary components for his software through an interactive interface. Configuration files for use by C/assembly code and Makefiles are then automatically generated, and we successfully used it as a helper tool for complex system software refactoring. CONFIGEN is based on propositional logic, and its implementation faces hard theoretical problems.