This course focuses on the OrcaFlex programming interface, OrcFxAPI, using Python.
For more info, please contact us:
OrcaFlex, OFFPIPE, Python, MATLAB, VBA, Sage Profile, Mathcad, Freelancer
This course focuses on the OrcaFlex programming interface, OrcFxAPI, using Python.
For more info, please contact us:
What is OFFPIPE software?
OFFPIPE is a sophisticated software for engineers working in the offshore pipeline sector. It has been developed specifically for the modeling and structural analysis of problems encountered in the installation and operation of offshore pipelines.
Registration for OFFPIPE training courseYou can pre-register for this course now. For this purpose, please contact us.The Syllabus of the CourseClick on the following link to download the syllabus of the course:Duration and number of sessionsThe total duration of the course is 9 hours, which is held in 5 days, each day a 2-hour session (12 minutes break in the middle of each session).The Course tuition feePlease contact us.Course requirementsThe participants must have a personal computer with installed AutoCAD and OFFPIPE software or its demo version. You can download the demo version here: OFFPIPE DemoSpecial courses with customized topicsIt is possible to held special courses customized according to the client specific topics. For more info, please contact us.Contact detailsTo contact us, you can send a message to either of the contact details provided below:Telegram ID: orcaflex1WhatsApp: +60 19-735 9251Email: matt.mosafer[AT]gmail.com
What is OrcaFlex software?
OrcaFlex is a specialized software for engineers working in the oil and gas sector and offshore industries. This software is a comprehensive and powerful visual software for modeling and dynamic analysis of offshore structures. With this software, you can model and analyze almost all types of naval operations.
Rob-Rubik (Rubik’s Cube based Robotic application)
The project execution is
largely into 2 phases, the first is image processing and Rubik’s cube
manipulation.
This post is just for first phase of the project.
Image processing
In this project the
colours on the Rubik’s cube are what will be use and they are allocated to
number as shown in the table
|
White |
Red |
Yellow |
Green |
Blue |
orange |
|
0 |
1 |
2 |
3 |
4 |
5 |
Achieving the task done with MATLAB.
A very close example on MATLAB. Followings are a sample of an input and output images of the MATLAB code:
The input image, Neon-Marble-Gaming, is downloaded from goodnews.com.my.
MATLAB Code
120 EUR
In order to speed-up the process of optimization with GA, we can change some of the properties and/or operations in GA. The methods which can be implemented in this way, are called Micro Genetic Algorithms (micro-GA).
For example, in a particular micro-GA, we can consider the following changes on GA:
- consider small population, e.g., 5 chromosomes, with random re-initialization
- ignore mutation step
- consider a simple and relaxed convergence criteria, e.g., once 95% of the bits of the chromosomes are similar to the best chromosome
- keep the best chromosome of each generation for next generation (elitism) once the population converged
Particle Kinematics
The x and y positions of Particles 1, 2 and 3, which are measured in the time range of 0 to 2Ï€ seconds, are stored in File <A1_input.txt>.
Particle#1 Particle#2 Particle#3
------------------ ------------------ -----------------
Time x y x y x y
(s) (m) (m) (m) (m) (m) (m)
0.0000 +2.1909 0.0000 +2.6833 0.0000 +2.9665 0.0000
0.0675 +2.1818 +0.1474 +2.6738 +0.1807 +2.9567 +0.1998
0.1346 +2.1547 +0.2919 +2.6457 +0.3584 +2.9276 +0.3966
.............................................................................................................
6.2157 +2.1818 -0.1474 +2.6738 -0.1807 +2.9567 -0.1998
6.2832 +2.1909 0.0000 +2.6833 0.0000 +2.9665 0.0000
The first column is used to store time, while columns 2k and 2k + 1 are used to store the corresponding x and y positions of Particle k, k = (1,2,3). For example, columns 2 and 3 contain the x and y values for the first particle (k = 1). The positions of the three particles are all periodic functions of time with a period of 2Ï€. Your task is to find the velocities and accelerations of the three particles.
The mathematical relationships between the positions, velocities and accelerations of a particle are given byReport (Hand calculations + MATLAB code)
40 EUR