Declarative Commands
These commands are used to define problem parameters. They are order-independent and may be placed anywhere in the file relative to each other.
RESTART {
from_problem = "channel"
}
NODAL_INITIAL_CONDITION( temperature ) {
default_value = 20
}
NODAL_INITIAL_CONDITION( temperature ) {
default_value = 20
}
RESTART {
from_problem = "channel"
}
the problem starts with the temperature values given in the restart file.