6 resultados para Model coupling
em Digital Commons at Florida International University
Resumo:
In the presented thesis work, the meshfree method with distance fields was coupled with the lattice Boltzmann method to obtain solutions of fluid-structure interaction problems. The thesis work involved development and implementation of numerical algorithms, data structure, and software. Numerical and computational properties of the coupling algorithm combining the meshfree method with distance fields and the lattice Boltzmann method were investigated. Convergence and accuracy of the methodology was validated by analytical solutions. The research was focused on fluid-structure interaction solutions in complex, mesh-resistant domains as both the lattice Boltzmann method and the meshfree method with distance fields are particularly adept in these situations. Furthermore, the fluid solution provided by the lattice Boltzmann method is massively scalable, allowing extensive use of cutting edge parallel computing resources to accelerate this phase of the solution process. The meshfree method with distance fields allows for exact satisfaction of boundary conditions making it possible to exactly capture the effects of the fluid field on the solid structure.
Resumo:
The enzyme S-adenosyl-L-homocysteine (AdoHcy) hydrolase effects hydrolytic cleavage of AdoHcy to adenosine (Ado) and L-homocysteine (Hcy). The cellular levels of AdoHcy and Hcy are critical because AdoHcy is a potent feedback inhibitor of crucial transmethylation enzymes. Also, elevated plasma levels of Hcy in humans have been shown to be a risk factor in coronary artery disease. ^ On the basis of the previous finding that AdoHcy hydrolase is able to add the enzyme-sequestered water molecule across the 5',6'-double bond of (halo or dihalohomovinyl)-adenosines causing covalent binding inhibition, we designed and synthesized AdoHcy analogues with the 5',6'-olefin motif incorporated in place of the carbon-5' and sulfur atoms. From the available synthetic methods we chose two independent approaches: the first approach was based on the construction of a new C5'-C6' double bond via metathesis reactions, and the second approach was based on the formation of a new C6'-C7' single bond via Pd-catalyzed cross-couplings. Cross-metathesis of the suitably protected 5'-deoxy-5'-methyleneadenosine with racemic 2-amino-5-hexenoate in the presence of Hoveyda-Grubb's catalyst followed by standard deprotection afforded the desired analogue as 5' E isomer of the inseparable mixture of 9'R/S diastereomers. Metathesis of chiral homoallylglycine [(2S)-amino-5-hexenoate] produced AdoHcy analogue with established stereochemistry E at C5'atom and S at C9' atom. The 5'-bromovinyl analogue was synthesized using the bromination-dehydrobromination strategy with pyridinium tribromide and DBU. ^ Since literature reports on the Pd-catalyzed monoalkylation of dihaloalkenes (Csp2-Csp3 coupling) were scarce, we were prompted to undertake model studies on Pd-catalyzed coupling between vinyl dihalides and alkyl organometallics. The 1-fluoro-1-haloalkenes were found to undergo Negishi couplings with alkylzinc bromides to give multisubstituted fluoroalkenes. The alkylation was trans-selective affording pure Z-fluoroalkenes. The highest yields were obtained with PdCl 2(dppb) catalyst, but the best stereochemical outcome was obtained with less reactive Pd(PPh3)4. Couplings of 1,1-dichloro-and 1,1-dibromoalkenes with organozinc reagents resulted in the formation of monocoupled 1-halovinyl product. ^
Resumo:
An awareness of mercury (Hg) contamination in various aquatic environments around the world has increased over the past decade, mostly due to its ability to concentrate in the biota. Because the presence and distribution of Hg in aquatic systems depend on many factors (e.g., pe, pH, salinity, temperature, organic and inorganic ligands, sorbents, etc.), it is crucial to understand its fate and transport in the presence of complexing constituents and natural sorbents, under those different factors. An improved understanding of the subject will support the selection of monitoring, remediation, and restoration technologies. The coupling of equilibrium chemical reactions with transport processes in the model PHREEQC offers an advantage in simulating and predicting the fate and transport of aqueous chemical species of interest. Thus, a great variety of reactive transport problems could be addressed in aquatic systems with boundary conditions of specific interest. Nevertheless, PHREEQC lacks a comprehensive thermodynamic database for Hg. Therefore, in order to use PHREEQC to address the fate and transport of Hg in aquatic environments, it is necessary to expand its thermodynamic database, confirm it and then evaluate it in applications where potential exists for its calibration and continued validation. The objectives of this study were twofold: 1) to develop, expand, and confirm the Hg database of the hydrogeochemical PHREEQC to enhance its capability to simulate the fate of Hg species in the presence of complexing constituents and natural sorbents under different conditions of pH, redox, salinity and temperature; and 2) to apply and evaluate the new database in flow and transport scenarios, at two field test beds: Oak Ridge Reservation, Oak Ridge, TN and Everglades National Park, FL, where Hg is present and is of much concern. Overall, this research enhanced the capability of the PHREEQC model to simulate the coupling of the Hg reactions in transport conditions. It also demonstrated its usefulness when applied to field situations.
Resumo:
Software engineering researchers are challenged to provide increasingly more powerful levels of abstractions to address the rising complexity inherent in software solutions. One new development paradigm that places models as abstraction at the forefront of the development process is Model-Driven Software Development (MDSD). MDSD considers models as first class artifacts, extending the capability for engineers to use concepts from the problem domain of discourse to specify apropos solutions. A key component in MDSD is domain-specific modeling languages (DSMLs) which are languages with focused expressiveness, targeting a specific taxonomy of problems. The de facto approach used is to first transform DSML models to an intermediate artifact in a HLL e.g., Java or C++, then execute that resulting code.^ Our research group has developed a class of DSMLs, referred to as interpreted DSMLs (i-DSMLs), where models are directly interpreted by a specialized execution engine with semantics based on model changes at runtime. This execution engine uses a layered architecture and is referred to as a domain-specific virtual machine (DSVM). As the domain-specific model being executed descends the layers of the DSVM the semantic gap between the user-defined model and the services being provided by the underlying infrastructure is closed. The focus of this research is the synthesis engine, the layer in the DSVM which transforms i-DSML models into executable scripts for the next lower layer to process.^ The appeal of an i-DSML is constrained as it possesses unique semantics contained within the DSVM. Existing DSVMs for i-DSMLs exhibit tight coupling between the implicit model of execution and the semantics of the domain, making it difficult to develop DSVMs for new i-DSMLs without a significant investment in resources.^ At the onset of this research only one i-DSML had been created for the user- centric communication domain using the aforementioned approach. This i-DSML is the Communication Modeling Language (CML) and its DSVM is the Communication Virtual machine (CVM). A major problem with the CVM's synthesis engine is that the domain-specific knowledge (DSK) and the model of execution (MoE) are tightly interwoven consequently subsequent DSVMs would need to be developed from inception with no reuse of expertise.^ This dissertation investigates how to decouple the DSK from the MoE and subsequently producing a generic model of execution (GMoE) from the remaining application logic. This GMoE can be reused to instantiate synthesis engines for DSVMs in other domains. The generalized approach to developing the model synthesis component of i-DSML interpreters utilizes a reusable framework loosely coupled to DSK as swappable framework extensions.^ This approach involves first creating an i-DSML and its DSVM for a second do- main, demand-side smartgrid, or microgrid energy management, and designing the synthesis engine so that the DSK and MoE are easily decoupled. To validate the utility of the approach, the SEs are instantiated using the GMoE and DSKs of the two aforementioned domains and an empirical study to support our claim of reduced developmental effort is performed.^
Resumo:
The enzyme S-adenosyl-L-homocysteine (AdoHey) hydrolase effects hydrolytic cleavage of AdoHcy to adenosine (Ado) and L-homocysteine (Hcy). The cellular levels of AdoHcy and Hcy are critical because AdoHcy is a potent feedback inhibitor of crucial transmethylation enzymes. Also, elevated plasma levels of Hcy in humans have been shown to be a risk factor in coronary artery disease. On the basis of the previous finding that AdoHcy hydrolase is able to add the enzyme-sequestered water molecule across the 5',6'-double bond of (halo or dihalohomovinyl)-adenosines causing covalent binding inhibition, we designed and synthesized AdoHcy analogues with the 5',6'-olefin motif incorporated in place of the carbon-5' and sulfur atoms. From the available synthetic methods we chose two independent approaches: the first approach was based on the construction of a new C5'- C6' double bond via metathesis reactions, and the second approach was based on the formation of a new C6'-C7' single bond via Pd-catalyzed cross-couplings. Cross-metathesis of the suitably protected 5'-deoxy-5'-methyleneadenosine with racemic 2-amino-5-hexenoate in the presence of Hoveyda-Grubb's catalyst followed by standard deprotection afforded the desired analogue as 5'E isomer of the inseparable mixture of 9'RIS diastereomers. Metathesis of chiral homoallylglycine [(2S)-amino-5-hexenoate] produced AdoHcy analogue with established stereochemistry E at C5'atom and S at C9' atom. The 5'-bromovinyl analogue was synthesized using the brominationdehydrobromination strategy with pyridinium tribromide and DBU. Since literature reports on the Pd-catalyzed monoalkylation of dihaloalkenes (Csp2-Csp3 coupling) were scarce, we were prompted to undertake model studies on Pdcatalyzed coupling between vinyl dihalides and alkyl organometallics. The 1-fluoro-1- haloalkenes were found to undergo Negishi couplings with alkylzinc bromides to give multisubstituted fluoroalkenes. The alkylation was trans-selective affording pure Zfluoroalkenes. The highest yields were obtained with PdCl 2(dppb) catalyst, but the best stereochemical outcome was obtained with less reactive Pd(PPh3)4 . Couplings of 1,1- dichloro-and 1,1-dibromoalkenes with organozinc reagents resulted in the formation of monocoupled 1-halovinyl product.
Resumo:
Software engineering researchers are challenged to provide increasingly more pow- erful levels of abstractions to address the rising complexity inherent in software solu- tions. One new development paradigm that places models as abstraction at the fore- front of the development process is Model-Driven Software Development (MDSD). MDSD considers models as first class artifacts, extending the capability for engineers to use concepts from the problem domain of discourse to specify apropos solutions. A key component in MDSD is domain-specific modeling languages (DSMLs) which are languages with focused expressiveness, targeting a specific taxonomy of problems. The de facto approach used is to first transform DSML models to an intermediate artifact in a HLL e.g., Java or C++, then execute that resulting code. Our research group has developed a class of DSMLs, referred to as interpreted DSMLs (i-DSMLs), where models are directly interpreted by a specialized execution engine with semantics based on model changes at runtime. This execution engine uses a layered architecture and is referred to as a domain-specific virtual machine (DSVM). As the domain-specific model being executed descends the layers of the DSVM the semantic gap between the user-defined model and the services being provided by the underlying infrastructure is closed. The focus of this research is the synthesis engine, the layer in the DSVM which transforms i-DSML models into executable scripts for the next lower layer to process. The appeal of an i-DSML is constrained as it possesses unique semantics contained within the DSVM. Existing DSVMs for i-DSMLs exhibit tight coupling between the implicit model of execution and the semantics of the domain, making it difficult to develop DSVMs for new i-DSMLs without a significant investment in resources. At the onset of this research only one i-DSML had been created for the user- centric communication domain using the aforementioned approach. This i-DSML is the Communication Modeling Language (CML) and its DSVM is the Communication Virtual machine (CVM). A major problem with the CVM’s synthesis engine is that the domain-specific knowledge (DSK) and the model of execution (MoE) are tightly interwoven consequently subsequent DSVMs would need to be developed from inception with no reuse of expertise. This dissertation investigates how to decouple the DSK from the MoE and sub- sequently producing a generic model of execution (GMoE) from the remaining appli- cation logic. This GMoE can be reused to instantiate synthesis engines for DSVMs in other domains. The generalized approach to developing the model synthesis com- ponent of i-DSML interpreters utilizes a reusable framework loosely coupled to DSK as swappable framework extensions. This approach involves first creating an i-DSML and its DSVM for a second do- main, demand-side smartgrid, or microgrid energy management, and designing the synthesis engine so that the DSK and MoE are easily decoupled. To validate the utility of the approach, the SEs are instantiated using the GMoE and DSKs of the two aforementioned domains and an empirical study to support our claim of reduced developmental effort is performed.