873 resultados para Compact Upwind Scheme
Resumo:
The concept of taut submanifold of Euclidean space is due to Carter and West, and can be traced back to the work of Chern and Lashof on immersions with minimal total absolute curvature and the subsequent reformulation of that work by Kuiper in terms of critical point theory. In this paper, we classify the reducible representations of compact simple Lie groups, all of whose orbits are tautly embedded in Euclidean space, with respect to Z(2)-coefficients.
Resumo:
We study the geometry and the periodic geodesics of a compact Lorentzian manifold that has a Killing vector field which is timelike somewhere. Using a compactness argument for subgroups of the isometry group, we prove the existence of one timelike non self-intersecting periodic geodesic. If the Killing vector field is nowhere vanishing, then there are at least two distinct periodic geodesics; as a special case, compact stationary manifolds have at least two periodic timelike geodesics. We also discuss some properties of the topology of such manifolds. In particular, we show that a compact manifold M admits a Lorentzian metric with a nowhere vanishing Killing vector field which is timelike somewhere if and only if M admits a smooth circle action without fixed points.
Resumo:
Under p = c, we prove that it is possible to endow the free abelian group of cardinality c with a group topology that makes its square countably compact. This answers a question posed by Madariaga-Garcia and Tomita and by Tkachenko. We also prove that there exists a Wallace semigroup (i.e., a countably compact both-sided cancellative topological semigroup which is not a topological group) whose square is countably compact. This answers a question posed by Grant.
Resumo:
We classify up to isomorphism the spaces of compact operators K(E, F), where E and F are Banach spaces of all continuous functions defined on the compact spaces 2(m) circle plus [0, alpha], the topological sum of Cantor cubes 2(m) and the intervals of ordinal numbers [0, alpha]. More precisely, we prove that if 2(m) and aleph(gamma) are not real-valued measurable cardinals and n >= aleph(0) is not sequential cardinal, then for every ordinals xi, eta, lambda and mu with xi >= omega(1), eta >= omega(1), lambda = mu < omega or lambda, mu is an element of [omega(gamma), omega(gamma+1)[, the following statements are equivalent: (a) K(C(2(m) circle plus [0, lambda]), C(2(n) circle plus [0, xi])) and K(C(2(m) circle plus [0, mu]), C(2(n) circle plus [0, eta]) are isomorphic. (b) Either C([0, xi]) is isomorphic to C([0, eta] or C([0, xi]) is isomorphic to C([0, alpha p]) and C([0, eta]) is isomorphic to C([0,alpha q]) for some regular cardinal alpha and finite ordinals p not equal q. Thus, it is relatively consistent with ZFC that this result furnishes a complete isomorphic classification of these spaces of compact operators. (C) 2010 Elsevier Inc. All rights reserved.
Resumo:
Comfort and Remus [W.W. Comfort, D. Remus, Abelian torsion groups with a pseudo-compact group topology, Forum Math. 6 (3) (1994) 323-337] characterized algebraically the Abelian torsion groups that admit a pseudocompact group topology using the Ulm-Kaplansky invariants. We show, under a condition weaker than the Generalized Continuum Hypothesis, that an Abelian torsion group (of any cardinality) admits a pseudocompact group topology if and only if it admits a countably compact group topology. Dikranjan and Tkachenko [D. Dikranjan. M. Tkachenko, Algebraic structure of small countably compact Abelian groups, Forum Math. 15 (6) (2003) 811-837], and Dikranjan and Shakhmatov [D. Dikranjan. D. Shakhmatov, Forcing hereditarily separable compact-like group topologies on Abelian groups, Topology Appl. 151 (1-3) (2005) 2-54] showed this equivalence for groups of cardinality not greater than 2(c). We also show, from the existence of a selective ultrafilter, that there are countably compact groups without non-trivial convergent sequences of cardinality kappa(omega), for any infinite cardinal kappa. In particular, it is consistent that for every cardinal kappa there are countably compact groups without non-trivial convergent sequences whose weight lambda has countable cofinality and lambda > kappa. (C) 2009 Elsevier B.V. All rights reserved.
Resumo:
Efficient compact TiO(2) films using different polyeleetrolytes are prepared by the layer-by-layer technique (LbL) and applied as an effective contact and blocking film in dye-sensitized solar cells (DSCs). The polyanion thermal stability plays a major role on the compact layers, which decreases back electron transfer processes and current losses at the FTO/TiO(2) interface. FESEM images show that polyelectrolytes such is sodium sullonated polystyrene (PSS) and sulfonated lignin (SE), in comparison to poly(acrylic acid) (FAA), ensure an adequate morphology for the LbL TiO(2) layer deposited before the mesoporous film, even triter the sintering step at 450 degrees C. The so treated photoanode in DSCs leads to a 30% improvement On the overall conversion efficiency. Electrochemical impedance spectroscopy (EIS) is employed to ascertain the role of die compact films with such polyelectrolytes. The significant increase in V(oc) of the solar cells with adequate polyelectrolytes in the LbL TiO(2) films shows their pivotal role in decreasing the electron recombination at the FTO surface and enhancing the electrical contact of FTO with the mesoporous TiO(2) layer.
Resumo:
An all-in-one version of a capacitively coupled contactless conductivity detector is introduced. The absence of moving parts (potentiometers and connectors) makes it compact (6.5 cm(3)) and robust. A local oscillator, working at 1.1 MHz, was optimized to use capillaries of id from 20 to 100 lam. Low noise circuitry and a high-resolution analog-to-digital converter (ADC) (21 bits effective) grant good sensitivities for capillaries and background electrolytes currently used in capillary electrophoresis. The fixed frequency and amplitude of the signal generator is a drawback that is compensated by the steady calibration curves for conductivity. Another advantage is the possibility of determining the inner diameter of a capillary by reading the ADC when air and subsequently water flow through the capillary. The difference of ADC reading may be converted into the inner diameter by a calibration curve. This feature is granted by the 21-bit ADC, which eliminates the necessity of baseline compensation by hardware. In a typical application, the limits of detection based on the 3 sigma criterion (without baseline filtering) were 0.6, 0.4, 0.3, 0.5, 0.6, and 0.8 mu mol/L for K(+), Ba(2+), Ca(2+), Na(+), Mg(2+), and Li(+), respectively, which is comparable to other high-quality implementations of a capacitively coupled contactless conductivity detector.
Resumo:
The traveling salesman problem is although looking very simple problem but it is an important combinatorial problem. In this thesis I have tried to find the shortest distance tour in which each city is visited exactly one time and return to the starting city. I have tried to solve traveling salesman problem using multilevel graph partitioning approach.Although traveling salesman problem itself very difficult as this problem is belong to the NP-Complete problems but I have tried my best to solve this problem using multilevel graph partitioning it also belong to the NP-Complete problems. I have solved this thesis by using the k-mean partitioning algorithm which divides the problem into multiple partitions and solving each partition separately and its solution is used to improve the overall tour by applying Lin Kernighan algorithm on it. Through all this I got optimal solution which proofs that solving traveling salesman problem through graph partition scheme is good for this NP-Problem and through this we can solved this intractable problem within few minutes.Keywords: Graph Partitioning Scheme, Traveling Salesman Problem.
Resumo:
Within the frame of the project REBUS, "Competitive solar heating systems for residential buildings", which is financed by Nordic Energy Research, a new type of compact solar combisystem with high degree of prefabrication was developed. A hydraulic and control concept was designed with the goal to get highest system efficiency for use with either a condensing natural gas boiler or a pellet boiler. Especially when using the potential of high peak power of modern condensing natural gas boilers, a new operation strategy of a natural gas boiler/solar combisystem can increase the energy savings of a small solar combisystem by about 80% compared to conventional operation strategies.
Resumo:
FP7- MacSheep
Resumo:
This paper explaina why workers lack motivation near bankruptcy, why they tend to leave companies in financiai distreas, and why thoae who remam require higher compensation. Theae indirect costa of financiai diatresa adie becauae the optimal combination of debt and incentive achem.ea, deaigned to minimize agency costa, ends up underpaying managers when there ia a bankruptcy threat. The paper a1so providea new empirica1 implications on the intera.ction between financiai reatructuring and changea in managerial compensation. Theae predictions are supported by the findings of Gilson and Vetsuypens (1992).
Resumo:
This project describes an authentication technique that is shoulder-surfing resistant. Shoulder surfing is an attack in which an attacker can get access to private information by observing the user’s interaction with a terminal, or by using recording tools to record the user interaction and study the obtained data, with the objective of obtaining unauthorized access to a target user’s personal information. The technique described here relies on gestural analysis coupled with a secondary channel of authentication that uses button pressing. The thesis presents and evaluates multiple alternative algorithms for gesture analysis, and furthermore assesses the effectiveness of the technique.
Resumo:
The aim of this work was to develop a quality index method (QIM) scheme for whole ice-boxed refrigerated blackspot seabream and to perform shelf-life evaluations, using sensory analysis, GR Torrymeter measurements and bacterial counts of specific spoilage organisms (SSO) during chilled storage. A QIM scheme based on a total of 30 demerit points was developed. Sensory, physical and microbiological data were integrated and used to determine the rejection point. Results indicated that the shelf-life of blackspot seabream is around 12-13 days. (C) 2011 Elsevier Ltd. All rights reserved.