COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Functions
tut2.cpp File Reference

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[])
 

Detailed Description

Tutorial 2.

This tutorial shows how to create a simple component "Hello", demonstrating how options and properties are used.

Definition in file tut2.cpp.

Function Documentation

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!

Definition at line 30 of file tut2.cpp.

Send comments to:
COOLFluiD Web Admin