SearcharxivSearch

arXiv subjects

Swapnil Kharche

Publications and source records attributed to Swapnil Kharche.

3 recordsLinked to original sources

An open source MATLAB package to perform basic and advanced statistical analysis of turbulence data and other complex systems

We present a user-friendly open-source MATLAB\textsuperscript{\textregistered} package developed by the research group Turbulence, Wind energy and Stochastics (TWiSt) at the Carl von Ossietzky University of Oldenburg. Firstly, this package helps the user to perform a very basic statistical analysis of a given turbulent data set which we believe to be useful to the entire turbulence community. It can be used to estimate the statistical quantities of turbulence such as the spectrum density, turbulent intensity, integral length scale, Taylor microscale, Kolmogorov scale and dissipation rate. Different well-known methods available in the literature were selected so that they can be compared. Secondly, this package also performs an advanced analysis which includes the scale-dependent statistical description of turbulent cascade using the Fokker-Planck equation which consequently leads to the assessment of integral fluctuation theorem. This is utilized to estimate velocity increments, structure functions and their scaling exponents, drift and diffusion coefficients of the Fokker-Planck equation and consequently the total entropy production of the turbulent cascade. As a precondition for the stochastic process approach, Markovian properties of the turbulent cascade in scale are tested. The knowledge of a Fokker-Planck equation allows to determine for each independent cascade trajectories a total entropy production. The estimation of total entropy production allows to verify a rigorous law of non-equilibrium stochastic thermodynamics, namely the integral fluctuation theorem, which must be valid if Markov properties hold and the Fokker-Planck equation is correct. This approach to the turbulent cascade process has the potential for a new way to link the statistical description of turbulence, non-equilibrium stochastic thermodynamics and local turbulent flow structures.

physics.flu-dyn

Turbulent velocity measurements in high Reynolds cryogenic helium facilities at Service des Basses Temperatures (SBT)

Due to its very low viscosity, cryogenic helium has been used for years to generate high Reynolds turbulent flows. The measurement of velocity fluctuations in such high Reynolds flows is however a challenging issue, as it is necessary to develop small size (typically micron-length), robust sensors, to measure the whole spectrum of fluctuations of the velocity, which may extend to hundreds of kHz and possibly higher. SBT has developed for years different facilities, in particular taking benefit of the refrigeration capacities available at CEA Grenoble. In this article we present the current status of developments of hot wire sensors at CEA. Different characterizations of Wollaston hot wires are shown, and measurements of velocity fluctuations in different conditions, in normal helium as well as in superfluid helium are shown.

physics.flu-dyn

Preventing SQL Injection attack using pattern matching algorithm

SQL injection attacks, a class of injection flaw in which specially crafted input strings leads to illegal queries to databases, are one of the topmost threats to web applications. A Number of research prototypes and commercial products that maintain the queries structure in web applications have been developed. But these techniques either fail to address the full scope of the problem or have limitations. Based on our observation that the injected string in a SQL injection attack is interpreted differently on different databases.Injection attack is a method that can inject any kind of malicious string or anomaly string on the original string. Pattern matching is a technique that can be used to identify or detect any anomaly packet from a sequential action. Most of the pattern based techniques are used static analysis and patterns are generated from the attacked statements. In this paper, we proposed a detection and prevention technique for preventing SQL Injection Attack using AhoCorasick pattern matching algorithm. In this paper, we proposed an overview of the architecture. In the initial stage evaluation, we consider some sample of standard attack patterns and it shows that the proposed algorithm is works well against the SQL Injection Attack.

cs.DB