COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Tutorial 2. More...
#include "common/Log.hpp"
#include "common/Component.hpp"
#include "common/OptionList.hpp"
#include "common/PropertyList.hpp"
#include "common/OptionT.hpp"
#include "common/Signal.hpp"
#include "common/SignalHandler.hpp"
#include "tutorial/Hello.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Tutorial 2.
This tutorial shows how to create a simple component "Hello", demonstrating how options and properties are used.
Definition in file tut2.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Tutorial 2, dynamic interface Start "cf3/Tools/Command/coolfluid-command" This opens the coolfluid shell. Put following output [/] create hello cf3.tutorial.Hello [/] call hello/print Hello world! [/] call hello/print message:string="Goodbye world!" Goodbye world!
Send comments to: COOLFluiD Web Admin |